![]() |
Update from 2.0.2 to latest version (2.1.3) - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Update from 2.0.2 to latest version (2.1.3) (/showthread.php?tid=56355) |
Update from 2.0.2 to latest version (2.1.3) - El Forum - 12-12-2012 [eluser]Unknown[/eluser] Hi everyone, I need to update from 2.0.2 to 2.1.3 What's is the procedure? I have to download all the intermediate versions and updates to step-by-step? If I do this, where can I download all the latest versions? I find only the link to 2.1.3 ....... Thank you very much, any help will appreciate! Giovanni Di Gregorio Update from 2.0.2 to latest version (2.1.3) - El Forum - 12-12-2012 [eluser]pickupman[/eluser] The [url="http://ellislab.com/codeigniter/user-guide/installation/upgrading.html"]user guide[/url] is your friend. Each revision is a rollup from the one before. You only need to download the update you want to upgrade to. Usually just need to remove your /system folder and replace with the one you download. Merge any newer additions from /application/config/config.php into your local copy. You could double check each of the upgrade links from the user guide to make sure have covered any changes between the version. Should take about 5 mins to complete the upgrade on those versions. |