Note: You are currently viewing documentation for Moodle 2.0. Up-to-date documentation for the latest stable version is available here: Upgrading to Moodle 2.0.

Upgrading to Moodle 2.0: Difference between revisions

From MoodleDocs
mNo edit summary
(updating info)
Line 1: Line 1:
{{Moodle_2.0}}
{{Moodle 2.0}}When upgrading to Moodle 2.0, you must have Moodle 1.9 or later. if you are using an earlier version of Moodle (eg 1.8.x) then you need to upgrade to Moodle 1.9.x first.
{{stub}}
 
Moodle 2.0 is in beta status and is relatively stable but still not suitable for a production server.   It includes some major changes. See [[Roadmap]] for outline of changes and links.
We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.  
 


==Before upgrading please... ==
==Before upgrading please... ==
Line 7: Line 8:
* '''Do a full database backup!'''
* '''Do a full database backup!'''
* Remember to purge PHP cache if using any PHP accelerator
* Remember to purge PHP cache if using any PHP accelerator
* Read [[Upgrading to Moodle 1.9]] if you are upgrading to 2.0 from 1.8 or 1.7
* Read [[Upgrading to Moodle 1.8]] if you are upgrading from 1.7
==Upgrading more than one version==
In general, it is recommended to upgrade via each version of Moodle, for example 1.8 -> 1.9 -> 2.0. An exception to this is when upgrading from 1.5 or 1.6, when it is recommended that 1.7 be skipped, in other words upgrade 1.5 -> 1.6 -> 1.8 -> 1.9 -> 2.0. (The main reason for this recommendation is that the default roles settings obtained when upgrading to 1.7 are not ideal for 1.8 onwards.)


==Now upgrade==
==Now upgrade==
Line 24: Line 19:


==See also==
==See also==
*[[Release Notes]]
 
*[[Roadmap]]
*[[Moodle 2.0 release notes]]
 
*[[:Category:Moodle 2.0]]
*[[:Category:Moodle 2.0]]
*[[Installing Moodle]]
*[[Installing Moodle 2.0]]
*[[Installation FAQ]]
*[[Environment]]


[[Category:Installation]]
[[Category:Installation]]
[[Category:Upgrading]]
[[Category:Moodle 2.0]]
[[Category:dev]]


[[de:Auf Moodle 2.0 aktualisieren]]
[[de:Auf Moodle 2.0 aktualisieren]]
[[fr:Mise à jour à Moodle 2.0]]
[[fr:Mise à jour à Moodle 2.0]]

Revision as of 11:36, 18 August 2010

Template:Moodle 2.0When upgrading to Moodle 2.0, you must have Moodle 1.9 or later. if you are using an earlier version of Moodle (eg 1.8.x) then you need to upgrade to Moodle 1.9.x first.

We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.


Before upgrading please...

  • Always check your site to make sure it meets all system requirements for 2.0 in Administration > Server > Environment
  • Do a full database backup!
  • Remember to purge PHP cache if using any PHP accelerator

Now upgrade

Once you have satisfied the requirements for Moodle 2.0, follow the instructions on the upgrading page.

Note, if you get a strange error about 'handling of PHP float numbers', please see this FAQ entry.

Verify the upgrade (optional)

If you wish to confirm that the database definitions in the upgraded database match the definitions of a new, clean install (which they should) you might like to look at Verify Database Schema.

See also