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.
คำถามนี้ถูกตั้งค่าสถานะ
1
ตอบกลับ
10718
มุมมอง
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
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ| Related Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
|---|---|---|---|---|
|
|
1
พ.ย. 23
|
4419 | ||
|
|
0
ก.ย. 18
|
5185 | ||
|
|
0
ต.ค. 17
|
11980 | ||
|
Restore 6.4 GB zip backup odoo10
แก้ไขแล้ว
|
|
2
ก.ค. 24
|
12485 | |
|
|
1
มี.ค. 22
|
16421 |
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