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
- Reapply specific configuration if needed, for example with a version >= 7.3.0 :
235
235
236
236
```console
237
-
$ docker exec -ti bonita_7.8.4_postgres /bin/bash
237
+
$ docker exec -ti bonita_7.9.0_postgres /bin/bash
238
238
```
239
239
240
240
```console
241
-
$ cd /opt/bonita/BonitaCommunity-7.8.4-Tomcat-8.5.34/setup
241
+
$ cd /opt/bonita/BonitaCommunity-7.9.0-Tomcat-8.5.34/setup
242
242
$ ./setup.sh pull
243
243
$ TENANT_LOGIN=tech_user
244
244
$ TENANT_PASSWORD=secret
@@ -258,7 +258,7 @@ The `-v /my/own/datadir:/opt/bonita` part of the command mounts the `/my/own/dat
258
258
```
259
259
260
260
```console
261
-
$ docker restart bonita_7.8.4_postgres
261
+
$ docker restart bonita_7.9.0_postgres
262
262
```
263
263
264
264
For more details regarding Bonita migration, see the [documentation](https://documentation.bonitasoft.com/bonita/7.8/migrate-from-an-earlier-version-of-bonita-bpm).
@@ -370,7 +370,7 @@ For example, you can increase the log level :
0 commit comments