summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_312.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-10-27 14:06:46 +0200
committerAndrey Andreev <narf@devilix.net>2016-10-27 14:06:46 +0200
commit9f8c00508bf5333207dbede5d61a2432b20cc4ec (patch)
tree00b59619af67af04e1c23bbd42758d20978aa2bd /user_guide_src/source/installation/upgrade_312.rst
parent40282340cd7de02cbe8297f557b7d3e23cbc652a (diff)
[ci skip] This is 3.1.2-dev
Diffstat (limited to 'user_guide_src/source/installation/upgrade_312.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_312.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/user_guide_src/source/installation/upgrade_312.rst b/user_guide_src/source/installation/upgrade_312.rst
new file mode 100644
index 000000000..91467233e
--- /dev/null
+++ b/user_guide_src/source/installation/upgrade_312.rst
@@ -0,0 +1,14 @@
+#############################
+Upgrading from 3.1.1 to 3.1.2
+#############################
+
+Before performing an update you should take your site offline by
+replacing the index.php file with a static one.
+
+Step 1: Update your CodeIgniter files
+=====================================
+
+Replace all files and directories in your *system/* directory.
+
+.. note:: If you have any custom developed files in these directories,
+ please make copies of them first.