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 adebc1c commit 9f2eb70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ You can find several examples in the `examples` directory, such as:

## Upgrading Dolibarr version and migrating DB

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.
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` using one of this method:

Expand All @@ -133,8 +133,8 @@ Then download the updated version of containers and restart them.

`sudo docker-compose logs`

Ensure that env `DOLI_INSTALL_AUTO` is set to `1` so it will migrate Database to the new version.
You can still use the standard way to upgrade through web interface.
Ensure that env `DOLI_INSTALL_AUTO` in your docker-compose.yml is set to `1` so it will migrate the Database to the new version, or
you can prefer to use the standard way to upgrade Dolibarr through the web interface by calling the /install page.


## Environment variables summary
Expand Down

0 comments on commit 9f2eb70

Please sign in to comment.