Re: Installing multiple Postgresql Versions in parallel, does not seem to work anymore

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема Re: Installing multiple Postgresql Versions in parallel, does not seem to work anymore
Дата
Msg-id aT8ILxVNjRDlOucw@msg.df7cb.de
обсуждение исходный текст
Ответ на Installing multiple Postgresql Versions in parallel, does not seem to work anymore  (Simon Hönscheid <simon.hoenscheid@xyntion.consulting>)
Список pgsql-pkg-debian
Re: Simon Hönscheid
> The Server is Running Debian 12 and the postgresql.org apt repository. Until
> today the Server was running Postgresql 14 and an upgrade to postgresql 17
> was planned. In the past I used to install the new version in parallel and
> migrated the data. Today I noticecd the post install steps did not run. No
> cluster was bootstrapped, no config directory created, no systemd unit
> created. There was also an upgrade planned to Debian 13, so I did this
> first, and tried again. Same result.

The packages are co-installable. What changed is that no new cluster
is created by default. If you want that, run `pg_createcluster 17 main`.

But the packaging is built about pg_upgradecluster, so you might just
run `pg_upgradecluster 14 main -v 17` instead.

Christoph



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