Hi there,
I just wanted to install Zabbix and found a HowTo for debian based systems, as we're running only debian systems.
However in the HowTo it is said that I should logon to PostgreSQL and create Zabbix DB to populate it. The it says that I should go into psql which I did and then when I run the mentioned command:
create user zabbix createdb password 'whatever'
I get the error the there is no role zabbix
If I try to say: CREATE ROLE zabbix
and retry the mentioned command I still get the same error. As I am not quite familiar with PostgreSQL and its commands I hope one of you might be able to tell me what I am doing wrong.
I have debian wheezy (32-Bit) installed in a VBox environment.
If you need any further informations I'll provide them asap.
Here is the Link to the HowTo I used: http://www.zabbix.com/wiki/howto/ins...8_on_debian_50
Thanks in advance for helping
Cipher
I just wanted to install Zabbix and found a HowTo for debian based systems, as we're running only debian systems.
However in the HowTo it is said that I should logon to PostgreSQL and create Zabbix DB to populate it. The it says that I should go into psql which I did and then when I run the mentioned command:
create user zabbix createdb password 'whatever'
I get the error the there is no role zabbix
If I try to say: CREATE ROLE zabbix
and retry the mentioned command I still get the same error. As I am not quite familiar with PostgreSQL and its commands I hope one of you might be able to tell me what I am doing wrong.
I have debian wheezy (32-Bit) installed in a VBox environment.
If you need any further informations I'll provide them asap.
Here is the Link to the HowTo I used: http://www.zabbix.com/wiki/howto/ins...8_on_debian_50
Thanks in advance for helping
Cipher

Comment