Skip to content

Commit 64a9784

Browse files
committed
Update Bonita Platform and Update Tool versions
1 parent 8448a05 commit 64a9784

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
@@ -190,7 +190,7 @@ These variables are used in conjunction to define how Bonita should access the [
190190

191191
The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
192192

193-
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.0/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.0/docker/files/log4j2/log4j2-appenders.xml)
193+
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/tomcat-resources/tomcat-distrib-for-bonita/src/main/resources/tomcat/server/conf/log4j2-loggers.xml) and [log4j2-appenders.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.4.3/docker/files/log4j2/log4j2-appenders.xml)
194194

195195
Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
196196

@@ -284,7 +284,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
284284
- Launch the new container pointing towards the copy of the database.
285285

286286
```console
287-
$ 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-u0
287+
$ 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-u3
288288
```
289289

290290
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)