2023-03-31 12:24:33 -07:00
|
|
|
{% if inventory_hostname == 'db-datanommer02.iad2.fedoraproject.org' %}
|
2024-05-20 10:28:04 -07:00
|
|
|
0 0 * * * postgres /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 %}
|