Move Server

Hi All

Im trying to move my Mautic installation to a installation based on docker.

I backed up my MYSQL DB and restored it on the new server.
In the docker config i have:
environment:
MAUTIC_DB_HOST: mydb
MAUTIC_DB_USER: myuser
MAUTIC_DB_PASSWORD: ********
MAUTIC_DB_NAME: mauticdb
MAUTIC_RUN_CRON_JOBS: “true”

However when i start mautic it is rerouting me to the installer page.
what do i miss?

thanks

Did you also moved the local.php file?

the local.php is pointing to the new (restored) db

you were right, i didnt copied the complete local.php, it is working now

1 Like