Scabbers now needs its own database for DMARC reports.

This commit is contained in:
Jim Hague 2024-08-22 13:31:26 +01:00
parent ac559873c3
commit 02ff612b94
3 changed files with 4 additions and 0 deletions

View File

@ -10,4 +10,5 @@ base:
- secrets/mailman
- secrets/smtpauth
- secrets/webmail
- secrets/mariadb
- secrets/dmarcts

View File

@ -99,6 +99,8 @@ PRE_BACKUP ()
# all installed packages to a file.
#echo " writing dpkg selections to /root/dpkg-selections.log..."
#dpkg --get-selections | diff - /root/dpkg-selections.log > /dev/null || dpkg --get-selections > /root/dpkg-selections.log
mysqldump --all-databases > /root/mysql.sql
}
# This user-defined bash function is executed after a backup is made

View File

@ -35,4 +35,5 @@ base:
- mailman
- mercurial
- webmail
- mariadb
- dmarc_reports