You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: