- bump apgdiff to 1.0.2 to make diffing actually work with pg 15+
- bump apgdiff to 1.0.1 to make multiplatform builds work
- updated postgres to version 16.3
- added
upgrade12to16
stage to allow upgrading data directories from postgres version 12 to 16
- upgrade gradle wrapper to version 8.6
- upgraded gradle plugin to fix docker push task
- update Postgres to version 14.9
- update
com.lovelysystems.gradle
to version 1.11.5 - enable passing custom options to apgdiff via
DIFFDB_APGDIFF_OPTIONS
env. var.
- update postgres to version 14.6
- include barman cloud client in server image
- allow to configure slack notification if barman db server connection fails
- allow to configure slack notification if barman backup fails
- update postgres to version 14.5
- allow to define barman backup schedule via environment variable
- Add
cron
to backup image
- upgraded postgres-plpython to version 14.5.1
- add
pg_hba
rule that allows users with rolereplication
to use the PG streaming protocol. - added
backup
docker image to allow disaster recovery using Barman.
- upgraded to postgres 14.1
- made
wait_for_postgres
less verbose - added
upgrade12
docker image to allow upgrading data directories from 12 to 14
- upgrade to 14 requires either a dump/restore or the described update procedure
- added tests and circleci setup
- upgraded to postgresql 12.9
- client: upgraded apgdiff to 0.0.2
- client: diffdb now does a 2-phase diff to allow cascading deletes and also validate the generated diff
- removed is_jsonb_valid extension, projects need to switch to https://github.com/lovelysystems/lovely-db-commons/tree/master/src/main/sql/microschema
- base versions on postgres upstream version
- upgrade to postgres 12.8
- upgrade jsonschema and yaml python libs to most recent versions
- added python support on server along with yaml and json schema libs
- added client image with diff tool
- added debugger extension
- Initial Release using Postgresql 12.2