We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2579b84 commit 9be3942Copy full SHA for 9be3942
ansible/files/logrotate_config/logrotate-wal-verify.conf
@@ -0,0 +1,6 @@
1
+/var/log/wal-g/wal-verification-results/*.json {
2
+ weekly
3
+ rotate 0
4
+ nocreate
5
+ missingok
6
+}
ansible/tasks/finalize-ami.yml
@@ -51,6 +51,7 @@
51
- { file: "logrotate-postgres-csv.conf" }
52
- { file: "logrotate-postgres.conf" }
53
- { file: "logrotate-walg.conf" }
54
+ - { file: "logrotate-wal-verify.conf" }
55
- { file: "logrotate-postgres-auth.conf" }
56
57
- name: Ensure default Postgres logrotate config is removed
0 commit comments