Files @ eb172883f16d
Branch filter:

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

branko
Noticket: Fix the invocation of GnuPG to use the --no-tty option:

- At least in some cases GnuPG would otherwise fail to run.
1
2
3
#!/bin/bash

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