feat: Allow to backup postgresql

This commit is contained in:
pulsar89.5 2024-06-21 12:22:53 +02:00
parent 5f9a70824d
commit 6e95c281b7

View File

@ -59,3 +59,11 @@ mariadb_databases:
format: sql
add_drop_database: true
{% endif %}
{% if borgmatic_postgresql_enabled %}
postgresql_databases:
- name: all
username: postgres
format: plain
add_drop_database: true
{% endif %}