Skip to content
Snippets Groups Projects
Commit ef3297bf authored by jurgenhaas's avatar jurgenhaas
Browse files

Bug fixes

parent ab9f48e1
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,9 @@
owner: root
group: root
mode: 0600
notify:
- Init Borg App
# @todo at this point, docker compose project is not running yet.
#notify:
# - Init Borg App
- name: SSH Config
copy:
......
......@@ -30,6 +30,7 @@ consistency:
- repository
- archives
hooks:
{% if application_db is defined %}
mysql_databases:
- name: '{{ application_db }}'
hostname: db
......@@ -37,6 +38,7 @@ hooks:
username: '{{ application_db }}'
password: '{{ application_db }}'
options: '--skip-comments --no-tablespaces'
{% endif %}
before_backup:
- echo "`date` - Starting backup"
after_backup:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment