mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
6 lines
336 B
Plaintext
6 lines
336 B
Plaintext
{% if inventory_hostname == 'db-datanommer02.rdu3.fedoraproject.org' %}
|
|
0 0 * * * postgres /usr/local/bin/lock-wrapper backup-database "/usr/local/bin/backup-database {{ item }} |& grep -Ev 'warning:|hypertable|chunk|restore|data-only|continuous_agg'"
|
|
{% else %}
|
|
0 0 * * * postgres /usr/local/bin/backup-database {{ item }}
|
|
{% endif %}
|