From: Bruce Momjian Date: Thu, 1 Jun 2000 05:58:56 +0000 (+0000) Subject: Mention pg_upgrade X-Git-Tag: REL7_0_2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e787d2ef4f6742c5618b0e4e654694170a6a62f0;p=thirdparty%2Fpostgresql.git Mention pg_upgrade --- diff --git a/INSTALL b/INSTALL index bf41eb109d9..781b06f0deb 100644 --- a/INSTALL +++ b/INSTALL @@ -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 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 now. Type 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 @@ @@ -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 running 7.0 or later, skip to + . + 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 postmaster back up. + + Rather than using pg_dumpall, + pg_upgrade can often be used. + - + If you are upgrading an existing system then kill the database server now. Type