Hello,
I try to update zabbix from 1.1.6 to 1.4.2.
I habe installed the new version. Now I want to upgrade the mysql database.
But there are mistakes.
- "Table action_tmp already exists"
- "Table operations already exists"
I read that you can drop this tables. So I did this. But now there is a problem that I found in another thread here:
I have the same message. Is there a patch for this? How can I fix it?
Regards
stkr
I try to update zabbix from 1.1.6 to 1.4.2.
I habe installed the new version. Now I want to upgrade the mysql database.
But there are mistakes.
- "Table action_tmp already exists"
- "Table operations already exists"
I read that you can drop this tables. So I did this. But now there is a problem that I found in another thread here:
When I apply /upgrades/dbpatches/1.4/mysql/patch.sql from 1.3.6 or 1.3.7 distribution it show this error:
ERROR 1054 (42S22) at line 38: Unknown column 'source' in 'field list'
This line is:
insert into actions_tmp select actionid,actionid,source,0,status from actions;
Column 'source' is missing in actions_tmp and actions.
ERROR 1054 (42S22) at line 38: Unknown column 'source' in 'field list'
This line is:
insert into actions_tmp select actionid,actionid,source,0,status from actions;
Column 'source' is missing in actions_tmp and actions.
Regards
stkr
Comment