I’m trying to migrate away from my current server into another one. Steps I’ve taken:
- added DNS records (A, AAAA, PTR) for new server
- installed Debian 12
- installed Docker
- git cloned the mailcow source code to
/opt/mailcow-dockerized
- copied over my old
mailcow.conf
, just changed the domain name to the new one
- copied over backups
- ran
helper_scripts/backup_and_restore.sh restore all
pointing to the backups folder
- restored all parts of my most recent backup
It all finishes without errors, but I can’t login (none of my passwords seem to be valid) not on /admin
for admin or the root path for my user login.
What am I doing wrong? Thanks for any replies!
PS - forgot to say that my old mailcow setup, the one the backup is of, is running an older version (before Moorch) so is there an extra step needed?