コンテンツへスキップ
メニュー
この質問にフラグが付けられました
2 返信
12495 ビュー

Hi Guys

Has anyone implemented postgres as a remote database server?

We are trying to put application on one server and postgres on another which means we need to change odoo.conf file to point to the other server and we have tried that with no success.

Any help or pointers appreciated. :)

Thanks

Rohit

アバター
破棄
最善の回答

Hi Rohit

You just need to set the database connection parameters in the Odoo config like:

db_host = 127.0.0.1
db_port = 5432
db_user = odoo
db_password = odoo

See more about it here:

https://www.odoo.com/documentation/9.0/reference/cmdline.html#database

Those command line arguments have their correspondent config option as explained here:

https://www.odoo.com/documentation/9.0/reference/cmdline.html#configuration-file

アバター
破棄
著作者 最善の回答

Thanks Axel and Fasluca

Regards

Rohit

アバター
破棄
関連投稿 返信 ビュー 活動
1
7月 16
6427
1
12月 19
11160
1
9月 19
4203
0
2月 25
1482
2
1月 25
8055