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

Upgrading to Moodle 1.8: Difference between revisions

From MoodleDocs
(checking system requirements)
m (re-wording)
Line 1: Line 1:
{{Moodle 1.8}}
{{Moodle 1.8}}
Before upgrading, please check the system requirements for 1.8 in ''Administration > Server > [[Environment]]''.
Before upgrading, please check that your site meets all system requirements for 1.8 in ''Administration > Server > [[Environment]]''.


==UTF-8 database encoding==
==UTF-8 database encoding==

Revision as of 07:48, 31 March 2007

Moodle1.8


Before upgrading, please check that your site meets all system requirements for 1.8 in Administration > Server > Environment.

UTF-8 database encoding

For understanding upgrading to 1.8 and the UTF-8 encoding requirement, a small Moodle history lesson is required: Prior to 1.6, Moodle did not support UTF-8 across all languages and the encoding in which the data was stored in the database depended upon the language used in a particular course. From Moodle 1.6 onwards, all language packs are converted to UTF-8 and different languages may be used on the same page. Moodle 1.6 and 1.7 include a utility to migrate your database from any encoding to UTF-8.

From Moodle 1.8 onwards, the database migration utility is no longer included, as it is assumed that you upgrade from a UTF-8 encoded database.

Thus, if you wish to upgrade from 1.5 or an earlier version, you must first upgrade to 1.6 or 1.7, migrate your database to UTF-8, and then upgrade to 1.8. Similarly, if you are using Moodle 1.6 or 1.7 and have not yet migrated your database, you need to do so before upgrading to 1.8. Please refer to Upgrading to Moodle 1.6 for additional information.

Roles and capabilities

In addition to many Roles fixes and refinements (see the list of Roles improvements in the Tracker), in Moodle 1.8 the system context is separated from the site context.

The site context in Moodle 1.8 is the "front page course" and its activities. Roles may be assigned in the site context via Administration > Front Page > Front Page roles.

See also