Skip to content

Commit

Permalink
Update Bonita and Migration Tool versions
Browse files Browse the repository at this point in the history
  • Loading branch information
danila-m committed Oct 7, 2022
1 parent 8981129 commit 50fedf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bonita/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
- Retrieve the last update tool

```console
wget https://github.com/bonitasoft/bonita-platform-releases/releases/download/2022.1-u0/bonita-update-tool-3.0.0.zip
wget https://github.com/bonitasoft/bonita-platform-releases/releases/download/2022.2-u0/bonita-update-tool-3.1.0.zip
unzip bonita-update-tool-3.0.0.zip
```

Expand Down Expand Up @@ -285,7 +285,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%%:2022.1-u0
$ 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
```

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 comments on commit 50fedf9

Please sign in to comment.