Update README.md

This commit is contained in:
Luc PIERSON 2025-07-29 19:03:20 +02:00 committed by GitHub
parent 548218143d
commit a90f6ee104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,9 +52,9 @@ This is a description of the actions I did to upgrade a odoo community v17 to v1
6) Create a V18 env based on V18 (see in V18 folder): 6) Create a V18 env based on V18 (see in V18 folder):
- Get the latest V18 Dokerfile, entrypoint.sh and wait-for-psql.py - Get the latest V18 Dokerfile, entrypoint.sh and wait-for-psql.py
- copy the odoo-filestore content to the new V18 folder
- Build your docker image - Build your docker image
- Create your docker-compose.yml with only the odoo service (postgres already running) - Create your docker-compose.yml with only the odoo service (postgres already running)
- copy (cp -r) the odoo-filestore of V17 folder to the new V18 folder
- run the new V18 docker (docker-compose up -d) - run the new V18 docker (docker-compose up -d)
- monitor the logs (tail -f ./logs/odoo.log) - monitor the logs (tail -f ./logs/odoo.log)