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

Upgrading FAQ: Difference between revisions

From MoodleDocs
(Can I upgrade to 2.2 from 1.9.4 or is it better to upgrade first to the latest 1.9.x? thanks to Petr for the answer)
(Any further questions?)
 
(30 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Installing Moodle}}
{{Installing Moodle}}
==How do I upgrade from 1.9.x to {{Version}}?==
1.x ->  1.9.19+ -> 2.2.11 -> 2.7.20 -> 3.0.10 -> {{Version}}
(It is better to upgrade to latest current stable before going to next branch, the same for plugins; upgrading from early stable branches usually works but there is no guarantee.)
Moodle 2.2.11 may be downloaded from https://download.moodle.org/stable22/.
==How do I upgrade Moodle? Do I just overwrite the files?==
==How do I upgrade Moodle? Do I just overwrite the files?==


Line 10: Line 18:
:''Note'': If you click on "'!!!" or try to restart the upgrade from another browser, there is a chance that your data in the database could be corrupted. If this happens, you will need to restore the database from sql dump and then restart the upgrade and wait - the process can take several hours on large sites.
:''Note'': If you click on "'!!!" or try to restart the upgrade from another browser, there is a chance that your data in the database could be corrupted. If this happens, you will need to restore the database from sql dump and then restart the upgrade and wait - the process can take several hours on large sites.


==I've just upgraded to Moodle 2 and notice lots of missing files==
==Can I upgrade more than one version at a time?==
 
You can only upgrade to Moodle {{Version}} from Moodle 3.0 or later.


Check whether the files were also missing in the Moodle 1.9 site. Often problems, which on first sight seem to be caused by the upgrade, actually existed in the 1.9 site.
You can only upgrade to Moodle 2.7 from Moodle 2.2 or later.


==Can I upgrade more than one version at a time?==
You can only upgrade to Moodle 2.2 from Moodle 1.9 or later.


You can only upgrade to Moodle 2.3 from Moodle 2.2.
==I have custom code in my site. How do I upgrade?==
Please see this forum post on [https://moodle.org/mod/forum/discuss.php?d=263355#p1141326 upgrading with custom code] for some suggestions.


You can only upgrade to Moodle 2.2 from Moodle 1.9 or later.
==Any further questions?==


For information on upgrading from versions of Moodle prior to 1.9, see the section 'Upgrading more than one version' in the Moodle 2.2 documentation [https://docs.moodle.org/22/en/Upgrading Upgrading].
Please post in the [https://moodle.org/mod/forum/view.php?id=28 Installing and upgrading help forum] on moodle.org.


==Can I upgrade to 2.2 from 1.9.4 or is it better to upgrade first to the latest 1.9.x?==
==See also==


It is better to upgrade to latest current stable before going to next branch, the same for add-on plugins; upgrading from early stable branches usually works but there is no guarantee.
* [[Installation FAQ]]


[[Category:FAQ]]
[[Category:FAQ]]
[[es:Actualización FAQ]]
[[fr:FAQ de mise à jour]]
[[ja:アップグレードFAQ]]

Latest revision as of 06:58, 17 May 2019

How do I upgrade from 1.9.x to 3.6?

1.x -> 1.9.19+ -> 2.2.11 -> 2.7.20 -> 3.0.10 -> 3.6

(It is better to upgrade to latest current stable before going to next branch, the same for plugins; upgrading from early stable branches usually works but there is no guarantee.)

Moodle 2.2.11 may be downloaded from https://download.moodle.org/stable22/.

How do I upgrade Moodle? Do I just overwrite the files?

Do NOT overwrite files, as it may cause strange errors. Read the Upgrading documentation before proceeding.

I obtain the message "Upgrade already running in this session, please wait!"

Most likely you refreshed the page before the completion message. If you are absolutely sure that there are no upgrade processes active (php and/or mysql), you can click on "!!!" and restart the upgrade.

Note: If you click on "'!!!" or try to restart the upgrade from another browser, there is a chance that your data in the database could be corrupted. If this happens, you will need to restore the database from sql dump and then restart the upgrade and wait - the process can take several hours on large sites.

Can I upgrade more than one version at a time?

You can only upgrade to Moodle 3.6 from Moodle 3.0 or later.

You can only upgrade to Moodle 2.7 from Moodle 2.2 or later.

You can only upgrade to Moodle 2.2 from Moodle 1.9 or later.

I have custom code in my site. How do I upgrade?

Please see this forum post on upgrading with custom code for some suggestions.

Any further questions?

Please post in the Installing and upgrading help forum on moodle.org.

See also