Hello,
i was working on zabbix few months ago and now im back into this bussines.
I just wanted try to install fresh zabbix and refresh the installation steps.
But i have problem, when i want install zabbix 5 on Ubuntu server 20.04 LTS i just stuck on step 3.
c. Create initial database
documentation
Run the following on your database host.
# sudo -u postgres createuser --pwprompt zabbix
# sudo -u postgres createdb -O zabbix zabbix
the result is:
root@zabbix:~# sudo -u postgres createuser --pwprompt zabbix
sudo: unknown user: postgres
sudo: unable to initialize policy plugin
when i try it without root (which make sense when i using sudo) result is:
zabbix@zabbix:~$ sudo -u postgres createuser --pwprompt zabbix
sudo: unknown user: postgres
sudo: unable to initialize policy plugin
zabbix@zabbix:~$
Same story with MariaDB, same story with zabbix 4
Any ideas ?
i was working on zabbix few months ago and now im back into this bussines.
I just wanted try to install fresh zabbix and refresh the installation steps.
But i have problem, when i want install zabbix 5 on Ubuntu server 20.04 LTS i just stuck on step 3.
c. Create initial database
documentation
Run the following on your database host.
# sudo -u postgres createuser --pwprompt zabbix
# sudo -u postgres createdb -O zabbix zabbix
the result is:
root@zabbix:~# sudo -u postgres createuser --pwprompt zabbix
sudo: unknown user: postgres
sudo: unable to initialize policy plugin
when i try it without root (which make sense when i using sudo) result is:
zabbix@zabbix:~$ sudo -u postgres createuser --pwprompt zabbix
sudo: unknown user: postgres
sudo: unable to initialize policy plugin
zabbix@zabbix:~$
Same story with MariaDB, same story with zabbix 4
Any ideas ?
Comment