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

#2 Fix mysql backup in apps and update alerta command

parent 49259ce2
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,11 @@ consistency:
- archives
hooks:
mysql_databases:
- name: '{{ application_id }}'
- name: '{{ application_db }}'
hostname: db
port: 3306
username: '{{ application_id }}'
password: '{{ application_id }}'
username: '{{ application_db }}'
password: '{{ application_db }}'
options: '--skip-comments --no-tablespaces'
before_backup:
- echo "`date` - Starting 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