# Move Server

**URL:** https://forum.mautic.org/t/move-server/15293
**Category:** Product Support
**Created:** [July 20, 2020, 3:02pm UTC](https://forum.mautic.org/t/move-server/15293 "2020-07-20T15:02:35Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![stefan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/stefan/32/690_2.png) [@stefan](https://forum.mautic.org/u/stefan)
#### Post date: [July 20, 2020, 3:02pm UTC](https://forum.mautic.org/t/move-server/15293/1 "2020-07-20T15:02:35Z")

</div>

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

---

<div class="post-metadata">

### Author: ![OmerGafny](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/omergafny/32/1759_2.png) [@OmerGafny](https://forum.mautic.org/u/OmerGafny)
#### Post date: [July 21, 2020, 7:13am UTC](https://forum.mautic.org/t/move-server/15293/2 "2020-07-21T07:13:40Z")

</div>

Did you also moved the local.php file?

---

<div class="post-metadata">

### Author: ![stefan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/stefan/32/690_2.png) [@stefan](https://forum.mautic.org/u/stefan)
#### Post date: [July 21, 2020, 8:00am UTC](https://forum.mautic.org/t/move-server/15293/3 "2020-07-21T08:00:42Z")

</div>

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

---

<div class="post-metadata">

### Author: ![stefan](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.mautic.org/stefan/32/690_2.png) [@stefan](https://forum.mautic.org/u/stefan)
#### Post date: [July 21, 2020, 8:26am UTC](https://forum.mautic.org/t/move-server/15293/4 "2020-07-21T08:26:55Z")

</div>

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