Error converting MongoDump index to 'bson.Decimal128' not supported

Failed: error dumping metadata: error converting index (<nil>): conversion of BSON value '2' of type 'bson.Decimal128' not supported

      

Any idea why this error is showing up? I am using the latest (3.4) mongo with a remote server as well as a local machine.

+3


source to share


1 answer


I found my mistake. Version compatibility issues. Check by running mongodump -version.



Turns off the execution of apt install mongodb does not install the latest version. Remember to uninstall and uninstall the mongo tools and update to the latest version.

+3


source







All Articles