It happened again that backups for OCL were not being created and pushed to AWS. Ignoring the reason, which is now fixed, do you know of any way to have a check, which would warn us, if it happens again? The issue is that I discovered backups are broken after 3 months, but fortunately nothing bad happened in the meantime.
I could write some script to do that, which could be run by our CI, but maybe there’s already a solution for that? Basically check, if there’s a new backup on AWS every 24hs.
The change breaks scheduled backups. You can still trigger backup manually though.
I think it should be reverted, unless some service depends on changes it introduced. It changed the backup/restore commands syntax from
backup.sh
restore.sh TIMESTAMP
to
backup.sh backup
backup.sh restore TIMESTAMP
Also it’s safer not to use the latest tag for services…