File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,7 @@ pg_dumpall > outputfile
170
170
if you need to do this.
171
171
To make the backup, you can use the "pg_dumpall" command from the
172
172
version you are currently running. For best results, however, try
173
- to use the "pg_dumpall" command from PostgreSQL 7.4beta4 , since
173
+ to use the "pg_dumpall" command from PostgreSQL 7.4beta5 , since
174
174
this version contains bug fixes and improvements over older
175
175
versions. While this advice might seem idiosyncratic since you
176
176
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
196
like this:
197
197
mv /usr/local/pgsql /usr/local/pgsql.old
198
198
199
- After you have installed PostgreSQL 7.4beta4 , create a new database
199
+ After you have installed PostgreSQL 7.4beta5 , create a new database
200
200
directory and start the new server. Remember that you must execute
201
201
these commands while logged in to the special database user account
202
202
(which you already have if you are upgrading).
You can’t perform that action at this time.
0 commit comments