What is the recommended versions couple for Node.js & MongoDB for production ? #3639
-
Question or commentHello everyone ! I have a question related to hosting Apostrophe 3 in production. But do you guys have the recommended versions for production ? Like for example you know that it is bullet-proof tested on Because currently i'm using Node 16LTS + Mongodb 5.0.5 without any apearing issues (well, for now) but I would like to avoid encountering troubles in production. Could you please point out what is the recomendations for the Node.js+mongoDB version couple ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Good question. Node 16 and Mongo 5.x are supported and recommended. However all current LTS releases of Node (so, back to Node 12) are supported, and all supported versions of MongoDB (so, 4.0 or better, at the moment). We should update our guidance to clarify what is best (Node 16 and Mongo 5.x), what is too bleeding edge (Node 17 and MongoDB are not friends yet), and what is tolerable but not a great choice for new work. I'll submit a doc PR. |
Beta Was this translation helpful? Give feedback.
Good question. Node 16 and Mongo 5.x are supported and recommended. However all current LTS releases of Node (so, back to Node 12) are supported, and all supported versions of MongoDB (so, 4.0 or better, at the moment).
We should update our guidance to clarify what is best (Node 16 and Mongo 5.x), what is too bleeding edge (Node 17 and MongoDB are not friends yet), and what is tolerable but not a great choice for new work. I'll submit a doc PR.