Files @ 66da094b2fca
Branch filter:

Location: majic-ansible-roles/roles/database/templates/dump_db.sh.j2 - annotation

branko
MAR-96: Moved setting of facts for gpg/gpg2 binary detection in backup_client role into separate yml file. Assigned the handlers tag to it to make sure the facts are available when only handlers get executed.
1
2
3
#!/bin/bash

/usr/bin/mysqldump "{{ db_name }}" > "/srv/backup/mariadb/{{ db_name }}.sql"