Skip to content

Commit 62c68fc

Browse files
authored
Merge pull request #2390 from Bonitasoft-Community/master
update Bonita Platform and Update Tool versions
2 parents 389d7cf + a448934 commit 62c68fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bonita/content.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -249,14 +249,14 @@ 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/2023.1-u0/bonita-update-tool-3.2.0.zip
253-
unzip bonita-update-tool-3.2.0.zip
252+
wget https://github.com/bonitasoft/bonita-platform-releases/releases/download/2023.2-u0/bonita-update-tool-3.3.0.zip
253+
unzip bonita-update-tool-3.3.0.zip
254254
```
255255

256256
- Configure the update tool
257257

258258
```console
259-
$ cd bonita-update-tool-3.0.0
259+
$ cd bonita-update-tool-3.3.0
260260
```
261261

262262
edit the update tool configuration file `Config.properties` to point towards the database.
@@ -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%%:2023.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%%:2023.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)