Skip to content

Commit e261306

Browse files
committed
Update install for upgraders.
1 parent d57dcbf commit e261306

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

INSTALL

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
199199

200200
works.
201201

202-
If you used pg_dumpall, move the old directories out of the
202+
If you used pg_dumpall, move the old directory out of the
203203
way. Type the following:
204204

205205
> mv /usr/local/pgsql /usr/local/pgsql.old
@@ -250,7 +250,8 @@ For a fresh install or upgrading from previous releases of PostgreSQL:
250250

251251
then the above was necessary. Simply do this step then.
252252

253-
9. Create the database installation (the working data files). To do this
253+
9. If you moved the old directory out of the way,
254+
create the database installation (the working data files). To do this
254255
you must log in to your PostgreSQL superuser account. It will not work
255256
as root.
256257

doc/src/sgml/install.sgml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.3 2000/06/05 10:59:16 momjian Exp $
2+
$Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.41.2.4 2000/06/05 17:02:27 momjian Exp $
33
-->
44

55
<chapter id="install">
@@ -326,7 +326,7 @@ All of PostgreSQL is successfully made. Ready to install.
326326
</tip>
327327

328328
<para>
329-
If you used pg_dumpall, move the old directories out of the way.
329+
If you used pg_dumpall, move the old directory out of the way.
330330
Type the following:
331331
<programlisting>
332332
&gt; mv /usr/local/pgsql /usr/local/pgsql.old
@@ -392,7 +392,8 @@ libpq.so.2.1: cannot open shared object file: No such file or directory
392392

393393
<step performance="required">
394394
<para>
395-
Create the database installation (the working data files).
395+
If you moved the old directory out of the way,
396+
create the database installation (the working data files).
396397
To do this you must log in to your
397398
<productname>PostgreSQL</productname> superuser account. It will not
398399
work as root.

0 commit comments

Comments
 (0)