Skip to content
Snippets Groups Projects
Commit ed00f1a2 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart
Browse files

Put in some migration guides. Should have had these for each release.

parent b0df8874
No related branches found
No related tags found
No related merge requests found
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.
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.
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.
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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment