From 04a68984fa140b0271dcb80d8577672b626bd1e4 Mon Sep 17 00:00:00 2001 From: "Laurent Destailleur (aka Eldy)" Date: Thu, 23 Jan 2025 12:21:44 +0100 Subject: [PATCH] Doc --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4964fcc..3aa62cd 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ You can find several examples in the `examples` directory, such as: ## Upgrading Dolibarr version and migrating DB -Warning: Only data stored into persistent directories will not be lost after an upgrade of containers. +Warning: Only data stored into the persistent directories (see the section "volumes" of your docker-compose.yml") will not be lost after an upgrade of containers. -Remove the `install.lock` file located inside the container volume `/var/www/documents`. +Remove the `install.lock` file located inside the container volume `/var/www/documents` using one of this method: `sudo docker exec nameofwebcontainer bash -c "rm -f /var/www/documents/install.lock"`