Skip to Content
Menu
This question has been flagged
2 Replies
886 Views

What part of this I have to change?


[options]

addons_path = c:\users\fabiana\desktop\odoo16\server\odoo\addons

admin_passwd = admin

bin_path = C:\Users\Fabiana\Desktop\ODOO16\thirdparty



csv_internal_sep = ,

data_dir = C:\Users\Fabiana\Desktop\ODOO16\sessions

db_host = localhost

db_maxconn = 64

db_name = FALSE

db_password = *************

db_port = 5432

db_sslmode = prefer

db_template = template0

db_user = postegres

dbfilter = 

default_productivity_apps = True

demo = {}

email_from = False

from_filter = False

geoip_database = c:\usr\share\geoip\geolite2-city.mmdb

Avatar
Discard
Best Answer

Hello Elisabetta Camilla Covino  ,
You have spelled postgres wrongly in config file and also please add pg_path parameter.


Thanks

Avatar
Discard
Best Answer

Hi  Elisabetta,

Is there any error showing in the log?

It seems there's a typo in your 'db_user'. The default for PostgreSQL is 'postgres', but using this default user won't allow you to connect to Odoo. Create a new superuser in PostgreSQL dedicated to odoo and try again. 
Also, add 'pg_path' in the configuration file

eg : pg_path = C:\Program Files\PostgreSQL\12\bin

Hope it helps,
Kiran K




Avatar
Discard