trove/releasenotes/notes/xena-fix-postgresql-wal-archive-size.yaml
Lingxian Kong 02971d850b Add periodic task to remove postgres archived wal files
* Added a periodic task for postgresql datastore to clean up the
  archived WAL files.
* Added a check when creating incremental backups for postgresql.
* A new container image ``openstacktrove/db-backup-postgresql:1.1.2``
  is uploaded to docker hub.

Story: 2009066
Task: 42871
Change-Id: I235e2abf8c0405e143ded6fb48017d596b8b41a1
2021-07-23 22:16:20 +12:00

7 lines
269 B
YAML

---
fixes:
- Added a periodic task for postgresql datastore to clean up the archived WAL
files. Added a check when creating incremental backups for postgresql. A
new container image ``openstacktrove/db-backup-postgresql:1.1.2`` is
uploaded to docker hub.