*** a/doc/src/sgml/ref/pgupgrade.sgml --- b/doc/src/sgml/ref/pgupgrade.sgml *************** *** 258,267 **** make prefix=/usr/local/pgsql.new install Initialize the new cluster using initdb. ! Again, use compatible initdb ! flags that match the old cluster. Many ! prebuilt installers do this step automatically. There is no need to ! start the new cluster. --- 258,272 ---- Initialize the new cluster using initdb. ! The --encoding, --locale and ! --data-checksums flags for ! initdb must match the old cluster. ! Encoding and locale can be discovered by listing databases ! in the old cluster and looking at the template0 ! database. Data-checksums can be discovered by running ! pg_controldata against the old data directory. ! Many prebuilt installers do this step automatically. There is no ! need to start the new cluster.