Aquesta pàgina forma part de la documentació de Moodle en català, tot i que no ha estat traduïda encara. Podeu contribuir obertament a les tasques de traducció. Podeu consultar la Guia d'edició de la documentació i també participar ens els debats del fòrum de traductors de la documentació a moodle.org

Upgrading FAQ: diferència entre les revisions

De MoodleDocs
Salta a:navegació, cerca
Cap resum de modificació
m (Reverted edits by TimHunt (discussió) to last revision by Helen Foster)
Línia 1: Línia 1:
{{Installing Moodle}}
{{Installing Moodle}}
==How do I upgrade from 1.9 to 2.4?==
1.9.x ->  1.9.latest -> 2.2.latest -> 2.4.latest
(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.)
==How do I upgrade Moodle? Do I just overwrite the files?==
==How do I upgrade Moodle? Do I just overwrite the files?==


Línia 20: Línia 26:
==Can I upgrade more than one version at a time?==
==Can I upgrade more than one version at a time?==


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


You can only upgrade to Moodle 2.2 from Moodle 1.9 or later.
You can only upgrade to Moodle 2.2 from Moodle 1.9 or later.
Línia 26: Línia 32:
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].
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].


==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.
* Using Moodle [https://moodle.org/mod/forum/discuss.php?d=224561 Notes on upgrading Moodle from 1.9.x to 2.4.1 on a shared server] forum discussion


[[Category:FAQ]]
[[Category:FAQ]]


[[ja:アップグレードFAQ]]
[[ja:アップグレードFAQ]]

Revisió del 12:14, 8 maig 2013

How do I upgrade from 1.9 to 2.4?

1.9.x -> 1.9.latest -> 2.2.latest -> 2.4.latest

(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.)

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.

I've just upgraded to Moodle 2 and notice lots of missing files

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.

Courses with "display a directory" aren't restoring correctly.

This has now been fixed for Moodle 2.4.2 so if it possible for you to upgrade to this version then this should now work.

Can I upgrade more than one version at a time?

You can only upgrade to Moodle 2.4 from Moodle 2.2.

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

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 Upgrading.

See also