-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Mongo 6 is unsupported #5012
Comments
any updates here.. my system has ceased working because of this. |
I don't think any work will ever be done again on keystone 4, so I'm afraid you will have to stick to Mongo 5 (or 4) |
Just ran into this today too... guess this weekend is admin update weekend... |
I have got the same issue after Mongo is updated to version 6
Looking forwards to see any update from keystone for supporting it. |
Development on this project has stopped almost 3 years ago. The chance someone is going to make support for Mongo 6 is very very low. I would advise you to not want to upgrade to Mongo 6. |
I am in progress of switching to Keystone 6 and moving data from Mongo to Postgres. It will be a long, slow, process... Unless someone has any better ideas. |
I had to create a dedicated instance to downgrade to Mongo 5 for now to get my application running until I can refactor my entire application. |
@sefigrossman Appreciate the feedback. It has been a real pain to refactor this... can you share a few more details on where and how you got a Mongo 5 instance up? |
I'm assuming you are on mongodb.com: Take a backup of your last v5 database snapshot. Then create a new dedicated cluster (lowest you can do is M10 at $0.08 an hour I believe). From there it will allow you to downgrade (that option is obviously not possible in a shared cluster). Restore the backup and change your existing connection string to reflect the new cluster name. This will buy you time to consider what to do to rebuild your application long term. Costs a little more but better than being down while you ponder. |
You are so helpful! Saved my butt. Thank you. @sefigrossman |
I'm looking hard at Directus.io as a replacement for Keystone v4. I may look at Keystone v6 as I'm sure they are similar in feature set but I'm very impressed with Directus so far. |
Yep. I have used Directus in the past. It is great, but it just got pretty expensive for an entry tier ($99/mo) |
Negative, it's open source and you can self host. They hide that at the bottom ;) |
Atlas is going to upgrade to Mongo 6 pretty soon, and I'm getting errors starting Keystone 4 with Mongo 6.
Just wanted to leave a issue here, see if anyone else is still rocking Keystone 4 and is using Atlas.
The text was updated successfully, but these errors were encountered: