diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-06-01 05:48:42 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-06-01 05:48:42 +0000 |
commit | f9f6cc4ab0e8ab96eb86423bd887b98fc2dc38a9 (patch) | |
tree | 019e66a3487a714acffa4d881fe5ec4cdcc72bec /doc/src | |
parent | 54ee522f4fb0af1794b0d45deaed44fe1b979538 (diff) | |
download | postgresql-f9f6cc4ab0e8ab96eb86423bd887b98fc2dc38a9.tar.gz postgresql-f9f6cc4ab0e8ab96eb86423bd887b98fc2dc38a9.zip |
Update 7.0.1
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/install.sgml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/sgml/install.sgml b/doc/src/sgml/install.sgml index 4096ae9bd39..868806f5599 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 2000/05/02 20:01:51 thomas Exp $ +$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.42 2000/06/01 05:47:06 momjian Exp $ --> <chapter id="install"> @@ -8,7 +8,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01: <abstract> <para> Installation instructions for - <productname>PostgreSQL</productname> 7.0. + <productname>PostgreSQL</productname> 7.0.1. </para> </abstract> @@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01: then unpack it: <programlisting> -> gunzip postgresql-7.0.tar.gz -> tar -xf postgresql-7.0.tar -> mv postgresql-7.0 /usr/src +> gunzip postgresql-7.0.1.tar.gz +> tar -xf postgresql-7.0.1.tar +> mv postgresql-7.0.1 /usr/src </programlisting> </para> @@ -261,7 +261,7 @@ All of PostgreSQL is successfully made. Ready to install. <para> Make sure to use the <application>pg_dumpall</application> command from the version you are currently running. - 7.0's <application>pg_dumpall</application> will not work on older databases. + 7.0.1's <application>pg_dumpall</application> will not work on older databases. However, if you are still using 6.0, do not use the <application>pg_dumpall</application> script from 6.0 or everything will be owned by the <productname>PostgreSQL</productname> superuser after you @@ -329,8 +329,9 @@ All of PostgreSQL is successfully made. Ready to install. </tip> <para> - Also move the old directories out of the way. Type the following: - <programlisting> + If you used pg_dumpall, move the old directories out of the way. + Type the following: +<programlisting> > mv /usr/local/pgsql /usr/local/pgsql.old </programlisting> (substitute your particular paths). @@ -438,7 +439,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory <step performance="optional"> <para> - If you are upgrading from an existing installation, dump your data back in: + If you did a pg_dumpall, reload your data back in: <programlisting> > /usr/local/pgsql/bin/psql -d template1 -f db.out </programlisting> @@ -485,7 +486,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory You probably want to install the <application>man</application> and <acronym>HTML</acronym> documentation. Type <programlisting> -> cd /usr/src/pgsql/postgresql-7.0/doc +> cd /usr/src/pgsql/postgresql-7.0.1/doc > gmake install </programlisting> This will install files under <filename>/usr/local/pgsql/doc</filename> |