File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
pg_upgrade
2
2
3
- This is a version of pg_upgrade which will migrate a 7.1 database to
4
- 7.2, or allow a 7.2 to 7.2 migration if you need to perform an initdb.
5
- It has been only lightly tested. Please report any problems to the
6
- PostgreSQL lists.
3
+
4
+ PG_UPGRADE IS NOT AVAILABLE FOR UPGRADES FROM 7.2.X.
5
+
6
+ This is a version of pg_upgrade which will allow a 7.3 to 7.3 migration
7
+ if you need to perform an initdb. It has been only lightly tested.
8
+ Please report any problems to the PostgreSQL lists.
7
9
8
10
Read the manual page for more information. To view it:
9
11
10
12
nroff -man pg_upgrade.1 | more
11
13
12
14
Bruce Momjian
13
15
14
- 2002-01-14
16
+ 2002-07-03
Original file line number Diff line number Diff line change 3
3
# pg_upgrade: update a database without needing a full dump/reload cycle.
4
4
# CAUTION: Read the manual page before trying to use this!
5
5
6
- # $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.13 2002/04/09 18:07:24 momjian Exp $
6
+ # $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.14 2002/07/03 14:38:19 momjian Exp $
7
7
#
8
8
# To migrate this to newer versions of PostgreSQL:
9
9
# 1) Update the version numbers at the top of the file
14
14
# set -x
15
15
16
16
# UPGRADE_VERSION is the expected old database version
17
- UPGRADE_VERSION=" 7.2 "
17
+ UPGRADE_VERSION=" 7.3 "
18
18
CUR_VERSION=" 7.3"
19
19
20
20
# Set this to "Y" to enable this program
You can’t perform that action at this time.
0 commit comments