The project was developed with cakephp-2.0.2.
Now i’m going to upgrade it to cakephp-2.0.3.
What’s the easiest and safest way to do it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can either:
Remove /cake in your 2.0.2 install and replace it the /cake directory of 2.0.3
or (preferable):
Install cake 2.0.3 to a new location
Copy 2.0.2 /app to the new installation. If you have any custom files in /plugins or /vendors they’ll need to be moved too.
(Don’t forget to empty the cache directories in /app/tmp/cache – leave the directories intact, just remove any files in them).