تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
1543 أدوات العرض

As I know, Odoo read/writes the database in port 5432, I want to change the read into port 5433 and write into port 5432. Is it impossible?

الصورة الرمزية
إهمال
الكاتب

I want to change the read port to 5433 and the write port to 5432. There is a code to read these port in sql_db.py





أفضل إجابة

You can do it by passing the database-related parameters in the config file. For the db port, there is a "db_port" parameter.

For more details see Configuration Sample

الصورة الرمزية
إهمال