Parse-server: Able to use MongoDB 3.4.x?

Created on 16 Feb 2017  路  11Comments  路  Source: parse-community/parse-server

Are we able to start using the latest MongoDB seeing as parse.com is now closed? If I remember right, the only reason why the 3.0.x requirement was there in the first place was due to Parse's servers only supporting that version.

@flovilmart @acinader

Most helpful comment

even 3.6 works :)

All 11 comments

The tests currently run against mongo 3.0.8 and 3.2.6. We could update to run against 3.4.x, possibly replacing the 3.2.6 tests if there are no problems. I don't foresee anything going wrong but we are stuck on an older version of the mongodb driver and it is not trivial to update.

If you want to do a quick check you can modify package.json to use 3.4.x and run parse-server tests locally. I recommend you do this also for your own code in case a problem is not covered by a parse-server test.

we are stuck on an older version of the mongodb driver

Not anymore ;)

I can take a look at some point.

am using 3.4.2

I am using Mongo v3.4 too, on Mongo Atlas, and works without any problem. 馃憤

So we can close that!

This seems old but the docs does not say that 3.4 works? Do the docs just need updating, or am I reading this wrong?

even 3.6 works :)

3.6 is working perfectly!

What about 4?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

okaris picture okaris  路  4Comments

jaydeep82 picture jaydeep82  路  4Comments

pulse1989 picture pulse1989  路  3Comments

shardul08 picture shardul08  路  3Comments

kilabyte picture kilabyte  路  4Comments