pg_dump error attempting to upgrade from PostgreSQL 10 to PostgreSQL 12

Поиск
Список
Период
Сортировка
От Burgess, Freddie
Тема pg_dump error attempting to upgrade from PostgreSQL 10 to PostgreSQL 12
Дата
Msg-id DM3P110MB0265AC329BFBD64AB2ADF78BE6EE0@DM3P110MB0265.NAMP110.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответы Re: pg_dump error attempting to upgrade from PostgreSQL 10 to PostgreSQL 12  (Tomas Vondra <tomas.vondra@enterprisedb.com>)
Список pgsql-bugs
Simple steps:

BACKUP: pg_dump -U postgres -d <database> > sherlock.dmp  <- From the pg10 instance
RESTORE: psql -U postgres -d <database> -1 -f sherlock.dmp <- On the pg12 instance

Postgres Log:
free(): invalid pointer
free(): invalid pointer
2020-11-05 14:07:33.784 EST [26] LOG:  background worker "parallel worker" (PID 150) was terminated by signal 6: Aborted
2020-11-05 14:07:33.784 EST [26] LOG:  terminating any other active server processes
2020-11-05 14:07:33.784 EST [32] WARNING:  terminating connection because of crash of another server process
2020-11-05 14:07:33.784 EST [32] DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2020-11-05 14:07:33.784 EST [32] HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2020-11-05 14:07:33.784 EST [61] WARNING:  terminating connection because of crash of another server process
2020-11-05 14:07:33.784 EST [61] DETAIL:  The postmaster has commanded this server process to roll back the current transaction and exit, because another server process exited abnormally and possibly corrupted shared memory.
2020-11-05 14:07:33.784 EST [61] HINT:  In a moment you should be able to reconnect to the database and repeat your command.
2020-11-05 14:07:34.699 EST [26] LOG:  all server processes terminated; reinitializing
2020-11-05 14:07:42.266 EST [154] LOG:  database system was interrupted; last known up at 2020-11-05 14:06:02 EST
2020-11-05 14:08:05.855 EST [154] LOG:  database system was not properly shut down; automatic recovery in progress
2020-11-05 14:08:05.859 EST [154] LOG:  redo starts at 7E/93B22C8
2020-11-05 14:08:15.931 EST [154] LOG:  invalid record length at 7F/74ECBE30: wanted 24, got 0
2020-11-05 14:08:15.931 EST [154] LOG:  redo done at 7F/74ECBDF8
2020-11-05 14:08:41.673 EST [26] LOG:  database system is ready to accept connections

PostgreSQL is installed on a docker container, running on a EC2 instance with 256 GB of memory



This electronic communication and any attachments may contain confidential and proprietary information of Maxar, Inc. If you are not the intended recipient, or an agent or employee responsible for delivering this communication to the intended recipient, or if you have received this communication in error, please do not print, copy, retransmit, disseminate or otherwise use the information. Please indicate to the sender that you have received this communication in error, and delete the copy you received.

Maxar reserves the right to monitor any electronic communication sent or received by its employees, agents or representatives.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Wrong result for comparing ROW(...) with IS NOT NULL
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #16704: Segmentation Problem - SSL SYSCALL error: EOF detected