Skip to content

Migrate to new server, can't I just copy the directories since this is docker? #1895

Answered by ssuess
ssuess asked this question in Support Requests
Discussion options

You must be logged in to vote

So it was ALMOST that easy. But after the reboot nothing was running, so I had to add these two commands:

  • docker-compose -f /opt/easyengine/services/docker-compose.yml up -d
  • for compose in /opt/easyengine/sites/*/docker-compose.yml; do
    docker-compose -f $compose up -d
    done

and voila! all sites migrated.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ssuess
Comment options

You must be logged in to vote
1 reply
@ssuess
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants