I am trying to install zabbix. I am attempting to seting the PostgreSQL part of the install where you run the scripts. In my case I am doing the one for PostgreSQL. When I type in psql -U (the user I am logged in) I received an error database "<username>" does not exist.
I understand that the following command is where I create the database (create database zabbix), so I am confused on why I am receiving this error?
I first tried mysql and everything seemed right, but once the make and make install is complete, running zabbix_server i received and error that the conf file could not be found.
I do not care which db is used, I just would like to get the thing installed and working
Thanks,
I understand that the following command is where I create the database (create database zabbix), so I am confused on why I am receiving this error?
I first tried mysql and everything seemed right, but once the make and make install is complete, running zabbix_server i received and error that the conf file could not be found.
I do not care which db is used, I just would like to get the thing installed and working
Thanks,
Comment