Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
2.0.4, 2.1.1, 2.2
-
Windows r2 s008, MS-SQL 2008, IIS 7.5. PHP 5.3.5 FastCGI
-
Microsoft SQL
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
wip-
MDL-26811-master -
- To test this site use a 1.9 MSSQL site that has records in the backup log table.
- Upgrade the site from 1.9 to 2.0
- Ensure the upgrade completes.
Description
When trying to do the upgrade from Moodle 1.9.11 to Moodle 2.0 I get an DDL Execution Error.
It is at the
ALTER TABLE mdl_backup_log
It tries to add a new column backuptype nvarchar(50) Not Null
The work around is to add the new column manually prior to upgrade.
add the new column backuptype nvarchar(50 and set the default ''
The upgrade can then proceed.
However, probably better if it was fixed the upgrade script.