Commit 9059d827 authored by Bruce Momjian's avatar Bruce Momjian

Update INSTALL to say beta5.

parent 747df1a3
...@@ -170,7 +170,7 @@ pg_dumpall > outputfile ...@@ -170,7 +170,7 @@ pg_dumpall > outputfile
if you need to do this. if you need to do this.
To make the backup, you can use the "pg_dumpall" command from the To make the backup, you can use the "pg_dumpall" command from the
version you are currently running. For best results, however, try version you are currently running. For best results, however, try
to use the "pg_dumpall" command from PostgreSQL 7.4beta4, since to use the "pg_dumpall" command from PostgreSQL 7.4beta5, since
this version contains bug fixes and improvements over older this version contains bug fixes and improvements over older
versions. While this advice might seem idiosyncratic since you versions. While this advice might seem idiosyncratic since you
haven't installed the new version yet, it is advisable to follow haven't installed the new version yet, it is advisable to follow
...@@ -196,7 +196,7 @@ kill -INT `cat /usr/local/pgsql/data/postmaster.pid` ...@@ -196,7 +196,7 @@ kill -INT `cat /usr/local/pgsql/data/postmaster.pid`
like this: like this:
mv /usr/local/pgsql /usr/local/pgsql.old mv /usr/local/pgsql /usr/local/pgsql.old
After you have installed PostgreSQL 7.4beta4, create a new database After you have installed PostgreSQL 7.4beta5, create a new database
directory and start the new server. Remember that you must execute directory and start the new server. Remember that you must execute
these commands while logged in to the special database user account these commands while logged in to the special database user account
(which you already have if you are upgrading). (which you already have if you are upgrading).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment