diff options
author | Lingxian Kong <anlin.kong@gmail.com> | 2021-07-22 16:38:08 +1200 |
---|---|---|
committer | Lingxian Kong <anlin.kong@gmail.com> | 2021-07-23 22:16:20 +1200 |
commit | 02971d850b57ac27a126ecb8ca4012f97ae856fd (patch) | |
tree | 0ae1bf0909bcbc13b74a4b7ba35f083c4fcbfb2a /releasenotes/notes | |
parent | 69f08ab470a0d1d1d4676b41ad29a9c19ce28648 (diff) | |
download | trove-02971d850b57ac27a126ecb8ca4012f97ae856fd.tar.gz |
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
Diffstat (limited to 'releasenotes/notes')
-rw-r--r-- | releasenotes/notes/xena-fix-postgresql-wal-archive-size.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/xena-fix-postgresql-wal-archive-size.yaml b/releasenotes/notes/xena-fix-postgresql-wal-archive-size.yaml new file mode 100644 index 00000000..e887ed06 --- /dev/null +++ b/releasenotes/notes/xena-fix-postgresql-wal-archive-size.yaml @@ -0,0 +1,6 @@ +--- +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. |