You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bonita/content.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ As PostgreSQL is the recommended database for qualification and production envir
28
28
29
29
From Bonita 2022.1 onwards, the Bonita docker image does not include configuration scripts to automatically create databases and users anymore.
30
30
31
-
Therefore the PostgreSQL container needs to be configured to work with Bonita before starting the Bonita container. The configuration of a PostgreSQL database to work with Bonita is described in details in the [database configuration page](https://documentation.bonitasoft.com/bonita/latest/runtime/database-configuration#postgres_setup). + Alternatively, Bonita provides a preconfigured [PostgreSQL image](https://hub.docker.com/r/bonitasoft/bonita-postgres) on docker-hub. + You can run the image with the following command:
31
+
Therefore, the PostgreSQL container needs to be configured to work with Bonita before starting the Bonita container. The configuration of a PostgreSQL database to work with Bonita is described in details in the [database configuration page](https://documentation.bonitasoft.com/bonita/latest/runtime/database-configuration#postgres_setup). + Alternatively, Bonita provides a preconfigured [PostgreSQL image](https://hub.docker.com/r/bonitasoft/bonita-postgres) on docker-hub. + You can run the image with the following command:
32
32
33
33
```bash
34
34
docker run --name mydbpostgres -h <hostname> -d bonitasoft/bonita-postgres:16.4
@@ -190,7 +190,7 @@ These variables are used in conjunction to define how Bonita should access the [
190
190
191
191
The logger can be configured by mounting a volume on folder `/opt/bonita/conf/logs` containing the configuration files.
192
192
193
-
the volume must contain the 2 files [log4j2-loggers.xml](https://raw.githubusercontent.com/bonitasoft/bonita-distrib/10.2.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.2.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.3.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.3.0/docker/files/log4j2/log4j2-appenders.xml)
194
194
195
195
Any change made to one of this 2 files is automatically hot-reloaded and taken into account immediately.
196
196
@@ -249,13 +249,13 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
249
249
- Retrieve the last update tool archive from https://www.bonitasoft.com/downloads
250
250
251
251
```console
252
-
unzip bonita-update-tool-3.6.0.zip
252
+
unzip bonita-update-tool-3.7.0.zip
253
253
```
254
254
255
255
- Configure the update tool
256
256
257
257
```console
258
-
$ cd bonita-update-tool-3.6.0
258
+
$ cd bonita-update-tool-3.7.0
259
259
```
260
260
261
261
edit the update tool configuration file `Config.properties` to point towards the database.
@@ -284,7 +284,7 @@ For updating from a version before 7.10.0, please refer to the [documentation](h
284
284
- Launch the new container pointing towards the copy of the database.
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