Hi, I have just installed Zabbix 3.0.2 on a fresh virtual machine (vSphere 6.0) CentOS7 + PostegreSQL 9.5
I run through first web/frontend setup and all pre-requisites are met.
At "Configure DB connection" page I get error:
On the server (/var/log/zabbix/zabbix_server.log) I have this:
Postgres tables have been loaded correctly:
Any help?
Thanks
I run through first web/frontend setup and all pre-requisites are met.
At "Configure DB connection" page I get error:
Code:
Cannot connect to the database
Code:
14886:20160509:090321.221 SSH2 support: YES
14886:20160509:090321.221 IPv6 support: YES
14886:20160509:090321.221 TLS support: YES
14886:20160509:090321.221 ******************************
14886:20160509:090321.221 using configuration file: /etc/zabbix/zabbix_server.conf
14886:20160509:090321.227 [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: relation "users" does not exist
LINE 1: select userid from users limit 1
^
[select userid from users limit 1]
14886:20160509:090321.227 cannot use database "zabbix": database is not a Zabbix database
Code:
-bash-4.2$ psql -h 10.x.x.xxx -Uzabbix zabbix
Password for user zabbix:
psql (9.5.2)
Type "help" for help.
zabbix=> select userid from users limit 1;
userid
--------
1
(1 row)
Any help?
Thanks

Comment