BUG #17347: pg_upgrade: analyze_new_cluster script analyzes wrong cluster

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #17347: pg_upgrade: analyze_new_cluster script analyzes wrong cluster
Дата
Msg-id 17347-27b988f51d9dee1a@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #17347: pg_upgrade: analyze_new_cluster script analyzes wrong cluster  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      17347
Logged by:          Mathias Kunter
Email address:      mathiaskunter@gmail.com
PostgreSQL version: 12.9
Operating system:   Debian 10.11
Description:

When upgrading a PostgreSQL cluster with pg_upgrade (tested while upgrading
from 11.14 to 12.9, but supposedly affects all versions), and the --new-port
argument is used to specify a new port number for the upgraded cluster, then
the generated analyze_new_cluster script will connect to and analyze a
different cluster instead of the upgraded one.

The vacuumdb command found within the analyze_new_cluster script should
explicitly specify the port number of the upgraded cluster, so that it will
actually analyze the correct cluster after the upgrade.


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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: BUG #17346: pg_upgrade fails with role granted by other role
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: BUG #17344: Assert failed on queiring async_capable foreign table with inheritance