I'm facing the following errors when I tried to upgrade our 3.1.12 test system to 3.2.
Any idea what should I do?
Thanks!
Zoltan
Code: Select all
root@otrstest02:/opt/otrs# bin/otrs.CheckDB.pl
Trying to connect to database
DSN: DBI:mysql:database=otrs;host=localhost;
DatabaseUser: otrs
Connected.
root@otrstest02:/opt/otrs# cat scripts/DBUpdate-to-3.2.mysql.sql | mysql -p -f -u root otrs
Enter password:
ERROR 1553 (HY000) at line 25: Cannot drop index 'article_flag_create_by': needed in a foreign key constraint
ERROR 1050 (42S01) at line 36: Table 'pm_process' already exists
ERROR 1050 (42S01) at line 53: Table 'pm_activity' already exists
ERROR 1050 (42S01) at line 68: Table 'pm_activity_dialog' already exists
ERROR 1050 (42S01) at line 83: Table 'pm_transition' already exists
ERROR 1050 (42S01) at line 98: Table 'pm_transition_action' already exists
ERROR 1050 (42S01) at line 113: Table 'pm_entity' already exists
ERROR 1050 (42S01) at line 120: Table 'pm_entity_sync' already exists
ERROR 1005 (HY000) at line 160: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 161: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 162: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 163: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 164: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 165: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 166: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 167: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 168: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
ERROR 1005 (HY000) at line 169: Can't create table 'otrs.#sql-6fc2_3a' (errno: 121)
root@otrstest02:/opt/otrs#