19 lines
458 B
Text
19 lines
458 B
Text
#
|
|
# SQL dump backup directory
|
|
#
|
|
BU_DIR=/home/data/mastodon/backup
|
|
#
|
|
# Docker Compose details
|
|
#
|
|
# dir containing the docker-compose.yml
|
|
DC_DIR=/home/docker/mastodon-2.0.0
|
|
# name of the database container
|
|
DC_CONTAINER=postgres
|
|
# Command to dump the relevant database(s)
|
|
DUMP_CMD='pg_dumpall -c -U postgres'
|
|
#
|
|
# Reporting
|
|
#
|
|
# email address to send reports to, and subject
|
|
EMAIL=webmaster@oerfoundation.org
|
|
EMAIL_SUBJ="Mastodon (on Open) Postgres Backup Report"
|