updating .conf to .conf-sample and tweaking the mariadb scirpt
This commit is contained in:
parent
0cd97e84f9
commit
c355351394
2 changed files with 0 additions and 0 deletions
22
default-mariadb-docker-compose.conf-sample
Normal file
22
default-mariadb-docker-compose.conf-sample
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue