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

Upgrading: Difference between revisions

From MoodleDocs
No edit summary
No edit summary
 
(207 intermediate revisions by 44 users not shown)
Line 1: Line 1:
Система Moodle позволяет обновление от версии к версии. Пожалуйста, для более подробного ознакомления с обновляемой версией перейдите по ссылкам Upgrading to Moodle 1.6, Upgrading to Moodle 1.8 или Upgrading to Moodle 1.9.
{{Installing Moodle}}
''This page explains in detail how to upgrade Moodle. For a summary of the process, see [[Upgrade overview]].''


Изменения, внесенные в исходный код, такие как установка вспомогательного модуля (не стандартного модуля) или редактирование на сайте php-файла могут не обновиться. Сюда же включаются модификации стандартных тем, которые будут переписаны в процессе обновления.
==Check the requirements==


Для использования cpanel можно воспользоваться ссылкой [http://ic.eflclasses.org/tutorials/howtoupgrademoodlewithcpanel.swf this tutorial]. Несмотря на некоторые неровности по краям и небольшую устарелость, идея должна быть ясна.  
Check that your server meets all requirements for 3.1 in ''Administration > Site administration > Server > [[Environment]]''. Please note that if you use MySQL you must upgrade the engine to InnoDB since it has become a requirement in Moodle 3.1. See [[Migration from MyISAM to InnoDB]].


__TOC__
Note 1: The [[Assignment activity]] can now convert various office document formats to PDF to work with PDF annotations. This is optional - but it requires "unoconv" to be installed and configured on the server.  See [https://docs.moodle.org/31/en/mod/assign/feedback/editpdf/testunoconv Unoconv installation].


Обновляйте версию Moodle по следующим шагам:
Note 2: You can only upgrade to Moodle 3.1 from Moodle 2.7 or later. If upgrading from earlier versions, you must [https://docs.moodle.org/27/en/Upgrading_to_Moodle_2.7 upgrade to 2.7] as a first step.


==Проверка системных требований==
==Before upgrading==


Ознакомтесь с инструкцией по установке и документацией на новую версию. Проверьте системные требования для версии, которую вы хотите обновить на ''Administration > Server > [[Environment]]''.
'''We advise that you test the upgrade first on a COPY of your production site, to make sure it works as you expect.'''


== Резервирование важных данных==
Consider setting the [[Upgrade key|upgrade key]] for your site.


Всегда полезно, хотя и не строго обязательно, делать резервную копию любой системы перед ее серьезным обновлением на случай, если придется вернуться к старой версии. Вообще, очень практично настроить Ваш сервер для ежедневного обновления версии Moodle и просто пропустить этот шаг.
== Backup important data ==


Рассмотрим три области, нуждающиеся в резервировании:
There are three areas that should be backed up before any upgrade:
#Moodle software (For example, everything in server/htdocs/moodle)
#Moodle uploaded files (For example, server/moodledata)
#Moodle database (For example, your Postgres or MySQL database dump)


=== 1. Собственно программная директория Moodle===
See [[Site backup]] for more specific information.


Сделайте отдельную копию этих файлов перед обновлением, что позволит восстановить файл config.php и любые модули, которые были добавлены как темы, языки и т. д.
== Check for plugin updates ==


=== 2. Ваша папка данных  ===
If you have [[Automatic updates deployment]] enabled, you will be able to update installed plugins automatically during the upgrade. Just make sure you check for available updates (via the button for it) at the Plugins check screen.


Именно сдесь находятся загружаемые данные (такие как ресурсы курса и студенческие задания), так что очень важно иметь резервную копию этих файлов в любом случае. Иногда при обновлении некоторые папки в Вашей директории данных могут исчезнуть или получить другие имена.
If you are updating plugins manually, it is a good moment now to check in the [http://moodle.org/plugins Moodle Plugins directory] whether there is a 3.1 version available for any plugins (including themes) that you have previously installed on your site. If so, download the plugin package. In the next step, you will copy it to the appropriate location in your Moodle code (see [[Installing plugins]]).


=== 3. Ваша база данных ===
The upgrade of the plugin will then happen as part of the Moodle upgrade process.


Большинство обновлений Moodle изменяют таблицы баз данных, добавляя или изменяя поля. Существую разные способы резервирования для каждой базы данных. Один из способов резервирования базу данных MySQL состоит в "выгрузке" ее в один SQL-файл. Приведенный ниже пример иллюстрирует Unix команды для загрузки в файл базы данных под названием "moodle": 
If an out-of-date plugin causes your upgrade to fail, you can usually delete the plugin code rather than uninstalling it from within Moodle so that the data associated with it is not deleted.


mysqldump -u username -p -C -Q -e -a moodle > moodle-backup-2007-04-01.sql
==Put your site into maintenance mode==
(Ключ "-a" не желателен и должен быть заменен на "--create-options")
Before you begin upgrading your site, you should put it into [[Maintenance_mode | maintenance mode]] to stop any non-admin users from logging in. Then you should wait for any currently running cron processes to complete before proceeding.


Замените учетную запись в базе данных на имя пользователя. Флаг -p указывает на пароль для пользователя под флагом -u.
== Install the new Moodle software ==
You can fetch the current (3.1) version of the software through


Если хост базы данных отличается от хоста, на котором Вы хотите выполнить команду резервирования (обычно это web-сервер)нужно при выполнении дампа MySQL указать его с опцией -h:
wget http://sourceforge.net/projects/moodle/files/Moodle/stable31/moodle-latest-31.tgz


mysqldump -u username -p -h databasehost -C -Q -e -a moodle > moodle-backup-2007-04-01.sql
=== Standard install package ===


Вы также модете воспользоваться функцией экспорта "Export" в опции web-интерфейса Moodle "MySQL Admin" для выполнения этой же операции на любой платформе. В версии Moodle v1.9 и выше эта опция находится в меню '''Site Administration''' -> '''Server''' -> '''Database'''. Этот интерфейс можно также загрузить со страницы http://download.moodle.org/modules/integrations.php. Это компоновка PHPMyAdmin с интерфейсом администратора Moodle.
# Move your old Moodle software program files to another location. ''Do NOT copy new files over the old files.''
# Unzip or unpack the upgrade file so that all the new Moodle software program files are in the location the old files used to be in on the server. Moodle will adjust SQL and moodledata if it needs to in the upgrade.
# Copy your old [[Configuration file|config.php file]] back to the new Moodle directory.
# As mentioned above, if you had installed any plugins on your site you should add them to the new code tree (Moodle directory structure) now. It is important to check that you get the correct version for your new version of Moodle. Be particularly careful that you do not overwrite any code in the new version of Moodle and that you place the plugin folders in the correct directory (the same directory that they are in in the current installation.)
# Your moodledata folder should be located separately to your Moodle code folder and, as such, should not need anything done to it. Moodle 3.0 will throw a warning if it is located in a web accessible folder and the moodledata should never be located in the Moodle code folder.  If you are moving your installation to a new server or new location on your server, then you will need to follow the Migration documents.


==== Замечания перед дампом SQL ====
====Linux====
 
* Пожалуйста, учтите, что для дампа SQL mysqldump существует множество опций. Необходимо проконсультироваться с Вашим системным администратором (если такой человек имеется) или другим специалистом чтобы выяснить, нет ли на сайте специальных флагов, которые нужно использовать для дампа SQL.
** Например, если Вы с собственной MySQL 5.2 переходите к системе, использующей MySQL 5.0 или 4.1, Вам обязательно нужно использовать флаг "--compat=mysql40". (Это не так уж нехарактерно для ситуаций, которые раскрывают природу ISP-хостинга в сравнении с локальной пользовательской установкой Moodle) 
* Несмотря на всю очевидность, нужно четко понимать: эти инструкции подходят только для дампа из MYSQL! Postgresql, Oracle и другие серверы баз данных имеют другие средства для дампа баз данных. 
* Для приведенного выше примера с командами импорта mysql, Вам нужно использовать флаг --no-create-db. Если Ваша база данных локально названа не так, как на сайте перемещения, отсутствие этого флага приведет к возникновению проблем.
 
== Установка нового программного обеспечения Moodle ==
 
=== Использование загружаемого архива ===
 
@Не ставте новую версию поверх старой если вы не уверены, что делаете правильно... некоторые старые файлы могут вызвать сбои в работе новой версии. Лучше всего переименовать текущую директорию Moodle, затем распаковать архив новой версии Moodle по старому адресу.
 
Linux
  mv moodle moodle.backup
  mv moodle moodle.backup
  tar xvzf moodle-1.1.tgz
  tar xvzf moodle-3.1.tgz


Затем скопируйте файл config.php, любые другие плагины как например пользовательские темы, и Ваш .htaccess файл, если Вы его создавали:
Next, copy across your config.php, any custom plugins, and your .htaccess file if you created one ('''check that custom plugins are the correct version for your new Moodle first'''):


  cp moodle.backup/config.php moodle
  cp moodle.backup/config.php moodle
  cp -pr moodle.backup/theme/mytheme moodle/theme/mytheme
  cp -pr moodle.backup/theme/mytheme moodle/theme/mytheme
cp -pr moodle.backup/mod/mymod moodle/mod/mymod


И не забудьте
Don't forget to make moodle/config.php (and the rest of the source code) readable by your www server. Ideally the files should not be writeable by your server.
 
sudo chown www-data moodle/config.php


если нужно.
chown -R www-data:www-data moodle (Linux debian - change to appropriate user and group for your OS version)
chmod -R 755 moodle


Где www-data - какой пользователь Apache стоит на Вашей системе. Это обычно 'apache' or 'www'.
If you use cron, take care that cron.php is executeable and uses the correct php command:
Это можно выяснить с помощью 'ls -l' в Вашей директории /var/www/moodle (или там, где находится Ваш Moodle сайт), посмотрев "владельца" и группу.
chmod 740 admin/cli/cron.php (some configurations need chmod 750 or chmod 755)
copy the first line from cron.php (if it looks like '#!/usr/local/bin/php' or '#!/usr/local/bin/php5.3', no need to copy '<?php')  
if necessary.  However, for a simple upgrade, there should be no need to change anything with cron.


Так что можно увидеть что-то вроде
=== Using Git ===


ls -l
You can use Git for updating or upgrading your Moodle. See [[Git for Administrators]] for details.


...lots of lines...
===Command line upgrade===


-rw-r--r--  1 apache system    784 Jun 28  2007 config.php
On Linux servers, Moodle 3.1 supports running the [[CLI|upgrade from the command line]], rather than through a web browser. This is likely to be more reliable, particularly for large sites.


...lots more lines...
== Finishing the upgrade ==


таким образом здесь "владельц" - apache, а группа системная.
The last step is to trigger the upgrade processes within Moodle.  


Для того чтобы повторить это на новой системе можно записать 'chown apache:system config.php'
If you put your site into Maintenance mode earlier; take it out now!


или для всей группы
To do this just go to ''Administration > Site administration > Notifications''.


chown apache:system ./*
Moodle will automatically detect the new version and perform all the SQL database or file system upgrades that are necessary. If there is anything it can't do itself (very rare) then you will see messages telling you what you need to do.


и реккурентно
Assuming all goes well (no error messages) then you can start using your new version of Moodle and enjoy the new features!


chown -R apache:system ./*
Note: If you are running multiple servers then you should purge all caches manually (via ''Administration > Site administration > Development > Purge all caches'') after completing the upgrade on all servers.


=== Используя CVS ===
===Fatal error: Maximum execution time of 30 seconds exceeded...===


Вы можете использовать CVS для обновления или установки новой версии Moodle. Для этого в первую очередь выполните CVS проверку в Вашей (пустой) корневой директории Moodle.
If your server uses a main language other than English, you may encounter a 'Fatal error: Maximum execution time of 30 seconds exceeded' when you try to upgrade it. You can increase max_execution_time = 160 on php.ini to allow the scripts enough time to process the language update. Otherwise, you can switch to English as the default language before doing the upgrade and back to your original language after a succcessful upgrade. See the forum discussion at https://moodle.org/mod/forum/discuss.php?d=119598.


Вы можете воспользоваться любой из наших [[CVS_for_Administrators#CVS_Servers|CVS Mirror servers]]. Просто замените '''SERVER.cvs.moodle.org''' в указанных ниже командах на имя зеркального сервера, котолрый вы выбрали!.
==After upgrading==


'''Для серверов Linux'''
The config.php file from your installation should work fine but if you take a look at config-dist.php that came with Moodle 3.0 there are more/different options available (e.g. database drivers and settings). It's a good idea to map your old config.php settings to a new one based on the 3.0 config-dist.php.


Для выполнения CVS проверки Moodle, прежде всего нужно зарегестрироваться на CVS сервере Moodle.
===Cron===


  <nowiki>cvs -d:pserver:anonymous@SERVER.cvs.moodle.org:/cvsroot/moodle login</nowiki>
Cron has received a major update (MDL-25499) and now has support for both scheduled and ad hoc tasks.
  Без пароля для анонимности, так что просто кликните на Enter.


Перейдите к директории, где Вы собираетесь держать корневую папку Moodle
The benefits of these changes are:
* The schedule for every task can be configured by the admin
* Tasks can run in parallel
* Cron processes use locking to prevent the same task running at the same time by different processes
* Clusters with multiple identical application nodes are supported, you can run cron on all of them


  <nowiki>cvs -z3 -d:pserver:anonymous@SERVER.cvs.moodle.org:/cvsroot/moodle co -r MOODLE_18_STABLE moodle</nowiki>
A result of this is that cron can be run much more often, which means (for example) forum posts can be sent out sooner. To take advantage of the new cron system it is now strongly recommended that administrators increase the frequency that cron is run to at least ''once per minute''.
  (where MOODLE_18_STABLE is the desired version)


Для обновления просто перейдите в корневую папку Moodle и обновите файлы:
You also may need to modify any automated scripts you have that are parsing the output from cron. It is no longer possible to simply monitor the output of cron for the string "Cron script completed correctly" (if that is what you were doing). An alternative is to monitor the output for the string "task failed:". If you detect that a task is failing, [[Cron#Debugging_Scheduled_Tasks|here]] are some tips for debugging the failure.


  cvs update -dP
Before the upgrade to 3.1, there may have been a cron task that was failing, which was preventing the rest of cron from being executed. A failure in any single task will no longer prevent the rest of the Moodle cron tasks from executing, so you may uncover previously masked bugs. It is a good idea to closely monitor the output from cron after the upgrade to 3.1.
Для обновления на новую версию наберите следующую команду и замените 18 на номер самой новой версии
  cvs -Q update -dP -r MOODLE_18_STABLE


Убедитесь, что Вы используете "d" параметр для создания в случае необходимости новых директорий, и "P" параметр для удаления пустых папок.
===Assignments===


'''Для серверов Windows'''
The old assignment (2.2) module has been removed from core and has been replaced by a stub to support transparently remapping URLs and restoring course backups from the old module to the new one.


Для выполнения начальной проверки и обновления можно использовать Tortoise CVS.
If you are still using the old assignment (2.2) module, after upgrading to Moodle 3.0 all assignment (2.2) activities will be hidden. You need to run the [[Assignment upgrade tool]] to un-hide the activities.


Если Вы редактируете файлы Moodle, внимательно следите за сообщениями о возможных сбоях. Все Ваши пользовательские темы и нестандартные плагины останутся нетронутыми.
If you really, really need to keep using the old assignment (2.2) module, you should update the code to Moodle 3.0, and then replace the "mod/assignment" folder with the one from https://github.com/moodlehq/moodle-mod_assignment/releases before completing the upgrade.


Не забудьте зайти на страницу администратора после завершения CVS обновления.
==Possible issues that may affect you in Moodle 3.1==


== Завершение обновления ==
===Assignment submission annotation===


Последний шаг - инициализация обновлений внутри Moodle.
The [[Assignment activity]] can now convert various office document formats to PDF to work with PDF annotations. This is optional - but it requires "unoconv" to be installed and configured on the server. See the [[mod/assign/feedback/editpdf/testunoconv|Unoconv installation]].


Для этого зайдите на страницу администратора Ваших установок, например ''<nowiki>http://example.com/moodle/admin</nowiki>''
===Competencies===


Не важно, зарегестрированы Вы как администратор или нет. Если Вы обновляете какую-то старую версию, Вы в любом случае не сможете зарегестрироваться до обновления.  
The new 3.1 feature, [[Competencies]], is enabled by default. It may be disabled by an administrator in ''Site administration > Competencies''.


Moodle автоматически определит новую версию и выполнит все необходимые обновления базы данных или файловой системы. Если какие-то операции система не сможет сделать самостоятельно (что случается крайне редко), Вы увидите соответствующие сообщения с указанием Ваших действий.
===PHP 5.6 bug===
Please note that PHP 5.6 has an upstream bug resulting in some functionality involving AJAX requests to fail on some platforms. It does not affect PHP 5.5 or 7. You need to add '''always_populate_raw_post_data=-1''' to your php.ini. Please refer to [[PHP#HTTP_RAW_POST_DATA_errors|documentation]].


Если все прошло хорошо (нет сообщений об ошибках), то можно начинать пользоваться новой версией Moodle и получать удовольствие от новых возможностей!
===PHP extension xmlreader requirement===
As listed on the Environment page, the PHP extension xmlreader is required (in 3.1 onwards) in order for the downloading of csv, ods, excel etc files in reports and exports to stream progressively.


Имейте пожалуйста в виду, что если Вы используете крупномасштабный сайт Moodle (например, более 10 тысяч курсов и 40 тысяч пользователей), то нужно убедиться, перед тем как обновиться на Moodle 1.8.x, что Вы выполняете свое собственное профилирующее тестирование, так как для установки крупной пользовательской базы в версии 1.8.x имеется все еще всего несколько свободных тематик.
=== MySQL full unicode support===


== Проверка обновления (необязательно) ==
In fresh installs of Moodle 3.1.5, MySQL and MariaDB drivers support full UTF-8. For sites upgrading to 3.1.5, a CLI script may be used to convert to full UTF-8. See [[MySQL full unicode support]] for details.


Если Вы хотите убедиться, что описание базы данных в обновленной базе совпадает с описанием новой, чистой установки (как должно быть), можно открыть [[Verify Database Schema]].


==Обновление нескольких версий==
See the [[dev:Moodle 3.1 release notes|Moodle 3.1 release notes]] for the full list of changes in Moodle 3.1.


В общем случае, рекомендуется выполнять обновление последовательно от версии к версии Moodle, например 1.7 -> 1.8 -> 1.9. Исключение составляет обновление версии 1.5 на 1.6, когда рекомендуется пропустить версию 1.7, то есть обновлять 1.5 -> 1.6 -> 1.8 -> 1.9. (Главная причина этой рекомендации заключается в том, что установки по умолчанию, определяемые обновлением к верии 1.7, не идеальны в дальнейшем для версии 1.8.)
=== Moodle 2.8, 2.9 and 3.0 improvements ===


==Смотреть также==
Depending on which version you are upgrading from, please see the section 'Possible issues that may affect you' in the documentation


*[[Installing Moodle]]
* [https://docs.moodle.org/28/en/Upgrading Upgrading to Moodle 2.8]
*[[Installation FAQ]]
* [https://docs.moodle.org/29/en/Upgrading Upgrading to Moodle 2.9]
*[[Upgrading to Moodle 1.6]]
* [https://docs.moodle.org/30/en/Upgrading Upgrading to Moodle 3.0]
*[[Upgrading to Moodle 1.8]]
*[[Upgrading to Moodle 1.9]]
*[[Upgrading to Moodle 2.0]]
*[[Environment]]
*Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation problems] forum
*[http://otaru-jc.ac.jp/hagley/howtoupgrademoodlewithcpanel.swf How to upgrade Moodle with cpanel tutorial]


Using Moodle forum discussions:
==See also==
*[http://moodle.org/mod/forum/discuss.php?d=26731&parent=125858 Using cvs]
*[http://moodle.org/mod/forum/discuss.php?d=56915 Upgrading from 1.5.2 to 1.7]
*[http://moodle.org/mod/forum/discuss.php?d=56991 Upgrade nightmares.... any help appreciated]
*[http://moodle.org/mod/forum/discuss.php?d=62463 After upgrading i get "Your site may not be secure." msg]
*[http://moodle.org/mod/forum/discuss.php?d=104887 Best practices for QA]


[[Category:Installation]]
* [[Installation]]
* Using Moodle [http://moodle.org/mod/forum/view.php?id=28 Installation help forum]
* [[dev:Moodle 3.1 release notes|Moodle 3.1 release notes]]


[[ru:Обновление]]
[[es:Actualización de moodle]]
[[es:Actualización de moodle]]
[[fr:Mise à jour]]
[[fr:Notes de mise à jour de Moodle 3.1]]
[[ja:アップグレード]]
[[ja:Moodleをアップグレードする]]
[[nl:Upgraden]]
[[de:Aktualisierung von Moodle]]
[[zh:升级]]
[[pl:Aktualizacja]]

Latest revision as of 11:31, 25 April 2019

This page explains in detail how to upgrade Moodle. For a summary of the process, see Upgrade overview.

Check the requirements

Check that your server meets all requirements for 3.1 in Administration > Site administration > Server > Environment. Please note that if you use MySQL you must upgrade the engine to InnoDB since it has become a requirement in Moodle 3.1. See Migration from MyISAM to InnoDB.

Note 1: The Assignment activity can now convert various office document formats to PDF to work with PDF annotations. This is optional - but it requires "unoconv" to be installed and configured on the server. See Unoconv installation.

Note 2: You can only upgrade to Moodle 3.1 from Moodle 2.7 or later. If upgrading from earlier versions, you must upgrade to 2.7 as a first step.

Before upgrading

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

Consider setting the upgrade key for your site.

Backup important data

There are three areas that should be backed up before any upgrade:

  1. Moodle software (For example, everything in server/htdocs/moodle)
  2. Moodle uploaded files (For example, server/moodledata)
  3. Moodle database (For example, your Postgres or MySQL database dump)

See Site backup for more specific information.

Check for plugin updates

If you have Automatic updates deployment enabled, you will be able to update installed plugins automatically during the upgrade. Just make sure you check for available updates (via the button for it) at the Plugins check screen.

If you are updating plugins manually, it is a good moment now to check in the Moodle Plugins directory whether there is a 3.1 version available for any plugins (including themes) that you have previously installed on your site. If so, download the plugin package. In the next step, you will copy it to the appropriate location in your Moodle code (see Installing plugins).

The upgrade of the plugin will then happen as part of the Moodle upgrade process.

If an out-of-date plugin causes your upgrade to fail, you can usually delete the plugin code rather than uninstalling it from within Moodle so that the data associated with it is not deleted.

Put your site into maintenance mode

Before you begin upgrading your site, you should put it into maintenance mode to stop any non-admin users from logging in. Then you should wait for any currently running cron processes to complete before proceeding.

Install the new Moodle software

You can fetch the current (3.1) version of the software through

wget http://sourceforge.net/projects/moodle/files/Moodle/stable31/moodle-latest-31.tgz

Standard install package

  1. Move your old Moodle software program files to another location. Do NOT copy new files over the old files.
  2. Unzip or unpack the upgrade file so that all the new Moodle software program files are in the location the old files used to be in on the server. Moodle will adjust SQL and moodledata if it needs to in the upgrade.
  3. Copy your old config.php file back to the new Moodle directory.
  4. As mentioned above, if you had installed any plugins on your site you should add them to the new code tree (Moodle directory structure) now. It is important to check that you get the correct version for your new version of Moodle. Be particularly careful that you do not overwrite any code in the new version of Moodle and that you place the plugin folders in the correct directory (the same directory that they are in in the current installation.)
  5. Your moodledata folder should be located separately to your Moodle code folder and, as such, should not need anything done to it. Moodle 3.0 will throw a warning if it is located in a web accessible folder and the moodledata should never be located in the Moodle code folder. If you are moving your installation to a new server or new location on your server, then you will need to follow the Migration documents.

Linux

mv moodle moodle.backup
tar xvzf moodle-3.1.tgz

Next, copy across your config.php, any custom plugins, and your .htaccess file if you created one (check that custom plugins are the correct version for your new Moodle first):

cp moodle.backup/config.php moodle
cp -pr moodle.backup/theme/mytheme moodle/theme/mytheme
cp -pr moodle.backup/mod/mymod moodle/mod/mymod

Don't forget to make moodle/config.php (and the rest of the source code) readable by your www server. Ideally the files should not be writeable by your server.

chown -R www-data:www-data moodle (Linux debian - change to appropriate user and group for your OS version) chmod -R 755 moodle

If you use cron, take care that cron.php is executeable and uses the correct php command:

chmod 740 admin/cli/cron.php (some configurations need chmod 750 or chmod 755)
copy the first line from cron.php (if it looks like '#!/usr/local/bin/php' or '#!/usr/local/bin/php5.3', no need to copy '<?php') 

if necessary. However, for a simple upgrade, there should be no need to change anything with cron.

Using Git

You can use Git for updating or upgrading your Moodle. See Git for Administrators for details.

Command line upgrade

On Linux servers, Moodle 3.1 supports running the upgrade from the command line, rather than through a web browser. This is likely to be more reliable, particularly for large sites.

Finishing the upgrade

The last step is to trigger the upgrade processes within Moodle.

If you put your site into Maintenance mode earlier; take it out now!

To do this just go to Administration > Site administration > Notifications.

Moodle will automatically detect the new version and perform all the SQL database or file system upgrades that are necessary. If there is anything it can't do itself (very rare) then you will see messages telling you what you need to do.

Assuming all goes well (no error messages) then you can start using your new version of Moodle and enjoy the new features!

Note: If you are running multiple servers then you should purge all caches manually (via Administration > Site administration > Development > Purge all caches) after completing the upgrade on all servers.

Fatal error: Maximum execution time of 30 seconds exceeded...

If your server uses a main language other than English, you may encounter a 'Fatal error: Maximum execution time of 30 seconds exceeded' when you try to upgrade it. You can increase max_execution_time = 160 on php.ini to allow the scripts enough time to process the language update. Otherwise, you can switch to English as the default language before doing the upgrade and back to your original language after a succcessful upgrade. See the forum discussion at https://moodle.org/mod/forum/discuss.php?d=119598.

After upgrading

The config.php file from your installation should work fine but if you take a look at config-dist.php that came with Moodle 3.0 there are more/different options available (e.g. database drivers and settings). It's a good idea to map your old config.php settings to a new one based on the 3.0 config-dist.php.

Cron

Cron has received a major update (MDL-25499) and now has support for both scheduled and ad hoc tasks.

The benefits of these changes are:

  • The schedule for every task can be configured by the admin
  • Tasks can run in parallel
  • Cron processes use locking to prevent the same task running at the same time by different processes
  • Clusters with multiple identical application nodes are supported, you can run cron on all of them

A result of this is that cron can be run much more often, which means (for example) forum posts can be sent out sooner. To take advantage of the new cron system it is now strongly recommended that administrators increase the frequency that cron is run to at least once per minute.

You also may need to modify any automated scripts you have that are parsing the output from cron. It is no longer possible to simply monitor the output of cron for the string "Cron script completed correctly" (if that is what you were doing). An alternative is to monitor the output for the string "task failed:". If you detect that a task is failing, here are some tips for debugging the failure.

Before the upgrade to 3.1, there may have been a cron task that was failing, which was preventing the rest of cron from being executed. A failure in any single task will no longer prevent the rest of the Moodle cron tasks from executing, so you may uncover previously masked bugs. It is a good idea to closely monitor the output from cron after the upgrade to 3.1.

Assignments

The old assignment (2.2) module has been removed from core and has been replaced by a stub to support transparently remapping URLs and restoring course backups from the old module to the new one.

If you are still using the old assignment (2.2) module, after upgrading to Moodle 3.0 all assignment (2.2) activities will be hidden. You need to run the Assignment upgrade tool to un-hide the activities.

If you really, really need to keep using the old assignment (2.2) module, you should update the code to Moodle 3.0, and then replace the "mod/assignment" folder with the one from https://github.com/moodlehq/moodle-mod_assignment/releases before completing the upgrade.

Possible issues that may affect you in Moodle 3.1

Assignment submission annotation

The Assignment activity can now convert various office document formats to PDF to work with PDF annotations. This is optional - but it requires "unoconv" to be installed and configured on the server. See the Unoconv installation.

Competencies

The new 3.1 feature, Competencies, is enabled by default. It may be disabled by an administrator in Site administration > Competencies.

PHP 5.6 bug

Please note that PHP 5.6 has an upstream bug resulting in some functionality involving AJAX requests to fail on some platforms. It does not affect PHP 5.5 or 7. You need to add always_populate_raw_post_data=-1 to your php.ini. Please refer to documentation.

PHP extension xmlreader requirement

As listed on the Environment page, the PHP extension xmlreader is required (in 3.1 onwards) in order for the downloading of csv, ods, excel etc files in reports and exports to stream progressively.

MySQL full unicode support

In fresh installs of Moodle 3.1.5, MySQL and MariaDB drivers support full UTF-8. For sites upgrading to 3.1.5, a CLI script may be used to convert to full UTF-8. See MySQL full unicode support for details.


See the Moodle 3.1 release notes for the full list of changes in Moodle 3.1.

Moodle 2.8, 2.9 and 3.0 improvements

Depending on which version you are upgrading from, please see the section 'Possible issues that may affect you' in the documentation

See also