pg_upgrade: document delete problems with tablespaces inside the cluster directory

Per report by Marc Mamin
pull/6/head
Bruce Momjian 12 years ago
parent ea43af38dc
commit 8879fa09ee
  1. 3
      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>

Loading…
Cancel
Save