I have installed Odoo 15 and postgreSQL with all other Odoo 15 dependencies. I am facing a problem when I going to run this by custom.conf file with another port(8015). Note that, I didn't have any custom module till now. In port: 8069, I create a database and I run it after setting the custom.conf file with related and valid parameters. But still it say password authentication error. Can anybody suggest me the solution, please? I attached all the screenshot related to this problem as I far as I understood.
custom.conf
[options]
addons_path = /home/src/odoo/addons,/home/src/odoo/odoo/addons,/home/src/custom,/home/tarikol/Projects/OdooProjects/custom
admin_passwd = Admin123
db_host = localhost
db_port = 5432
db_user = odoo15
db_password = odoo15
http_port = 8015
postgresSQL
Name | Owner | Encoding | Collate | Ctype | Access privileges
-----------+----------+----------+-------------+-------------+-----------------------
mydb | tarikol | UTF8 | C | en_US.UTF-8 |
odoo15 | odoo | UTF8 | C | en_US.UTF-8 |
postgres | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 |
template0 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
template1 | postgres | UTF8 | en_US.UTF-8 | en_US.UTF-8 | =c/postgres +
| | | | | postgres=CTc/postgres
(5 rows)
Odoo 15 page, from where I created the database.