Pre-version pg_upgrade syntax check - Mailing list pgsql-general

From Rich Shepard
Subject Pre-version pg_upgrade syntax check
Date
Msg-id alpine.LNX.2.20.2002101352320.32087@salmo.appl-ecosys.com
Whole thread Raw
Responses Re: Pre-version pg_upgrade syntax check  (Rich Shepard <rshepard@appl-ecosys.com>)
Re: Pre-version pg_upgrade syntax check  (Adrian Klaver <adrian.klaver@aklaver.com>)
List 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 by date:

Previous
From: Naresh g
Date:
Subject: Re: work_mem and shared_buffers question
Next
From: Rich Shepard
Date:
Subject: Re: Pre-version pg_upgrade syntax check