Hi,
I'm having some issues, trying to upgrade from Zabbix 1.6.8 to Zabbix 1.8.1.
I'm following the upgrade procedure (http://www.zabbix.com/documentation/...tion/upgrading) step-by-step, and here's what happens :
1. When I try to drop the actions_1 index :
2. Then, when running the patch :
How is this possible!?
Thanks!
I'm having some issues, trying to upgrade from Zabbix 1.6.8 to Zabbix 1.8.1.
I'm following the upgrade procedure (http://www.zabbix.com/documentation/...tion/upgrading) step-by-step, and here's what happens :
1. When I try to drop the actions_1 index :
Code:
"mysql> alter table actions drop index actions_1; ERROR 1091 (42000): Can't DROP 'actions_1'; check that column/key exists"
Code:
root@srvcgimon:/home/ce42999/zabbix-1.8.1/upgrades/dbpatches/1.8/mysql# mysql -uroot -ppassword zabbix < patch.sql ERROR 1061 (42000) at line 1: Duplicate key name 'actions_1'
Thanks!
Comment