mirror of
https://github.com/postgres/postgres.git
synced 2026-04-10 03:26:23 -04:00
Update INSTALL for 7.4.1.
This commit is contained in:
parent
7bccfa101e
commit
c8bcbde63e
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
INSTALL
|
|
@ -180,7 +180,7 @@ Substitute your paths appropriately.
|
|||
need to do this.
|
||||
To make the backup, you can use the "pg_dumpall" command from the version
|
||||
you are currently running. For best results, however, try to use the
|
||||
"pg_dumpall" command from PostgreSQL 7.4, since this version contains
|
||||
"pg_dumpall" command from PostgreSQL 7.4.1, since this version contains
|
||||
bug fixes and improvements over older versions. While this advice might
|
||||
seem idiosyncratic since you haven't installed the new version yet, it is
|
||||
advisable to follow it if you plan to install the new version in parallel
|
||||
|
|
@ -212,7 +212,7 @@ Substitute your paths appropriately.
|
|||
|
||||
mv /usr/local/pgsql /usr/local/pgsql.old
|
||||
|
||||
After you have installed PostgreSQL 7.4, create a new database directory and
|
||||
After you have installed PostgreSQL 7.4.1, create a new database directory and
|
||||
start the new server. Remember that you must execute these commands while
|
||||
logged in to the special database user account (which you already have if you
|
||||
are upgrading).
|
||||
|
|
|
|||
Loading…
Reference in a new issue