Skip to content

Commit 338dfd6

Browse files
authored
Update guides with new mongoDB version requirement (Parse Server 4.0) (#715)
* change min mongo version to 3.6 * change min mongo version requirement
1 parent 2105754 commit 338dfd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_includes/parse-server/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you have not used MongoDB before, we highly recommend familiarizing yourself
1010

1111
The Mongo requirements for Parse Server are:
1212

13-
* MongoDB version 2.6.X, 3.0.X, or 3.2.X
13+
* MongoDB version 3.6
1414
* An SSL connection is recommended (but not required).
1515

1616
If this is your first time setting up a production MongoDB instance, we recommend using either [mLab](http://www.mLab.com) or [ObjectRocket](https://objectrocket.com/). These are database-as-a-service companies which provide fully managed MongoDB instances, and can help you scale up as needed.

_includes/parse-server/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Parse Server is an open source version of the Parse backend that can be deployed
1010
**Prerequisites**
1111

1212
* Node 8 or newer
13-
* MongoDB version 2.6.X, 3.0.X or 3.2.X
13+
* MongoDB version 3.6
1414
* Python 2.x (For Windows users, 2.7.1 is the required version)
1515
* For deployment, an infrastructure provider like Heroku or AWS
1616

0 commit comments

Comments
 (0)