Releases: cloudogu/postgresql
Releases · cloudogu/postgresql
v14.21-1
26 Feb 14:14
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Changed
[#68 ] Build gosu executbale with go 1.26.0 to get cve fixes
Security
v14.17-6
02 Feb 13:39
Compare
Sorry, something went wrong.
No results found
v14.20-1
30 Jan 12:18
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
[#64 ] make max_connections to postgresql configurable
v14.18-2
25 Aug 11:16
Compare
Sorry, something went wrong.
No results found
Fixed
[#60 ] Force drop database when removing service accounts
prevents errors if database is still in use
v14.18-1
12 Aug 17:13
Compare
Sorry, something went wrong.
No results found
[#46 ] Update postgresql to 14.18
[#46 ] Implemented pipe-build-lib into Jenkinsfile
v14.17-5
25 Jul 12:55
Compare
Sorry, something went wrong.
No results found
Fixed
[#56 ] Fix permission denied error on minor upgrade
v14.17-4
25 Jul 11:29
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
[#53 ] Fix race condition between startup script and post upgrade script