From a90f6ee1042e3bb3092116f832bfc717a8074b4d Mon Sep 17 00:00:00 2001 From: Luc PIERSON Date: Tue, 29 Jul 2025 19:03:20 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6830360..16b24ba 100644 --- a/README.md +++ b/README.md @@ -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): - 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 - - 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) - monitor the logs (tail -f ./logs/odoo.log)