1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:51 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.42 2000/06/01 05:47:06 momjian Exp $
3
3
-->
4
4
5
5
<chapter id="install">
@@ -8,7 +8,7 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:
8
8
<abstract>
9
9
<para>
10
10
Installation instructions for
11
- <productname>PostgreSQL</productname> 7.0.
11
+ <productname>PostgreSQL</productname> 7.0.1.
12
12
</para>
13
13
</abstract>
14
14
@@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41 2000/05/02 20:01:
18
18
then unpack it:
19
19
20
20
<programlisting>
21
- > gunzip postgresql-7.0.tar.gz
22
- > tar -xf postgresql-7.0.tar
23
- > mv postgresql-7.0 /usr/src
21
+ > gunzip postgresql-7.0.1. tar.gz
22
+ > tar -xf postgresql-7.0.1. tar
23
+ > mv postgresql-7.0.1 /usr/src
24
24
</programlisting>
25
25
</para>
26
26
@@ -261,7 +261,7 @@ All of PostgreSQL is successfully made. Ready to install.
261
261
<para>
262
262
Make sure to use the <application>pg_dumpall</application>
263
263
command from the version you are currently running.
264
- 7.0's <application>pg_dumpall</application> will not work on older databases.
264
+ 7.0.1 's <application>pg_dumpall</application> will not work on older databases.
265
265
However, if you are still using 6.0, do not use the
266
266
<application>pg_dumpall</application> script from 6.0 or everything will be
267
267
owned by the <productname>PostgreSQL</productname> superuser after you
@@ -329,8 +329,9 @@ All of PostgreSQL is successfully made. Ready to install.
329
329
</tip>
330
330
331
331
<para>
332
- Also move the old directories out of the way. Type the following:
333
- <programlisting>
332
+ If you used pg_dumpall, move the old directories out of the way.
333
+ Type the following:
334
+ <programlisting>
334
335
> mv /usr/local/pgsql /usr/local/pgsql.old
335
336
</programlisting>
336
337
(substitute your particular paths).
@@ -438,7 +439,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
438
439
439
440
<step performance="optional">
440
441
<para>
441
- If you are upgrading from an existing installation, dump your data back in:
442
+ If you did a pg_dumpall, reload your data back in:
442
443
<programlisting>
443
444
> /usr/local/pgsql/bin/psql -d template1 -f db.out
444
445
</programlisting>
@@ -485,7 +486,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
485
486
You probably want to install the <application>man</application> and
486
487
<acronym>HTML</acronym> documentation. Type
487
488
<programlisting>
488
- > cd /usr/src/pgsql/postgresql-7.0/doc
489
+ > cd /usr/src/pgsql/postgresql-7.0.1 /doc
489
490
> gmake install
490
491
</programlisting>
491
492
This will install files under <filename>/usr/local/pgsql/doc</filename>
0 commit comments