Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 23, 2025
1 parent 4c05b77 commit 04a6898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"`

Expand Down

0 comments on commit 04a6898

Please sign in to comment.