Easy engine reset

I am testing a site for quite sometime. All of a sudden my page load time has increased. I think i may have changed some of the config files. Is there any way for me to bring reset the install without losing wp data? What command to use

Hi,

EasyEngine takes all configuration backup inside GIT. So that you can easily check what you did so far and if you want then revert back. Following GIT commands are usefull for you to check what you did so far

cd /etc/nginx
git status
git diff
git log

ok.

wjhat i have found is all of a sudden memcache miss rate has shooted to 70%. it used to be 30% before. I tried HHVM and uninstalled it when i ran into issues. Any way to trouble shoot please let me know

@gau1991

Hi @umamakesh

As @gau1991 said you can use those commands to see what changes you made.

To revert to the initial version or to reset you can use following set of commands.

  • cd /etc/nginx/
  • git reset --hard

It’s been a long time, and we haven’t heard from you. Maybe your issue is resolved, if not follow the above steps.

I am closing this support topic for now. Feel free to create a new support topic if you have any queries further. :slight_smile: