2023-03-31 12:24:33 -07:00
|
|
|
{% if inventory_hostname == 'db-datanommer02.iad2.fedoraproject.org' %}
|
2024-09-19 08:22:19 -07:00
|
|
|
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'"
|
2023-03-31 12:24:33 -07:00
|
|
|
{% else %}
|
2014-01-13 16:16:18 +00:00
|
|
|
0 0 * * * postgres /usr/local/bin/backup-database {{ item }}
|
2023-03-31 12:24:33 -07:00
|
|
|
{% endif %}
|