ansible/playbooks/apps/templates/bin/dump-gabnotes.org.j2
Gabriel Augendre 96585b08f3
Some checks are pending
/ run ansible (push) Waiting to run
ghost setup ensure started
2024-10-20 10:59:22 +02:00

3 lines
179 B
Django/Jinja
Executable file

#!/bin/bash
set -euo pipefail
/usr/bin/mysqldump --no-tablespaces -u root --password={{ ghost_setup_db_password }} gabnotes_org_prod > /mnt/data/gabnotes.org/db_export/backup.sql