Upgrading to EasyEngine

is there a tutorial on how to migrate my current linode system to easyengine, my current system right now doesn’t have memcached and not using the W3 total cache it’s still using the WP Super cache. and it was manually installed from scratch

Is there a big difference if I will use that caching comparing to W3 total cache?

also how will I migrate to easyengine if I already have a wordpress and a huge database?

@rnovino, If you want to install easyengine on currently running server, then its not recommend, as easyengine has his because easyengine follows his custom structure for webroot. You can ref there structure here: https://rtcamp.com/wordpress-nginx/tutorials/conventions/

@gau1991 ut if I install it on a fresh server how will import my old database do you have command for that?

@rnovino,

You can take dump using mysqldump command

mysqldump -u user -p databasename > dump.sql

and after that on EasyEngine server you can import dump with command

pv dump.sql | mysql database_name

1 Like

Hello @rnovino

I hope your query is resolved. I am closing this support topic for now.

Feel free to create a new support topic if you have any queries further. :slight_smile: