diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index aaa4b04a424..ffa400ad849 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -24,9 +24,9 @@ newbindir - olddatadir + oldconfigdir - newdatadir + newconfigdir option @@ -99,16 +99,16 @@ - datadir - datadir - the old cluster data directory; environment + configdir + configdir + the old database cluster configuration directory; environment variable PGDATAOLD - datadir - datadir - the new cluster data directory; environment + configdir + configdir + the new database cluster configuration directory; environment variable PGDATANEW @@ -476,7 +476,7 @@ pg_upgrade.exe Save configuration files - Save any configuration files from the old standbys' data + Save any configuration files from the old standbys' configuration directories you need to keep, e.g. postgresql.conf, recovery.conf, because these will be overwritten or removed in the next step.