gdcc / dataverse-ansible

Ansible role for installing Dataverse
GNU General Public License v3.0
18 stars 21 forks source link

Make pg backups run under Debian #378

Closed HenningTimm closed 1 month ago

HenningTimm commented 1 month ago

We recently noticed that our Debian systems did not create postgres backups. Apparently on Debian systems cron does not execute cron.d entries that have suffixes (cf. https://unix.stackexchange.com/a/465526/133739). This PR adds a Debian-specific task for the pg_backup cron job that does not have a suffix. Additionally, it applies some minor ansible-lint suggestions.