- Package:
- autopostgresqlbackup
- Source:
- autopostgresqlbackup
- Submitter:
- Stefan Weil
- Date:
- 2026-02-05 10:17:08 UTC
- Severity:
- normal
Dear Maintainer, I see daily and weekly backups, but no monthly backups after 2025-08-01. There exist monthly backups from 2023-07-01 until 2025-08-01. I notized that the shell script should make monthly backups on the first day of a month (DOMONTHLY=1), but the code which calculates the date of the month (DNOM="$(date '+%d')") returns "01". Therefore there will never be a match. So a simple fix might just use DOMONTHLY=01. Regards Stefan Weil
Related upstream fix: https://github.com/k0lter/autopostgresqlbackup/pull/48