Skip to content

Commit 97fc371

Browse files
author
Adrian Clay
authored
Upgrade minimum version of MongoDB required for the adaptor (#1061)
1 parent 23ad4a6 commit 97fc371

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

OPERATING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ You can provide an external `logback.xml` file using the `-Dlogback.configuratio
2828

2929
### Database Configuration Options
3030

31-
The adaptor requires a Mongodb-compatible database to manage its internal state.
31+
The adaptor requires a Mongodb-compatible database of at least version 4.0 to manage its internal state.
32+
MongoDB provides [a table of compatible versions of their product against the java driver version][mongodb-compatible-versions].
33+
34+
[mongodb-compatible-versions]: https://www.mongodb.com/docs/drivers/java/sync/current/compatibility/#compatibility-table-legend
3235

3336
| Environment Variable | Default | Description |
3437
|---------------------------------|---------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ services:
6060
- GP2GP_AMQP_MAX_REDELIVERIES
6161

6262
mongodb:
63-
networks:
63+
networks:
6464
- commonforgp2gp
65-
image: mongo:3.6.23
65+
image: mongo:4.0.28
6666
ports:
6767
- "27017:27017"
6868

0 commit comments

Comments
 (0)