Files @ b1b2928c582b
Branch filter:

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

branko
Noticket: Fixed two tests related to application user profile directory in php_website role, and renamed two tests to make more sense.
1
2
3
#!/bin/bash

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