Fatal error during migration 16-to-17 #110
tamimology
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have executed the following to migrate from v16 to v17
docker run --rm -v /home/USER/docker/db-16:/var/lib/postgresql/16/data -v /home/USER/docker/db-17:/var/lib/postgresql/17/data tianon/postgres-upgrade:16-to-17
The output result was
Not sure what the issue is, but I can see that the port inside the script is set to
50432
where my understanding is that Postgres uses port5432
. What do you reckon the issue is?Beta Was this translation helpful? Give feedback.
All reactions