Hey! How to connect odoo on one computer with postgres on the other computer? Is it possible? If yes, how to do it? Please, do help me out connecting them with detailed steps. Thanks in Advance.
Dette spørgsmål er blevet anmeldt
1
Svar
10840
Visninger
Just specify the database server in the Odoo configuration file, instead of localhost.
db_host = THE_NAME_OR_IP_OF_THE_POSTGRESQL_SERVER
db_port = THE_PORT_IF_NOT_THE_DEFAULT_PORT
db_user = THE_USER_NAME
db_password = THE_PASSWORD_UNLESS_YOU_SETUP _POSTGRESQL_TRUST_CONNECTIONS
From http://www.odoo.com/documentation/10.0/reference/cmdline.html
Kan du lide at diskutere? Læs ikke bare med, deltag aktivt i debatten!
Opret en konto i dag for at få glæde af eksklusive funktioner, og bliv en del af vores skønne fællesskab!
Tilmeld dig| Relaterede indlæg | Besvarelser | Visninger | Aktivitet | |
|---|---|---|---|---|
|
|
1
nov. 23
|
4588 | ||
|
|
0
sep. 18
|
5297 | ||
|
|
0
okt. 17
|
12077 | ||
|
|
2
jul. 24
|
12567 | ||
|
|
1
mar. 22
|
16545 |
Hi,
For more reference, you can use this link: https://www.odoo.com/it_IT/forum/assistenza-1/how-to-connect-odoo-with-postgresql-146966
Hope it helps