CodeIgniter Forums
can i update ci version Upgrading from 3.0.0 to 3.1.5 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: can i update ci version Upgrading from 3.0.0 to 3.1.5 (/showthread.php?tid=68953)



can i update ci version Upgrading from 3.0.0 to 3.1.5 - mkhsojib - 09-18-2017

can i update ci version Upgrading from 3.0.0 to 3.1.5


RE: can i update ci version Upgrading from 3.0.0 to 3.1.5 - InsiteFX - 09-18-2017

You should follow the upgrades in sequence.


RE: can i update ci version Upgrading from 3.0.0 to 3.1.5 - dave friend - 09-18-2017

Every Upgrading From a Previous Version after 3.0.0 starts with the same "Step 1" task which amounts to

Quote:Replace all files and directories in your system/ directory.

If you have any custom developed files in these directories, please make copies of them first.

Using the files for v 3.1.5, follow that instruction.

Then, go through the following upgrade instructions, doing each Step where Step > 1

Upgrade 301
Upgrade 302
Upgrade 303
Upgrade 306
Upgrade 310
Upgrade 312
Upgrade 313

All other upgrade pages only have Step 1.


RE: can i update ci version Upgrading from 3.0.0 to 3.1.5 - PaulD - 09-18-2017

Just to add to Dave Friends detailed answer above, it is very quick when you get on with it and is very simple. The CI team has gone to great lengths to document changes and usually involves nothing more than overwriting files.