I have problem upgrading OTRS from 3.1.1 to 3.2.x version on Windows. Since instalation is changed and Perl has some problems with IIS I just cannot force installation to work with AD as it should. So I decided to migrate platform from Windows to Linux (Centos 6.5).
First step is to upgrade mysql DB for OTRS version 3.1.1 to version 3.1.21 and there I hit the wall. When I tried to complete update script I got an errors:
Code: Select all
ERROR 1050 (42S01) at line 28: Table 'gi_webservice_config' already exists
ERROR 1050 (42S01) at line 45: Table 'gi_webservice_config_history' already exists
ERROR 1050 (42S01) at line 60: Table 'scheduler_task_list' already exists
ERROR 1050 (42S01) at line 73: Table 'gi_debugger_entry' already exists
ERROR 1050 (42S01) at line 87: Table 'gi_debugger_entry_content' already exists
ERROR 1050 (42S01) at line 101: Table 'gi_object_lock_state' already exists
ERROR 1062 (23000) at line 115: Duplicate entry 'EscalationSolutionTimeStop' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 121: Duplicate entry 'EscalationResponseTimeStart' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 127: Duplicate entry 'EscalationUpdateTimeStart' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 133: Duplicate entry 'EscalationSolutionTimeStart' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 139: Duplicate entry 'EscalationResponseTimeNotifyBefore' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 145: Duplicate entry 'EscalationUpdateTimeNotifyBefore' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 151: Duplicate entry 'EscalationSolutionTimeNotifyBefore' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 157: Duplicate entry 'EscalationResponseTimeStop' for key 'ticket_history_type_name'
ERROR 1062 (23000) at line 163: Duplicate entry 'EscalationUpdateTimeStop' for key 'ticket_history_type_name'
ERROR 1050 (42S01) at line 169: Table 'smime_signer_cert_relations' already exists
ERROR 1060 (42S21) at line 184: Duplicate column name 'process_change'
ERROR 1050 (42S01) at line 190: Table 'dynamic_field_value' already exists
ERROR 1050 (42S01) at line 205: Table 'dynamic_field' already exists
ERROR 1060 (42S21) at line 224: Duplicate column name 'imap_folder'