diff options
author | Andrey Andreev <narf@devilix.net> | 2015-05-29 13:17:42 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-05-29 13:17:42 +0200 |
commit | e3216319e56de5e4214e5fec04af5bebaa593d0c (patch) | |
tree | 13ca1808b73b049ac6497e44bf03b06c761a2aa9 | |
parent | 938c7e4e4d874189fec2bec8532ed70bb8c52f05 (diff) |
[ci skip] Add a note to 3.0.0 upgrade instructions
-rw-r--r-- | user_guide_src/source/installation/upgrade_300.rst | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/user_guide_src/source/installation/upgrade_300.rst b/user_guide_src/source/installation/upgrade_300.rst index 5429e77ca..de816b6c7 100644 --- a/user_guide_src/source/installation/upgrade_300.rst +++ b/user_guide_src/source/installation/upgrade_300.rst @@ -8,9 +8,13 @@ Before performing an update you should take your site offline by replacing the i Step 1: Update your CodeIgniter files ************************************* -Replace all files and directories in your "system" folder and replace -your index.php file. If any modifications were made to your index.php -they will need to be made fresh in this new one. +**Replace** all files and directories in your *system/* directory and +replace your index.php file. If any modifications were made to your +index.php they will need to be made fresh in this new one. + +.. important:: You have to delete the old *system/* directory first and + then put the new one in its place. A simple copy-paste may cause + issues. .. note:: If you have any custom developed files in these folders please make copies of them first. |