Hello,
I've just tested the brand new 1.4 in a test environment.
Here's the different steps i used to migrate :
1) backup my zabbix mysql database with mysqldump
2) transfert the backup file to my zabbix 1.4 test server
3) create a fresh zabbix database [ mysqladmin create zabbix ]
4) restore the 1.1.7 database [ mysql zabbix < data.sql ]
5) upgrade the database to 1.4 with patch.sql in upgrade dir
6) then launch the zabbix gui and try to access/login : that's ok with my admin account
=> BUT admin has NO access to the configuration tab!!!!
I've just tested the brand new 1.4 in a test environment.
Here's the different steps i used to migrate :
1) backup my zabbix mysql database with mysqldump
2) transfert the backup file to my zabbix 1.4 test server
3) create a fresh zabbix database [ mysqladmin create zabbix ]
4) restore the 1.1.7 database [ mysql zabbix < data.sql ]
5) upgrade the database to 1.4 with patch.sql in upgrade dir
6) then launch the zabbix gui and try to access/login : that's ok with my admin account
=> BUT admin has NO access to the configuration tab!!!!
. Anyway , I'm sure you applied it in debian package, so Debian users won't hit this problem
Comment