What is the minimum mongodb version ? #2329
-
Hi ! Is there a minimum MongoDB version to run Payload CMS? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @franckmartin! Let me know if you run into anything bizare. The most complex queries come from our reliance on aggregations used in managing versions if you're concerned, I would start there before diving in too deep. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your quick answer @DanRibbens! |
Beta Was this translation helpful? Give feedback.
Hi @franckmartin!
You should be able to use MongoDB 4+. I had been developing Payload against v4 up until about 6 months ago and we try keep our Mongo API reliance simple to avoid compatibility issues with DocumentDB / Azure Cosmos DB.
Let me know if you run into anything bizare. The most complex queries come from our reliance on aggregations used in managing versions if you're concerned, I would start there before diving in too deep.