diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-10-15 02:32:29 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1997-10-15 02:32:29 +0000 |
commit | ed00f1a27a76c8574575ad828e1a86a1b114cab4 (patch) | |
tree | d562c196715dbd5f9f7c40ead808a1fa169ef2c3 | |
parent | b0df88745d0faec54a9264e95c691d8024a00c4d (diff) | |
download | postgresql-ed00f1a27a76c8574575ad828e1a86a1b114cab4.tar.gz postgresql-ed00f1a27a76c8574575ad828e1a86a1b114cab4.zip |
Put in some migration guides. Should have had these for each release.
-rw-r--r-- | migration/6.0_to_6.1 | 5 | ||||
-rw-r--r-- | migration/6.1_to_6.1.1 | 6 | ||||
-rw-r--r-- | migration/6.1_to_6.2 | 8 | ||||
-rw-r--r-- | migration/6.2_to_6.2.1 | 6 |
4 files changed, 25 insertions, 0 deletions
diff --git a/migration/6.0_to_6.1 b/migration/6.0_to_6.1 new file mode 100644 index 00000000000..54d9c2924c3 --- /dev/null +++ b/migration/6.0_to_6.1 @@ -0,0 +1,5 @@ +This migration requires a complete dump of the 6.0 database and a +restore of the database in 6.1. + +Those migrating from earlier 1.* releases should first upgrade to 1.09 +because the COPY output format was improved from the 1.02 release. diff --git a/migration/6.1_to_6.1.1 b/migration/6.1_to_6.1.1 new file mode 100644 index 00000000000..7842c1714a1 --- /dev/null +++ b/migration/6.1_to_6.1.1 @@ -0,0 +1,6 @@ +This is a minor bug-fix release. A dump/reload is not required from v6.2, +but is required from any release prior to v6.2. + +In upgrading from v6.2, if you choose to dump/reload you will find that +avg(money) is now calculated correctly. All other bug fixes take effect +upon updating the executables. diff --git a/migration/6.1_to_6.2 b/migration/6.1_to_6.2 new file mode 100644 index 00000000000..bf40489c773 --- /dev/null +++ b/migration/6.1_to_6.2 @@ -0,0 +1,8 @@ +This migration requires a complete dump of the 6.1 database and a +restore of the database in 6.2. + +Note that the pg_dump and pg_dumpall utility from 6.2 should be used +to dump the 6.1 database. + +Those migrating from earlier 1.* releases should first upgrade to 1.09 +because the COPY output format was improved from the 1.02 release. diff --git a/migration/6.2_to_6.2.1 b/migration/6.2_to_6.2.1 new file mode 100644 index 00000000000..7842c1714a1 --- /dev/null +++ b/migration/6.2_to_6.2.1 @@ -0,0 +1,6 @@ +This is a minor bug-fix release. A dump/reload is not required from v6.2, +but is required from any release prior to v6.2. + +In upgrading from v6.2, if you choose to dump/reload you will find that +avg(money) is now calculated correctly. All other bug fixes take effect +upon updating the executables. |