Skip to content
Snippets Groups Projects
Commit 6ab834fd authored by Bruce Momjian's avatar Bruce Momjian
Browse files

pg_upgrade: document that --link should be used with --check

Backpatch to 9.2.
parent 341757bd
No related branches found
No related tags found
No related merge requests found
...@@ -359,7 +359,9 @@ pg_upgrade.exe ...@@ -359,7 +359,9 @@ pg_upgrade.exe
and then do the upgrade. You can use <command>pg_upgrade --check</> and then do the upgrade. You can use <command>pg_upgrade --check</>
to perform only the checks, even if the old server is still to perform only the checks, even if the old server is still
running. <command>pg_upgrade --check</> will also outline any running. <command>pg_upgrade --check</> will also outline any
manual adjustments you will need to make after the upgrade. manual adjustments you will need to make after the upgrade. If you
are going to be using link mode, you should use the <option>--link</>
option with <option>--check</option> to enable link-mode-specific checks.
<command>pg_upgrade</> requires write permission in the current directory. <command>pg_upgrade</> requires write permission in the current directory.
</para> </para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment