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

Dear all,

Just for make sure.

i want to change password user postgres use :

ALTER USER user_name WITH PASSWORD 'new_password';

but i worry it will impact to odoo server.

does anyone here have experinced to change odoo postgres password safely.

thank for any response.


kind regards

Giri

아바타
취소
베스트 답변

Just dont forget to adapt "db_password" in your odoo.conf file also, or change the db_password used when you launch your odoo server in your arguments, in case you don't use any odoo.conf file.

아바타
취소
작성자

Thank you Vincent.

베스트 답변

Hello

It will not affect your odoo server, you may change it by using postres. You are changing postgres user password no odoo user so it will work.

아바타
취소
작성자

hello Jagdish,
Thank you very much.

regards,
Giri