Skip to content

Releases: cloudogu/postgresql

v14.21-1

26 Feb 14:14

Choose a tag to compare

Changed

  • [#74] Update postgresql to 14.21
  • [#74] Delegate startup of postgresql to official docker-entrypoint of postgresql image
  • [#74] Use modular migration scripts for upgrades

Fixed

  • [#74] Use right volume mount for data
    • Before anonymous docker volume has been used for storing data - this could lead to data loss when container gets recreated
  • [#74] Use full backup / restore mechanism to migrate to new volume schema instead of moving data

v14.20-2

13 Feb 14:27

Choose a tag to compare

Changed

  • [#68] Build gosu executbale with go 1.26.0 to get cve fixes

Security

v14.17-6

02 Feb 13:39
828c358

Choose a tag to compare

Security

v14.20-1

30 Jan 12:18

Choose a tag to compare

v14.20-1 Pre-release
Pre-release

Added

  • [#66] Update postgresql to 14.20 by using dockerhub image instead of alpine upstream
  • [#66] Update base image to 3.23.2-2

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