docs: added that we require MongoDB 3.4+

This commit is contained in:
Troy McConaghy 2017-04-12 11:18:20 +02:00
parent 8361fae815
commit 8b861131d8
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
A production BigchainDB node must include:
* BigchainDB Server
* MongoDB Server (mongod)
* MongoDB Server 3.4+ (mongod)
* Scalable storage for MongoDB
It could also include several other components, including:

View File

@ -42,7 +42,7 @@ Consult the MongoDB documentation for its recommendations regarding storage hard
## Install and Run MongoDB
* [Install MongoDB](https://docs.mongodb.com/manual/installation/)
* [Install MongoDB 3.4+](https://docs.mongodb.com/manual/installation/). (BigchainDB only works with MongoDB 3.4+.)
* [Run MongoDB (mongod)](https://docs.mongodb.com/manual/reference/program/mongod/)