Skip to content

Commit c3c54a2

Browse files
committed
Disable pg_upgrade for 7.3.
1 parent bc3d2e1 commit c3c54a2

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

contrib/pg_upgrade/README

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
pg_upgrade
22

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.
79

810
Read the manual page for more information. To view it:
911

1012
nroff -man pg_upgrade.1 | more
1113

1214
Bruce Momjian
1315

14-
2002-01-14
16+
2002-07-03

contrib/pg_upgrade/pg_upgrade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# pg_upgrade: update a database without needing a full dump/reload cycle.
44
# CAUTION: Read the manual page before trying to use this!
55

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 $
77
#
88
# To migrate this to newer versions of PostgreSQL:
99
# 1) Update the version numbers at the top of the file
@@ -14,7 +14,7 @@
1414
#set -x
1515

1616
# UPGRADE_VERSION is the expected old database version
17-
UPGRADE_VERSION="7.2"
17+
UPGRADE_VERSION="7.3"
1818
CUR_VERSION="7.3"
1919

2020
# Set this to "Y" to enable this program

0 commit comments

Comments
 (0)