Re: Upgrading to v12

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Upgrading to v12
Дата
Msg-id 128408.1668205654@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Upgrading to v12  (Brad White <b55white@gmail.com>)
Ответы Re: Upgrading to v12  (Brad White <b55white@gmail.com>)
Список pgsql-general
Brad White <b55white@gmail.com> writes:
>> Can you do a pg_dump of that database?

> Yes. No visible problems. No errors reported.

Well, that's quite interesting, because pg_dump ought to read
all the same catalogs that pg_upgrade is failing to read.
So I'm not quite sure what's going on there.  Nonetheless,
your path forward is clear: use pg_dump (or better pg_dumpall)
and then load the output into a freshly initdb'd v12 installation.
It'll be a bit slower than the pg_upgrade way, but it'll work.

            regards, tom lane



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

Предыдущее
От: Brad White
Дата:
Сообщение: Re: Upgrading to v12
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Upgrading to v12