feat: Allow to backup postgresql
This commit is contained in:
parent
5f9a70824d
commit
6e95c281b7
@ -59,3 +59,11 @@ mariadb_databases:
|
|||||||
format: sql
|
format: sql
|
||||||
add_drop_database: true
|
add_drop_database: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if borgmatic_postgresql_enabled %}
|
||||||
|
postgresql_databases:
|
||||||
|
- name: all
|
||||||
|
username: postgres
|
||||||
|
format: plain
|
||||||
|
add_drop_database: true
|
||||||
|
{% endif %}
|
||||||
|
Loading…
Reference in New Issue
Block a user