8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284e28f commit df9d764Copy full SHA for df9d764
doc/src/sgml/pgupgrade.sgml
@@ -518,7 +518,11 @@ psql --username postgres --file script.sql postgres
518
All failure, rebuild, and reindex cases will be reported by
519
<application>pg_upgrade</> if they affect your installation;
520
post-upgrade scripts to rebuild tables and indexes will be
521
- generated automatically.
+ generated automatically. If you are trying to automate the upgrade
522
+ of many clusters, you should find that clusters with identical database
523
+ schemas require the same post-upgrade steps for all cluster upgrades;
524
+ this is because the post-upgrade steps are based on the database
525
+ schemas, and not user data.
526
</para>
527
528
<para>
0 commit comments