콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다

Hi,


It is very easy to install odoo.

But...


Is possible installing odoo on a server, database to an other serveur, and website on a third server ?

i would like aving odoo server et progresql on 2 differents server.


Thanks you :)

Sylvain


아바타
취소
베스트 답변

You can configure Database hostname and port from configuration file of odoo. So it's trivial to add different database then localhost, here is part of config file (default record) you'll need to change:

db_host = False
db_port = False
db_user = odoo
db_password = False

Please make sure that at the database server all access configurations are set properly, to accept connection from your odoo server. that's it.

아바타
취소
작성자 베스트 답변

Thanks very much :)

아바타
취소
관련 게시물 답글 화면 활동
2
5월 17
3407
0
3월 15
3542
1
8월 24
1824
0
6월 24
1560
1
9월 24
12244