aboutsummaryrefslogtreecommitdiff
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authorbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-12 17:03:51 +0000
committerbrettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-03-12 17:03:51 +0000
commit73ed4ae8513af1cc6e795b125cc1f319a965bfb4 (patch)
tree86681c6baee8869faab58940588251be692dd9e4 /UPGRADE.txt
parentc41553d5e532ca86070d511d50d150d97869bb84 (diff)
downloadelgg-73ed4ae8513af1cc6e795b125cc1f319a965bfb4.tar.gz
elgg-73ed4ae8513af1cc6e795b125cc1f319a965bfb4.tar.bz2
Merged Cash's bugfixes from the 1.7 branch (3288:5377).
git-svn-id: http://code.elgg.org/elgg/trunk@5378 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt30
1 files changed, 8 insertions, 22 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index b06519ac3..032d285e9 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -1,33 +1,19 @@
ELGG UPGRADE INSTRUCTIONS
-1. Download the new version of Elgg from elgg.org or a mirror.
+1. Backup your Elgg database and code
-2. Overwrite your existing Elgg files. Any modifications should
+2. Download the new version of Elgg from elgg.org.
+
+3. Overwrite your existing Elgg files. Any modifications should
have been written within plugins, so that they are not lost
on overwriting. If this is not the case, take care to
maintain your modifications, although Elgg is not guaranteed
to work correctly in this instance.
-3. Visit http://your-elgg-site-URL/upgrade.php
-
-4. Copy htaccess_dist to .htaccess, replacing your existing version.
-
-5. If you haven't already done so, install your crontab (UNIX ONLY)
-
- Cron is a UNIX command which allows programs to be run at set
- times of the day.
-
- If you want to take advantage of some of the maintenance
- functions such as log rotation or garbage collection, you must
- install a cron tab to trigger these events.
-
- We have provided an example crontab as /crontab.example. Edit this
- with a text editor to provide the details of your site, rename it
- to another filename (eg 'crontab.mine') and install it with the
- following command:
+4. Visit http://your-elgg-site-URL/upgrade.php
- crontab crontab.mine
-
- Substitute your filename for 'crontab.mine'.
+5. Copy htaccess_dist to .htaccess, replacing your existing version.
+ Any modifications to the original .htaccess should be moved to the
+ new .htaccess file.