ДОбрый день. Подготовил систему по инструкции, запустил файл установки, на моменте создания БД сделал как в инструкции, установил пароль. Вышло вот такое:
PostgreSQL host [localhost]: localhost
PostgreSQL port [5432]: 5432
PostgreSQL database [hmdm]: hmdm
PostgreSQL user [hmdm]: hmdm
PostgreSQL password: ubuntu123
Failed to connect to localhost:5432/hmdm as hmdm!
Please make sure you've created the database!
root@ubuntu-5733:~/hmdm-server# sudo -u postgres psql
could not change directory to "/root/hmdm-server": Отказано в доступе
psql (12.14 (Ubuntu 12.14-0ubuntu0.20.04.1))
Попробовал отдельно создать по инструкции:
su postgres
psql
postgres=# CREATE USER hmdm WITH PASSWORD 'topsecret';
postgres=# CREATE DATABASE hmdm WITH OWNER=hmdm;
postgres=# \q
exit
По этой инструкции тоже самое. Подскажите пожалуйста