-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Description
Hello. I am trying to use this image with the following arguments:
docker run --rm
-e POSTGRES_INITDB_ARGS="--wal-segsize=1024"
-v /home/user/db/12/main:/var/lib/postgresql/12/data
-v /home/user/db/13/main:/var/lib/postgresql/13/data
tianon/postgres-upgrade:12-to-13
but it fails with this output:
Performing Consistency Checks
-----------------------------
Checking cluster versions ok
Checking database user is the install user ok
Checking database connection settings ok
Checking for prepared transactions ok
Checking for system-defined composite types in user tables ok
Checking for reg* data types in user tables ok
Checking for contrib/isn with bigint-passing mismatch ok
Creating dump of global objects ok
Creating dump of database schemas
postgres
my_database
*failure*
Consult the last few lines of "pg_upgrade_dump_116017.log" for
the probable cause of the failure.
Failure, exiting
Where can I found that logfile pg_upgrade_dump_116017.log please?
Metadata
Metadata
Assignees
Labels
No labels