Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ed00f1a

Browse files
author
Thomas G. Lockhart
committed
Put in some migration guides. Should have had these for each release.
1 parent b0df887 commit ed00f1a

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

migration/6.0_to_6.1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
This migration requires a complete dump of the 6.0 database and a
2+
restore of the database in 6.1.
3+
4+
Those migrating from earlier 1.* releases should first upgrade to 1.09
5+
because the COPY output format was improved from the 1.02 release.

migration/6.1_to_6.1.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This is a minor bug-fix release. A dump/reload is not required from v6.2,
2+
but is required from any release prior to v6.2.
3+
4+
In upgrading from v6.2, if you choose to dump/reload you will find that
5+
avg(money) is now calculated correctly. All other bug fixes take effect
6+
upon updating the executables.

migration/6.1_to_6.2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
This migration requires a complete dump of the 6.1 database and a
2+
restore of the database in 6.2.
3+
4+
Note that the pg_dump and pg_dumpall utility from 6.2 should be used
5+
to dump the 6.1 database.
6+
7+
Those migrating from earlier 1.* releases should first upgrade to 1.09
8+
because the COPY output format was improved from the 1.02 release.

migration/6.2_to_6.2.1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
This is a minor bug-fix release. A dump/reload is not required from v6.2,
2+
but is required from any release prior to v6.2.
3+
4+
In upgrading from v6.2, if you choose to dump/reload you will find that
5+
avg(money) is now calculated correctly. All other bug fixes take effect
6+
upon updating the executables.

0 commit comments

Comments
 (0)