|
|
@@ -34,7 +34,7 @@ hooks: |
|
|
hostname: {{ matrix_backup_borg_postgresql_databases_hostname|to_json }} |
|
|
hostname: {{ matrix_backup_borg_postgresql_databases_hostname|to_json }} |
|
|
username: {{ matrix_backup_borg_postgresql_databases_username|to_json }} |
|
|
username: {{ matrix_backup_borg_postgresql_databases_username|to_json }} |
|
|
password: {{ matrix_backup_borg_postgresql_databases_password|to_json }} |
|
|
password: {{ matrix_backup_borg_postgresql_databases_password|to_json }} |
|
|
port: {{ matrix_backup_borg_postgresql_databases_port|to_json }} |
|
|
|
|
|
|
|
|
port: {{ matrix_backup_borg_postgresql_databases_port | int | to_json }} |
|
|
{% endfor %} |
|
|
{% endfor %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
after_backup: |
|
|
after_backup: |
|
|
|