Skip to content

Commit b2b43ae

Browse files
authored
Merge pull request #2213 from Bonitasoft-Community/master
Update Bonita and Migration Tool versions
2 parents 6fc88d5 + 50fedf9 commit b2b43ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bonita/content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ 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.1-u0/bonita-update-tool-3.0.0.zip
252+
wget https://github.com/bonitasoft/bonita-platform-releases/releases/download/2022.2-u0/bonita-update-tool-3.1.0.zip
253253
unzip bonita-update-tool-3.0.0.zip
254254
```
255255

@@ -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.1-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%%:2022.2-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)