-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add official support for MongoDB 6 #8217
Comments
Thanks for opening this issue!
|
I've just installed a new server on ubuntu 22.04 server and I installed mongo db 6 and parse server and restored one of mongo db 5 databases. And it looks like working but not tested too much. What are the known problems with mongo db 6 and parse server? |
We don't know. Do you want to open a PR to add support? It's pretty easy to add a job to the CI for MongoDB 6, to at least see whether all tests pass. You can take a look at previous PRs, it's just some lines of code. |
What should I test? Are there any test scripts that I can run without damaging my system. Because it will be production system in a few days, if I don't find any problems. |
The CI will test for you, all you need to to is add some lines to tell the CI to run our existing tests against MongoDB 6. You can take a look at these PRs for how to do that: |
I hope I did it right: |
@cool2apps I've opened #8242 for MongoDB 6 support; you can see the CI test results there to maybe get a sense for whether there are any concerns for your server upgrade, in case you need to upgrade before Parse Server officially supports it (which I wouldn't recommend of course). |
🎉 This change has been released in version 5.3.0-alpha.30 |
🎉 This change has been released in version 5.4.0-beta.1 |
🎉 This change has been released in version 5.4.0-alpha.1 |
🎉 This change has been released in version 5.4.0 |
🎉 This change has been released in version 5.4.0 |
New Feature / Enhancement Checklist
Current Limitation
MongoDB 6 has been released.
Feature / Enhancement Description
Parse Server should add support for MongoDB 6.
Example Use Case
n/a
Alternatives / Workarounds
n/a
The text was updated successfully, but these errors were encountered: