Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
165e2b6f
Commit
165e2b6f
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Recommend postmaster stop/start for pg_upgrade.
parent
8ccebab8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/src/sgml/ref/pg_upgrade.sgml
+16
-9
16 additions, 9 deletions
doc/src/sgml/ref/pg_upgrade.sgml
with
16 additions
and
9 deletions
doc/src/sgml/ref/pg_upgrade.sgml
+
16
−
9
View file @
165e2b6f
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.
7
1999/09/28
03:41:35
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/Attic/pg_upgrade.sgml,v 1.
8
1999/09/28
15:59:10
momjian Exp $
Postgres documentation
Postgres documentation
-->
-->
...
@@ -119,11 +119,26 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
...
@@ -119,11 +119,26 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
</para>
</para>
</step>
</step>
<step performance="required">
<para>
Restore your old <filename>pg_hba.conf</filename> if needed to allow
user logins.
</para>
</step>
<step performance="required">
<para>
Stop and restart the postmaster.
</para>
</step>
<step performance="required">
<step performance="required">
<para>
<para>
<emphasis>Carefully</emphasis> examine the contents of the upgraded
<emphasis>Carefully</emphasis> examine the contents of the upgraded
database. If you detect problems, you'll need to recover by restoring
database. If you detect problems, you'll need to recover by restoring
from your full pg_dump backup.
from your full pg_dump backup.
You can delete the <filename>data.old/</filename> directory when you
are satisfied.
</para>
</para>
</step>
</step>
...
@@ -135,14 +150,6 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
...
@@ -135,14 +150,6 @@ pg_upgrade [ -f <replaceable class="parameter">filename</replaceable> ] <replace
</para>
</para>
</step>
</step>
<step performance="required">
<para>
Restart the postmaster and/or restore your old
<filename>pg_hba.conf</filename> if needed to allow user logins.
You can delete the <filename>data.old/</filename> directory when you
are finished.
</para>
</step>
</procedure>
</procedure>
</refsect1>
</refsect1>
</refentry>
</refentry>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment