updating .conf to .conf-sample and tweaking the mariadb scirpt

This commit is contained in:
Dave Lane 2022-06-09 15:57:32 +12:00
parent 0cd97e84f9
commit c355351394
2 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,22 @@
#
# SQL dump backup directory
#
BU_DIR=/home/data/mastodon/backup
#
# Docker Compose details
#
# dir containing the docker-compose.yml
DC_DIR=/home/docker/[dirname]
DC_FILE=$DC_DIR/docker-compose.yml
DC_CONTAINER=mariadb
DC_DB_NAME_VAR=MOODLE_DB_NAME
DC_DB_USER_VAR=MOODLE_DB_USER
DC_DB_PASSWORD_VAR=MOODLE_DB_PASSWORD
# Command to dump the relevant database(s)
DUMP_CMD='mysqldump '
#
# Reporting
#
# email address to send reports to, and subject
EMAIL=webmaster@oerfoundation.org
EMAIL_SUBJ="Mastodon (on Open) MariaDB Backup Report"