1. Try to clear cache
When the upgrade failed in the last step, it’s possible that only the cache is outdated. Try to clear it manually.
php app/console cache:clear
If this command throws a PHP error, you can try to nuke the cache folder like this:
rm -rf app/cache
If clearing cache didn’t help, continue with next step.
2. Trigger update manually
(
Read more... )