openstack-helm-infra/releasenotes/notes/postgresql.yaml
Lo, Chi (cl566n) 2fc1ce4a14 Removing -x from database backup script
The set -x has produced 6 identical log strings every time the
log_backup_error_exit function is called.  Prometheus is using
the occurrence and number of some logs over a period of time to
evaluate database backup failure or not.  Only one log should be
generated when a particular database backup scenario failed.

Upon discussion with database backup and restore SME, it is
recommended to remove the set -x once and for all.

Change-Id: I846b5c16908f04ac40ee8f4d87d3b7df86036512
2022-02-23 16:42:29 -08:00

18 lines
580 B
YAML

---
postgresql:
- 0.1.0 Initial Chart
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
- 0.1.2 adding archiving to postgres
- 0.1.3 Use explicit entrypoint for prometheus exporter
- 0.1.4 Allow probe tweaking
- 0.1.5 Optimize restart behavior
- 0.1.6 Revert "Add default reject rule ..."
- 0.1.7 postgres archive cleanup script
- 0.1.8 Add tls to Postgresql
- 0.1.9 Use full image ref for docker official images
- 0.1.10 Helm 3 - Fix Job labels
- 0.1.11 Update htk requirements
- 0.1.12 Enhance postgresql backup
- 0.1.13 Remove set -x
...