Skip to content

Commit e59e301

Browse files
Update Bonita and Migration Tool versions (#2326)
* Update Bonita and Migration Tool versions
1 parent 0ad17f5 commit e59e301

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bonita/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
249249
- Retrieve the last update tool
250250

251251
```console
252-
wget https://github.com/bonitasoft/bonita-platform-releases/releases/download/2022.2-u0/bonita-update-tool-3.1.0.zip
253-
unzip bonita-update-tool-3.0.0.zip
252+
wget https://github.com/bonitasoft/bonita-platform-releases/releases/download/2023.1-u0/bonita-update-tool-3.2.0.zip
253+
unzip bonita-update-tool-3.2.0.zip
254254
```
255255

256256
- Configure the update tool
@@ -285,7 +285,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
285285
- Launch the new container pointing towards the copy of the database.
286286

287287
```console
288-
$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 %%IMAGE%%:2022.2-u0
288+
$ docker run --name=bonita --link mydbpostgres:postgres -e "DB_NAME=newbonitadb" -e "DB_USER=newbonitauser" -e "DB_PASS=newbonitapass" -d -p 8081:8080 %%IMAGE%%:2023.1-u0
289289
```
290290

291291
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).

0 commit comments

Comments
 (0)