diff --git a/bonita/content.md b/bonita/content.md index 38f1b19590a2..f7e85b215066 100644 --- a/bonita/content.md +++ b/bonita/content.md @@ -255,13 +255,13 @@ For updating from a version before 7.10.0, please refer to the [documentation](h - Retrieve the last update tool archive from https://www.bonitasoft.com/downloads ```console - unzip bonita-update-tool-3.8.0.zip + unzip bonita-update-tool-3.9.0.zip ``` - Configure the update tool ```console - $ cd bonita-update-tool-3.8.0 + $ cd bonita-update-tool-3.9.0 ``` edit the update tool configuration file `Config.properties` to point towards the database. @@ -290,7 +290,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h - Launch the new container pointing towards the copy of the database. ```console - $ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 %%IMAGE%%:2025.2-u5 + $ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 %%IMAGE%%:2026.1-u0 ``` For more details regarding Bonita update and for version before 7.10.0, see the [documentation](https://documentation.bonitasoft.com/bonita/latest/version-update/migrate-from-an-earlier-version-of-bonita).