Pre-version pg_upgrade syntax check

Поиск
Список
Период
Сортировка
От Rich Shepard
Тема Pre-version pg_upgrade syntax check
Дата
Msg-id alpine.LNX.2.20.2002101352320.32087@salmo.appl-ecosys.com
обсуждение исходный текст
Ответы Re: Pre-version pg_upgrade syntax check
Re: Pre-version pg_upgrade syntax check
Список pgsql-general
Running Slackware-14.2/x86_64. Current installation is postgres-11.5 and I'm
upgrading to postgresql-12.1. Both versions are installed and stopped.

If I have correctly read the pg_upgrade manual page this is the command to
use (as user postgres) with lines split to fit the message; the command will
be on a single line:

pg_upgrade \
-b /usr/lib64/postgresql/11/bin/ \
-B /usr/lib64/postgesql/12/bin/ \
-d /var/lib/pgsql/11/data/ \
-D /var/lib/pgsql/12/data/ \
-p 5432 \
-P 5432

I don't know that the port numbers are required.

Have I missed an option?

Rich



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

Предыдущее
От: Naresh g
Дата:
Сообщение: Re: work_mem and shared_buffers question
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Pre-version pg_upgrade syntax check