Re: Getting error while upgrading postgres from version 12 to 13

Поиск
Список
Период
Сортировка
От Tomas Pospisek
Тема Re: Getting error while upgrading postgres from version 12 to 13
Дата
Msg-id ba59dd9b-6a87-ebff-c041-2dbcffe74a89@sourcepole.ch
обсуждение исходный текст
Ответ на Re: Getting error while upgrading postgres from version 12 to 13  (shashidhar Reddy <shashidharreddy001@gmail.com>)
Список pgsql-general
> On Sun, Mar 19, 2023 at 2:09 AM shashidhar Reddy 
> <shashidharreddy001@gmail.com <mailto:shashidharreddy001@gmail.com>> wrote:
> 
>     Hello,
> 
>     I am in a process of upgrading postgresql from version 12 to 13
>     using pg_upgrdrade but I am getting error stating
> 
>       FATAL:  database files are incompatible with server
>       DETAIL:  The data directory was initialized by PostgreSQL version 13
>     , which is not compatible with this version 12.14 (Ubuntu
>     12.14-1.pgdg18.04+1)
> 
>     Please help me on this issue.

You have configured the postgres v12 server to use a directory where 
there are data from a postgres v13 server. Evidently that can not work...
*t




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

Предыдущее
От: Tomas Pospisek
Дата:
Сообщение: Re: Getting error while upgrading postgres from version 12 to 13
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: Can't connect to server