Skip to content
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

panic: server returned error on SASL authentication step: BSON field 'saslContinue.mechanism' is an unknown field. #26

Open
fc757 opened this issue Jun 20, 2022 · 0 comments

Comments

@fc757
Copy link

fc757 commented Jun 20, 2022

Would it be possible to update this to support MognoDB 5.0.3? I get the following when trying to migrate:


2022/06/19 21:55:20 Connecting to database to detect source upload config
panic: server returned error on SASL authentication step: BSON field 'saslContinue.mechanism' is an unknown field.

goroutine 1 [running]:
main.Parse({0x0?, 0x7f60aa7d5b30?}, {0x7ffc72fb2d55, 0x47}, 0x1, 0x0, {0x7ffc72fb2da9, 0xa}, {0x0, 0x0}, ...)
/root/filestore-migrator/cmd/filestore-migrator/parser.go:200 +0x598
main.main()
/root/filestore-migrator/cmd/filestore-migrator/main.go:36 +0x505


From googling around it seems like this function only works with lower major versions of MongoDB. 4.4.6 seems to allow this function.

Thanks in advanced for any help you might be able to provide. I'd love to get some of my old RocketChat uploads off my local filesystem and up in S3 to clear up some space.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant