Files @ db859106bed8
Branch filter:

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

branko
MAR-218: Document the workaround needed to make Molecule instance logins work:

- It should be possible to drop this workaround once the upstream has
taken care of merging the necessary fixes.
1
2
3
#!/bin/bash

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