Hello all,
I am using Debian Squeeze and build Zabbix from source.
At the moment I have 2.0.2 using mysql but there are some bug fixes which I need. That's why I want to update from 2.0.2 to 2.0.4
I know the procedure about 1.8.x -> 2.0.x but what is about updating inside of 2.0.x?
I found this guide here: https://www.zabbix.com/forum/showthr...ghlight=update
I already:
- configured and installed the sources from 2.0.4 (./configure + make install)
- updated /var/www/zabbix with the new frontend sources
Then I checked the sql-scripts and there were a lot of differences in data.sql
diff -by zabbix-2.0.2/database/mysql/data.sql zabbix-2.0.4/database/mysql/data.sql
I also found differences in
diff -by zabbix-2.0.2/upgrades/dbpatches/2.0/mysql/patch.sql zabbix-2.0.4/upgrades/dbpatches/2.0/mysql/patch.sql
That leads me to the conclusion that there ARE changes in the database between 2.0.2 and 2.0.4.
I found a page (https://www.zabbix.org/svn/zabbixorg...e_incremental/), which describes a possibility to make a patch between db versions, but it doesn't include version greater than 2.0.0
Is there a short and stable way to update the mysql db from 2.0.2 to 2.0.4?
Thanks
Ira
I am using Debian Squeeze and build Zabbix from source.
At the moment I have 2.0.2 using mysql but there are some bug fixes which I need. That's why I want to update from 2.0.2 to 2.0.4
I know the procedure about 1.8.x -> 2.0.x but what is about updating inside of 2.0.x?
I found this guide here: https://www.zabbix.com/forum/showthr...ghlight=update
I already:
- configured and installed the sources from 2.0.4 (./configure + make install)
- updated /var/www/zabbix with the new frontend sources
Then I checked the sql-scripts and there were a lot of differences in data.sql
diff -by zabbix-2.0.2/database/mysql/data.sql zabbix-2.0.4/database/mysql/data.sql
I also found differences in
diff -by zabbix-2.0.2/upgrades/dbpatches/2.0/mysql/patch.sql zabbix-2.0.4/upgrades/dbpatches/2.0/mysql/patch.sql
That leads me to the conclusion that there ARE changes in the database between 2.0.2 and 2.0.4.
I found a page (https://www.zabbix.org/svn/zabbixorg...e_incremental/), which describes a possibility to make a patch between db versions, but it doesn't include version greater than 2.0.0

Is there a short and stable way to update the mysql db from 2.0.2 to 2.0.4?
Thanks
Ira
Comment