Skip to content

Releases: cloudfoundry/postgres-release

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.

v26

07 Feb 10:55
Compare
Choose a tag to compare
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

25 Jan 08:27
Compare
Choose a tag to compare
v25

This release upgrades PostgreSQL to version 9.6.6.

NOTES:
This drops support for upgrading from PostgreSQL 9.6.2.
Only upgrades from PostgreSQL 9.6.3 and 9.6.4 are supported.

For more information about the upgrade refer to the Upgrading section of the README.

v24

10 Jan 08:37
Compare
Choose a tag to compare
v24

List of changes:

  • Startup script does not fail anymore after a vm reboot #33
  • PostgreSQL port property has a default value of 5432.
  • Fixed a quoting issue with db user password #29
  • Default max-connections has been moved into job spec for visibility #31
  • Deployment sample files have been improved #32 #30

v23

22 Nov 17:32
Compare
Choose a tag to compare
v23

Fixed a bug in upgrade function details