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
e787d2ef
Commit
e787d2ef
authored
25 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Mention pg_upgrade
parent
78cb38cc
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
INSTALL
+2
-0
2 additions, 0 deletions
INSTALL
doc/src/sgml/install.sgml
+10
-3
10 additions, 3 deletions
doc/src/sgml/install.sgml
with
12 additions
and
3 deletions
INSTALL
+
2
−
0
View file @
e787d2ef
...
@@ -165,6 +165,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
...
@@ -165,6 +165,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
/usr/local/pgsql/data/pg_hba.conf to allow only you on, then bring
/usr/local/pgsql/data/pg_hba.conf to allow only you on, then bring
postmaster back up.
postmaster back up.
Rather than using pg_dumpall, pg_upgrade can often be used.
6. If you are upgrading an existing system then kill the database server
6. If you are upgrading an existing system then kill the database server
now. Type
now. Type
...
...
This diff is collapsed.
Click to expand it.
doc/src/sgml/install.sgml
+
10
−
3
View file @
e787d2ef
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.
1
2000/06/01 05:
14:31
momjian Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.
2
2000/06/01 05:
58:56
momjian Exp $
-->
-->
<chapter id="install">
<chapter id="install">
...
@@ -244,7 +244,10 @@ All of PostgreSQL is successfully made. Ready to install.
...
@@ -244,7 +244,10 @@ All of PostgreSQL is successfully made. Ready to install.
If you are not upgrading an existing system then skip to
If you are not upgrading an existing system then skip to
<xref linkend="continue">.
<xref linkend="continue">.
</para>
</para>
<para>
If you are running 7.0 or later, skip to
<xref linkend="nodump">.
</para>
<para>
<para>
You now need to back up your existing database.
You now need to back up your existing database.
To dump your fairly recent post-6.0 database installation, type
To dump your fairly recent post-6.0 database installation, type
...
@@ -284,9 +287,13 @@ All of PostgreSQL is successfully made. Ready to install.
...
@@ -284,9 +287,13 @@ All of PostgreSQL is successfully made. Ready to install.
bring <application>postmaster</application> back up.
bring <application>postmaster</application> back up.
</para>
</para>
</caution>
</caution>
<para>
Rather than using <application>pg_dumpall</application>,
<application>pg_upgrade</application> can often be used.
</para>
</step>
</step>
<step performance="required">
<step performance="required"
id="nodump"
>
<para>
<para>
If you are upgrading an existing system then kill the database
If you are upgrading an existing system then kill the database
server now. Type
server now. Type
...
...
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