rcbops / ansible-lxc-rpc

Ansible Playbooks to deploy openstack
https://rcbops.github.io/ansible-lxc-rpc/
Apache License 2.0
38 stars 31 forks source link

Galera holland backup cronjob is not working #456

Closed BjoernT closed 9 years ago

BjoernT commented 9 years ago

Change holland_backups cron job from

Ansible: holland-backup

2 * * * 5 root holland bk

to

Ansible: holland-backup

2 /2 * * \ root /usr/local/bin/holland bk

The /usr/local/bin path is not in the system PATH so holland needs to be called fully qualified. Additionally we should to a backup every 2 hours or maybe every 4 housrs, once a week is way to unsafe

claco commented 9 years ago

This is fixed in 9.0.1 https://github.com/rcbops/ansible-lxc-rpc/pull/323

claco commented 9 years ago

Closing for now. Please re open if you find the new cron is not working or not applied after upgrading to 9.0.1