Reputation: 186
I am deploying my code using webistrano. A new release is created as well as the doc root symlink works fine, but when I try to access my website on browser , still the old code is referenced. This issue is because somehow xcache is not updating its cache. When I manually touch all the files of the code , then it works fine.
Please let me know what could be the issue or how xcache handles the files path internally which might be causing this issue.
I found that if I manually clean xcache from xcache-admin then it start working fine, but is there any way that I can clear xcache in one-go from php file or shell command.
Thanks!!
Upvotes: 1
Views: 325