zurzeit setzen wir noch ein OTRS 3.3.12 auf einem Windows Server 2008 R2 ein.
Da es langsam mal an der Zeit ist endlich upzudaten bin ich bis jetzt wie folgt vorgegangen:
Ich habe ein komplett neues System aufgesetzt auf Basis von CentOS 7.
Dort habe ich die neuste Version von OTRS 4 (4.0.16) nach dieser Anleitung installiert.
Dann habe ich einen Dump der alten 3.3.12 Datenbank erstellt und im 4er System wiederhergestellt.
Anschließend bin ich der Anleitung zur Migration auf 4.x gefolgt.
Bis dahin lief alles wunderbar und Fehlerfrei.
Jetzt bin ich der Anleitung zur Migration auf 5.x gefolgt.
Angekommen bei Punkt 6.2 bekomme ich Probleme...
Wenn ich das Script "DBUpdate-to-5.pl" ausführe, kommt folgender Output:
Code: Select all
Migration started...
Step 1 of 17: Refresh configuration cache...
If you see warnings about 'Subroutine Load redefined', that's fine, no need to worry!
done.
Step 2 of 17: Check framework version...done.
Step 3 of 17: Migrate Database Column Types...done.
Step 4 of 17: Migrate charset to UTF-8 on auto_response table...[Fri Feb 26 14:02:16 2016] DBUpdate-to-5.pl: DBD::mysql::db do failed: Invalid default value for 'create_time' at /opt/otrs/Kernel/System/DB.pm line 449.
ERROR: OTRS-DBUpdate-to-5.pl-10 Perl: 5.16.3 OS: linux Time: Fri Feb 26 14:02:16 2016
Message: Invalid default value for 'create_time', SQL: 'ALTER TABLE auto_response DROP charset'
Traceback (4955):
Module: main::_MigrateCharsetAndDeleteCharsetColumnsAutoResponse Line: 550
Module: scripts/DBUpdate-to-5.pl Line: 162
ERROR: OTRS-DBUpdate-to-5.pl-10 Perl: 5.16.3 OS: linux Time: Fri Feb 26 14:02:16 2016
Message: Error during execution of 'ALTER TABLE auto_response DROP charset'!
Traceback (4955):
Module: main::_MigrateCharsetAndDeleteCharsetColumnsAutoResponse Line: 552
Module: scripts/DBUpdate-to-5.pl Line: 162
error.
[Fri Feb 26 14:02:16 2016] DBUpdate-to-5.pl: Died at scripts/DBUpdate-to-5.pl line 167.

Weiß jemand von euch wie hier weiterkomme?
Grüße