Skip to content

Releases: cloudogu/postgresql

v14.18-3

19 Sep 12:14

Choose a tag to compare

Added

  • [#64] make max_connections to postgresql configurable

v14.18-2

25 Aug 11:16

Choose a tag to compare

Fixed

  • [#60] Force drop database when removing service accounts
    • prevents errors if database is still in use

v14.18-1

12 Aug 17:13

Choose a tag to compare

  • [#46] Update postgresql to 14.18
  • [#46] Implemented pipe-build-lib into Jenkinsfile

v14.17-5

25 Jul 12:55

Choose a tag to compare

Fixed

  • [#56] Fix permission denied error on minor upgrade

v14.17-4

25 Jul 11:29

Choose a tag to compare

Fixed

  • [#54] Fix problem to chown files while post-upgrade script deletes the pgdata
  • [#54] Upgrade makefiles to 10.2.0

v14.17-3

24 Jul 14:34

Choose a tag to compare

Fixed

  • [#53] Fix race condition between startup script and post upgrade script

v14.17-2

24 Apr 11:15

Choose a tag to compare

Changed

  • [#50] Set sensible resource requests and limits

v14.17-1

04 Mar 07:00

Choose a tag to compare

Changed

  • [#44] Execute necessary migration for all databases in post-upgrade script

v14.15-2

21 Feb 08:45

Choose a tag to compare

Changed

  • [#47] Do not restrict access via pg_hba.conf in multinode anymore because network policies do that.

v14.15-1

23 Jan 12:59

Choose a tag to compare

Changed

  • [#42] Update Makefiles to 9.5.0
  • [#42] Update postgresql to 14.15
  • [#42] Add migration checker to post-upgrade.sh
    • The migration checker fixes potentially corrupt data in postgres, due to bugfixes in postgres itself