diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-01 05:58:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-01 05:58:56 +0000 |
commit | e787d2ef4f6742c5618b0e4e654694170a6a62f0 (patch) | |
tree | 9ecebb8bdb25d8b33ded94cab7d713cbac54ef2b /doc/src | |
parent | 78cb38ccfb0b5b790dbc79652099e5fd77fb7dc3 (diff) |
Mention pg_upgrade
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install.sgml | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 90360404d78..0edb7a2d73c 100644 --- a/doc/src/sgml/install.sgml +++ b/doc/src/sgml/install.sgml @@ -1,5 +1,5 @@ <!-- -$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"> @@ -244,7 +244,10 @@ All of PostgreSQL is successfully made. Ready to install. If you are not upgrading an existing system then skip to <xref linkend="continue">. </para> - + <para> + If you are running 7.0 or later, skip to + <xref linkend="nodump">. + </para> <para> You now need to back up your existing database. To dump your fairly recent post-6.0 database installation, type @@ -284,9 +287,13 @@ All of PostgreSQL is successfully made. Ready to install. bring <application>postmaster</application> back up. </para> </caution> + <para> + Rather than using <application>pg_dumpall</application>, + <application>pg_upgrade</application> can often be used. + </para> </step> - <step performance="required"> + <step performance="required" id="nodump"> <para> If you are upgrading an existing system then kill the database server now. Type |