Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
c3c54a21
Commit
c3c54a21
authored
Jul 03, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable pg_upgrade for 7.3.
parent
bc3d2e1e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
7 deletions
+9
-7
contrib/pg_upgrade/README
contrib/pg_upgrade/README
+7
-5
contrib/pg_upgrade/pg_upgrade
contrib/pg_upgrade/pg_upgrade
+2
-2
No files found.
contrib/pg_upgrade/README
View file @
c3c54a21
pg_upgrade
This is a version of pg_upgrade which will migrate a 7.1 database to
7.2, or allow a 7.2 to 7.2 migration if you need to perform an initdb.
It has been only lightly tested. Please report any problems to the
PostgreSQL lists.
PG_UPGRADE IS NOT AVAILABLE FOR UPGRADES FROM 7.2.X.
This is a version of pg_upgrade which will allow a 7.3 to 7.3 migration
if you need to perform an initdb. It has been only lightly tested.
Please report any problems to the PostgreSQL lists.
Read the manual page for more information. To view it:
...
...
@@ -11,4 +13,4 @@ Read the manual page for more information. To view it:
Bruce Momjian
2002-0
1-14
2002-0
7-03
contrib/pg_upgrade/pg_upgrade
View file @
c3c54a21
...
...
@@ -3,7 +3,7 @@
# pg_upgrade: update a database without needing a full dump/reload cycle.
# CAUTION: Read the manual page before trying to use this!
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.1
3 2002/04/09 18:07:24
momjian Exp $
# $Header: /cvsroot/pgsql/contrib/pg_upgrade/Attic/pg_upgrade,v 1.1
4 2002/07/03 14:38:19
momjian Exp $
#
# To migrate this to newer versions of PostgreSQL:
# 1) Update the version numbers at the top of the file
...
...
@@ -14,7 +14,7 @@
#set -x
# UPGRADE_VERSION is the expected old database version
UPGRADE_VERSION
=
"7.
2
"
UPGRADE_VERSION
=
"7.
3
"
CUR_VERSION
=
"7.3"
# Set this to "Y" to enable this program
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment