Skip to content

Recreate WP website from .SQL and .ZIP files #1698

Discussion options

You must be logged in to vote

Normally you just unzip the wp-content folder onto the existing wp-content folder, overwriting the existing folders, and make sure that all the ownerships and permissions are set correctly. The sql file is moved into the wp directory and imported with the 'wp db import' command.

Your wp-content folder lives in the sites htdocs folder. On EE4 you can find this folder in /opt/easyengine/sites/mysite.com/app/htdocs. This is the linked file, so understand that you will find other documentation that references the actual docker volume location of the file as /var/lib/docker/volumes/mysitecom_htdocs/_data/htdocs. They are both the same so use whichever is easier for you to remember. Personally …

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by marcoandrei-waycomm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants