I am using the docker version of the Odoo. When I first time visited http://localhost:8069/web/d
it showed a login page, I had no email, etc so I tried to create a database it gave the error:
I ran the following pgsql command and it seems createddb role is given:
odoo=# SELECT rolname, rolcreatedb FROM pg_roles WHERE rolname = 'odoo';
rolname | rolcreatedb
---------+-------------
odoo | t
(1 row)
I do not know what to do. All I want to get in.