parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 517 forks source link

Removed MongoRocks from the parse-server guide #822

Closed hej2010 closed 3 years ago

hej2010 commented 3 years ago

Issue #718 and from here

closes #718

mtrezza commented 3 years ago

Thanks for opening this PR!

Did you check whether there are any links to that file that should also be removed?

hej2010 commented 3 years ago

Now I did :) No other references to it that I can find

mtrezza commented 3 years ago

Thanks!

@TomWFox How is https://docs.parseplatform.org/parse-server/guide/#using-mongodb--rocksdb composed? Is there another reference that needs to be removed to not make it appear in the table of contents?

TomWFox commented 3 years ago

That should do the trick as is, thanks for the PR @hej2010!

TomWFox commented 3 years ago

Should we be adding in a note about WiredTiger as well as removing the note about MongoRocks?

mtrezza commented 3 years ago

The current Parse Server version still supports both storage engines of MongoDB (MMAPv1, WiredTiger).

The next version of Parse Server will drop support for MongoDB 3.6 and Node 8 - 10. In fact we should remove these requirements because they change every year and we have a compatibility table in the Parse Server README, which makes more sense.