Skip to content
Snippets Groups Projects
Commit f5648349 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Disable pg_upgrade for 6.5.

parent 505b2ecd
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# #
# pg_upgrade: update a database without needing a full dump/reload cycle # pg_upgrade: update a database without needing a full dump/reload cycle
# CAUTION: read the manual page before trying to use this! # CAUTION: read the manual page before trying to use this!
echo "pg_upgrade is disabled in this release because the on-disk structure" 1>&2
echo "of the tables has changed compared to previous releases." 1>&2
exit 1
trap "rm -f /tmp/$$" 0 1 2 3 15 trap "rm -f /tmp/$$" 0 1 2 3 15
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment