gridfsmigrate icon indicating copy to clipboard operation
gridfsmigrate copied to clipboard

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

Open fc757 opened this issue 3 years ago • 0 comments

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.

fc757 avatar Jun 20 '22 01:06 fc757