Put in some migration guides. Should have had these for each release.
This commit is contained in:
parent
b0df88745d
commit
ed00f1a27a
4 changed files with 25 additions and 0 deletions
5
migration/6.0_to_6.1
Normal file
5
migration/6.0_to_6.1
Normal file
|
@ -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.
|
6
migration/6.1_to_6.1.1
Normal file
6
migration/6.1_to_6.1.1
Normal file
|
@ -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.
|
8
migration/6.1_to_6.2
Normal file
8
migration/6.1_to_6.2
Normal file
|
@ -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.
|
6
migration/6.2_to_6.2.1
Normal file
6
migration/6.2_to_6.2.1
Normal file
|
@ -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.
|
Loading…
Reference in a new issue