Hello all,
I used the following command to backup everything besides my mailboxes (they are on a persistent mount):
MAILCOW_BACKUP_LOCATION=/opt/backup /opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh backup crypt redis rspamd postfix mysql
Then I used the following command to restore:
MAILCOW_BACKUP_LOCATION=/opt/backup /opt/mailcow-dockerized/helper-scripts/backup_and_restore.sh restore
When prompted what to restore I chose the option for “all”.
Everything seems to have been restored besides my DKIM record (the same domain does exist after the restore) and the password policy configuration I had set up.
Are these not included in the backup by default or have I done something wrong that they are not being restored?
Thanks