Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
2 ตอบกลับ
1175 มุมมอง

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