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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
1
Beantwoorden
1515
Weergaven
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
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
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