diff options
-rw-r--r-- | doc/src/sgml/pgupgrade.sgml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/sgml/pgupgrade.sgml b/doc/src/sgml/pgupgrade.sgml index 4d03b12f119..72e3cb68c28 100644 --- a/doc/src/sgml/pgupgrade.sgml +++ b/doc/src/sgml/pgupgrade.sgml @@ -460,7 +460,8 @@ psql --username postgres --file script.sql postgres cluster's data directories by running the script mentioned when <command>pg_upgrade</command> completes. You can also delete the old installation directories - (e.g. <filename>bin</>, <filename>share</>). + (e.g. <filename>bin</>, <filename>share</>). This will not work + if you have tablespaces inside the old data directory. </para> </step> |