Reviewed-by: Daniel Gustafsson
Discussion: https://www.postgresql.org/message-id/flat/
8458c9c5-18f1-46d7-94c4-
1c30e4f44908%40eisentraut.org
+
+
Environment
+
+ Some environment variables can be used to provide defaults for command-line options:
+
+
+
+ PGBINOLD
+
+
+ The old PostgreSQL executable directory; option
+ /.
+
+
+
+
+
+ PGBINNEW
+
+
+ The new PostgreSQL executable directory; option
+ /.
+
+
+
+
+
+ PGDATAOLD
+
+
+ The old database cluster configuration directory; option
+ /.
+
+
+
+
+
+ PGDATANEW
+
+
+ The new database cluster configuration directory; option
+ /.
+
+
+
+
+
+ PGPORTOLD
+
+
+ The old cluster port number; option
+ /.
+
+
+
+
+
+ PGPORTNEW
+
+
+ The new cluster port number; option
+ /.
+
+
+
+
+
+ PGSOCKETDIR
+
+
+ Directory to use for postmaster sockets during upgrade; option
+ /.
+
+
+
+
+
+ PGUSER
+
+
+ Cluster's install user name; option
+ /.
+
+
+
+
+
+
+
Notes