CodeIgniter Forums
how to upgrade from CI3.0-dev to CI3.0.0. - 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: how to upgrade from CI3.0-dev to CI3.0.0. (/showthread.php?tid=61401)



how to upgrade from CI3.0-dev to CI3.0.0. - monbran - 04-12-2015

I am in trouble because I do not know how to upgrade from CI3.0-dev to CI3.0.0.
Is there any pages which have a specific method?
※ I could find how to upgrade from 2.2.x to 3.0.0 at the following page.
http://www.codeigniter.com/userguide3/installation/upgrade_300.html


RE: how to upgrade from CI3.0-dev to CI3.0.0. - gadelat - 04-12-2015

Just use linked guide. In your case most of the listed changes are already applied, so just make sure all of them are.


RE: how to upgrade from CI3.0-dev to CI3.0.0. - ronelb - 04-13-2015

This is how I do my upgrade for several of my projects and it worked flawlessly.

Note:
#1. Before doing the steps below, make a BACKUP of your project files.
#2. Highly recommended:, use GIT or Mercurial on your current project and do a commit.

1. Read the changelog (differences CI3.0 dev between the final release of CI3.0) before proceeding.
2. Unzip the CI3 archive to a folder (we'll use ci3 for this)
3. Copy the files from ci3 to your project (example: system to system, application to application)
4. When you're done and you have GIT/Mercurial installed, just use the DIFF command to find and restore your changes (mostly the files of the applications/config folder)


RE: how to upgrade from CI3.0-dev to CI3.0.0. - alkarim - 04-16-2015

Refer the CI user guide. You cant find any other reference other than CI's user guide.