Files @ d6a8b9523eb6
Branch filter:

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

branko
MAR-127: Added tests for time synchronisation (NTP) implementation:

- Updated test playbook.
- Added tests related to time synchronisation.
1
2
3
#!/bin/bash

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