Releases: cloudfoundry/postgres-release
Releases · cloudfoundry/postgres-release
v33
v32
PostgreSQL version upgrade
This release upgrades PostgreSQL to version 11.1.
For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.
If your databases use hash indexes, you must rebuild them after pg_upgrade by running /var/vcap/store/postgres/pg_upgrade_tmp/reindex_hash.sql
after the bosh deploy.
v31
v30
v29
New features:
- You can enable backup and restore through Bosh Backup and Restore. See documentation for details and current limitations.
Changes:
- Removed property
databases.databases[n].run_on_every_startup
deprecated since v20 - Fixed issue in stopping
pg_janitor
child processes - Improved control jobs serviceability. Note that by default debug traces for control jobs are no longer printed; set the
databases.enable_trace
property totrue
to enable them.
v28
This release upgrades PostgreSQL to version 9.6.8.
NOTES:
- This drops support for upgrading from PostgreSQL 9.6.3. Only upgrades from PostgreSQL 9.6.4 and 9.6.6 are supported.
- You can review upgrade considerations in the
Migration to Version 9.6.8
section of the PostgreSQL release note. - For more information about the postgres-release upgrade refer to the Upgrading section of the README.
v27
v26
Changes:
- The creation of roles and databases has been moved to the post-start script. If an error occurs while creating a database or a database extension or creating/updating a role, the bosh deployment will fail.
- Removed obsolete "FROM UNPACKAGED" when creating citext extension
Notes:
- This deprecates 32-bit compilation for PostgreSQL which will be removed in a future release.
v25
v24
List of changes: