Skip to content

Releases: mesoform/postgres-ha

Updates postgres version 14.10 to 14.12

05 Jun 23:11
a606e33
Compare
Choose a tag to compare

Updates postgres base image to fix high vulnerabilities reported by snyk

Updates postgres version 14 to latest available

23 Nov 17:09
504e475
Compare
Choose a tag to compare

Updates postgres base image to fix high vulnerabilities reported by snyk

Postgres, wal-g and golang version updates

12 May 17:38
231cfd5
Compare
Choose a tag to compare
  • Updates postgres base image to fix high vulnerabilities reported by snyk
  • Updates golang and wal-g versions to avoid compilation issues

Postgres version upgrade and Cronitor fix

08 Sep 16:46
4b35e7f
Compare
Choose a tag to compare
  • Upgrades postgres image to use latest available: postgres:14.4-alpine3.16
  • Handles Cronitor API key docker secret and fixes issue with duplicate monitoring jobs created on Cronitor

Postgres version upgrade and Cronitor fix

08 Sep 16:42
194568f
Compare
Choose a tag to compare
  • Upgrades postgres image to use latest v13 available: postgres:13.6-alpine3.16
  • Handles Cronitor API key docker secret and fixes issue with duplicate monitoring jobs created on Cronitor

PGv14 release with full backup schedule process and monitoring feature

01 Jun 18:03
aaa7516
Compare
Choose a tag to compare

Same as v13.6-2.0 but using latest postgres version image 14.2

Added full backup schedule process and monitoring feature and fixed some issues

01 Jun 18:03
ca38449
Compare
Choose a tag to compare

Adds functionality to setup a cron schedule expression at which database backups will run and also to specify a cronitor API key for cron job monitoring.

Improvements:

  • Replaced asterisk with setup-master script to fix master db config bug
  • Removed healthcheck from dockerfile and timeout-based disconnects from pg_basebackup
  • Set RESTORE_BACKUP to false if database data directory is not empty
  • Update README to include healthcheck examples

Updated Dockerfile images and added sync switch functionality

09 Aug 17:17
5456f99
Compare
Choose a tag to compare
  • Updated Dockerfile golang and postgres images versions
  • Added synchronous replication variable and set default to true for backwards compatibility
  • Increased value on master config parameters "max_wal_senders" and "wal_keep_size"
    Fixed issue: Updated variables default value syntax

Added backups switch functionality

01 Jun 18:30
e8b6d48
Compare
Choose a tag to compare

Fixed issue: If PGPORT is not set an "invalid value for parameter 'port'" error is reported
Improvement: Add variable to be able to enable/disable backups

Added backups switch functionality

01 Jun 18:29
0ea63e5
Compare
Choose a tag to compare

Fixed issue: If PGPORT is not set an "invalid value for parameter 'port'" error is reported
Improvement: Add variable to be able to enable/disable backups