-2

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:

enter image description here

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.

Volatil3
  • 14,253
  • 38
  • 134
  • 263
  • Seems that you already have created a db with the name `odoo` according to the image. Maybe your error it's because you didn't supply the proper Manager Admin password. Check or set the value of the `admin_passwd` in your Odoo config – aekis.dev Aug 16 '23 at 22:05

0 Answers0