Skip to content

Releases: cloudfoundry/postgres-release

v36

28 Feb 09:03
Compare
Choose a tag to compare
v36

This release upgrades PostgreSQL to version 11.2.

For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.

v35

06 Feb 13:21
Compare
Choose a tag to compare
v35

Avoid failure of bbr restore when restoring a table not present anymore (thanks @rkoster!)

v34

17 Jan 14:34
Compare
Choose a tag to compare
v34

Changes:

  • Fix a bug in the bbr-postgres-job when not using bosh links (#48, thanks @rkoster!)

v33

19 Dec 17:37
Compare
Choose a tag to compare
v33

Changes:

  • Allow specifying port and databases for bbr-postgres-job when not using bosh links (#46)

v32

23 Nov 09:20
Compare
Choose a tag to compare
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

09 Nov 14:43
Compare
Choose a tag to compare
v31

The backup and restore functionality now optionally supports:

  • backup and restore from a separate instance group
  • tls connections
  • authentication using client certificates

v30

04 Sep 14:46
Compare
Choose a tag to compare
v30

PostgreSQL version upgrade

This release upgrades PostgreSQL to version 9.6.10.

For more information about the upgrade, in particular about tested upgrade paths, refer to the Upgrading section of the README.

v29

11 Jul 14:19
Compare
Choose a tag to compare
v29

New features:

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 to true to enable them.

v28

20 Mar 08:02
Compare
Choose a tag to compare
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

15 Mar 14:59
Compare
Choose a tag to compare
v27

Changes:

  • The creation of roles and databases has been moved to a new monit process pg_janitor.
  • You can now run custom code before or after PostgreSQL starts/stops or periodically. For more information about this feature refer to the Hooks section of the README.