#1127018 autopostgresqlbackup: No monthly backups after August 2025

#1127018#5
Date:
2026-02-05 09:53:19 UTC
From:
To:
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

#1127018#10
Date:
2026-02-05 10:08:09 UTC
From:
To: