mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docs: added that we require MongoDB 3.4+
This commit is contained in:
parent
8361fae815
commit
8b861131d8
@ -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:
|
||||
|
@ -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/)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user