I use the same (except for db names) automysqlbackup (version 2.5) config on different servers but on my new server (ubuntu 22.04 LTS) the monthly backups don't work. Daily and Weekly are working fine though. If I start a backup today (1st of December) I only get a daily backup and no monthly backup is created (the log also only shows stuff for daily creation).
The script runs fine every day since October with the only flaw of the missing monthly backups.
Relevant part of my config:
DBNAMES=my_db
MDBNAMES="my_db"
Any ideas what is going wrong?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use the same (except for db names) automysqlbackup (version 2.5) config on different servers but on my new server (ubuntu 22.04 LTS) the monthly backups don't work. Daily and Weekly are working fine though. If I start a backup today (1st of December) I only get a daily backup and no monthly backup is created (the log also only shows stuff for daily creation).
The script runs fine every day since October with the only flaw of the missing monthly backups.
Relevant part of my config:
Any ideas what is going wrong?
Maybe it's your first backup for this DB ? Normally you need one daily backup to begin and an entire weekly I think
Nope, not the first one :-)
Do you set the
CONFIG_do_monthly="01"?Yes, although my config syntax looks different: