forked from moodlehq/totara
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPGRADE.txt
44 lines (27 loc) · 1.39 KB
/
UPGRADE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
UPGRADING A TOTARA SITE
=======================
These instructions detail the process for upgrading a Totara site to the latest
point release version.
New requirements in Totara 2.5:
* PHP version 5.3.3.
* PHP GD module now required.
NOTE: To upgrade to Totara 2.5 you must be on Totara 2.2.13 or later. If your version
is earlier than 2.2.13 the upgrade will not run. Versions of Totara prior to 2.2 must first
upgrade to 2.2 via Totara 1.1.17+, then to at least 2.2.13, before upgrading to 2.5
For more information see http://docs.moodle.org/en/Upgrading
1. Check the live logs to check if any users are currently using the site.
The site will be offline while the upgrades are performed.
Reports -> Live Logs
2. Enable maintenance mode in Totara.
Server -> Maintenance Mode
3. Backup the Totara database.
4. Backup the site data directory.
5. Backup the Totara source code directory.
6. Remove the old source code, and extract the new source code into the source code directory.
Note: Do not copy the new code on top of the existing code folder.
7. Navigate to the admin/index.php page. The upgrade process will
automatically start.
8. Check for Warnings or Errors on the upgrade review page.
9. Edit new settings page if required.
10. Disable server maintenance mode.
11. Congratulations, your site is now upgraded. Read CHANGELOG.php for details on what is new.