Hi All,
In 2.4, the 3 schema (schema.sql, images.sql and data.sql) were provided separately. This was helpful as only 1 is allowed for Proxy servers - schema.sql.
In the installation instructions for Zabbix 3, there is a conflict - in the db scripts post - they tell you to do it the old way - https://www.zabbix.com/documentation...all/db_scripts
In the installation doc - https://www.zabbix.com/documentation..._from_packages they tell you to import 1 large schema file into Zabbix.
zcat create.sql.gz | mysql -uroot zabbix
Does the previous restriction for the proxy database still apply?
Thanks,
Joan
In 2.4, the 3 schema (schema.sql, images.sql and data.sql) were provided separately. This was helpful as only 1 is allowed for Proxy servers - schema.sql.
In the installation instructions for Zabbix 3, there is a conflict - in the db scripts post - they tell you to do it the old way - https://www.zabbix.com/documentation...all/db_scripts
In the installation doc - https://www.zabbix.com/documentation..._from_packages they tell you to import 1 large schema file into Zabbix.
zcat create.sql.gz | mysql -uroot zabbix
Does the previous restriction for the proxy database still apply?
Thanks,
Joan
Comment