1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58:42 momjian Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.44 2000/06/05 10:57:57 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.43 2000/06/01 05:58:
8
8
<abstract>
9
9
<para>
10
10
Installation instructions for
11
- <productname>PostgreSQL</productname> 7.0.1 .
11
+ <productname>PostgreSQL</productname> 7.0.2 .
12
12
</para>
13
13
</abstract>
14
14
@@ -18,9 +18,9 @@ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.43 2000/06/01 05:58:
18
18
then unpack it:
19
19
20
20
<programlisting>
21
- > gunzip postgresql-7.0.1 .tar.gz
22
- > tar -xf postgresql-7.0.1 .tar
23
- > mv postgresql-7.0.1 /usr/src
21
+ > gunzip postgresql-7.0.2 .tar.gz
22
+ > tar -xf postgresql-7.0.2 .tar
23
+ > mv postgresql-7.0.2 /usr/src
24
24
</programlisting>
25
25
</para>
26
26
@@ -241,16 +241,16 @@ All of PostgreSQL is successfully made. Ready to install.
241
241
242
242
<step performance="required">
243
243
<para>
244
- If you are not upgrading an existing system then skip to
244
+ If you are not upgrading an existing system, skip to
245
245
<xref linkend="continue">.
246
246
</para>
247
247
<para>
248
- If you are running 7.0 or later , skip to
248
+ If you are running 7.* , skip to step
249
249
<xref linkend="nodump">.
250
250
</para>
251
251
<para>
252
252
You now need to back up your existing database.
253
- To dump your fairly recent post-6.0 database installation, type
253
+ To dump your database installation, type:
254
254
<programlisting>
255
255
> pg_dumpall > db.out
256
256
</programlisting>
@@ -264,18 +264,8 @@ All of PostgreSQL is successfully made. Ready to install.
264
264
<para>
265
265
Make sure to use the <application>pg_dumpall</application>
266
266
command from the version you are currently running.
267
- 7.0.1's <application>pg_dumpall</application> will not work on older databases.
268
- However, if you are still using 6.0, do not use the
269
- <application>pg_dumpall</application> script from 6.0 or everything will be
270
- owned by the <productname>PostgreSQL</productname> superuser after you
271
- reload. In that case
272
- you should grab <application>pg_dumpall</application> from a later
273
- 6.x.x release.
274
- If you are upgrading from a version prior to
275
- <productname>Postgres95</productname> v1.09 then you must back
276
- up your database,
277
- install <productname>Postgres95</productname> v1.09, restore your database,
278
- then back it up again.
267
+ 7.0.2's <application>pg_dumpall</application> should not
268
+ be used on older databases.
279
269
</para>
280
270
281
271
<caution>
@@ -295,7 +285,7 @@ All of PostgreSQL is successfully made. Ready to install.
295
285
296
286
<step performance="required" id="nodump">
297
287
<para>
298
- If you are upgrading an existing system then kill the database
288
+ If you are upgrading an existing system, kill the database
299
289
server now. Type
300
290
<programlisting>
301
291
> ps ax | grep postmaster
@@ -460,7 +450,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
460
450
<para>
461
451
This concludes the installation proper. To make your life more
462
452
productive and enjoyable
463
- you should look at the following optional steps and suggestions.
453
+ you should look at the following optional steps and suggestions:
464
454
</para>
465
455
466
456
<itemizedlist>
@@ -493,7 +483,7 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
493
483
You probably want to install the <application>man</application> and
494
484
<acronym>HTML</acronym> documentation. Type
495
485
<programlisting>
496
- > cd /usr/src/pgsql/postgresql-7.0.1 /doc
486
+ > cd /usr/src/pgsql/postgresql-7.0.2 /doc
497
487
> gmake install
498
488
</programlisting>
499
489
This will install files under <filename>/usr/local/pgsql/doc</filename>
0 commit comments