This repository has been archived by the owner on Nov 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 152
mongodump 3.5.x incompatible with mongodb 3.6.x #37
Comments
stefanprodan
added a commit
that referenced
this issue
Jul 28, 2018
- stefanprodan/mgob:0.9 compatible with MongoDB 3.4 - stefanprodan/mgob:0.10 compatible with MongoDB 3.6 - ref #37
Hi @russt can you try |
Hi @stefanprodan confirmed configuration with 0.10. Had much trouble getting it to work on minikube, but that's another story.. (bottom line, mgob requires k8s 1.10 to avoid ConfigMap mount bug). |
The ConfigMap volume mount bug fix was backported into 1.9 but maybe Minikube didn't pick that up. Thanks for testing it. |
I was using minikube 0.25.2 which included k8s 1.9.4 and hit the bug. I was finally able to install minikube 0.28.2 using this work-around to avoid startup hang:
Once I was able to upgrade, I was able to configure mgob. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running mgob against current stable/mongodb chart results in immediate falure after connection to remote database.
Tracked it down the admin.system.keys collection which cannot be dumped. I believe that this collection holds keys for the replication set. It cannot be accessed even from root user within the local mongo client.
See: https://jira.mongodb.org/browse/TOOLS-1797
When we dump directly in the mongodb container, works fine:
Suggest that mgob be updated to play with stable/mongodb chart or branched to support different releases.
The text was updated successfully, but these errors were encountered: