Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e2c84bc9
Commit
e2c84bc9
authored
Jun 06, 2013
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pg_upgrade: document that --link should be used with --check
Backpatch to 9.2.
parent
964c0d0f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
doc/src/sgml/pgupgrade.sgml
doc/src/sgml/pgupgrade.sgml
+3
-1
No files found.
doc/src/sgml/pgupgrade.sgml
View file @
e2c84bc9
...
@@ -372,7 +372,9 @@ pg_upgrade.exe
...
@@ -372,7 +372,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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment