-
Notifications
You must be signed in to change notification settings - Fork 11.7k
Upgrade from 6.13.1 to 7.0.9 Fails #35708
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
Comments
Update: This also occurs with MongoDB 5.0.30 (fresh from a 4.4.6 upgrade). |
This appears to be due to a failure of documenting that RocketChat 7 no longer supports docker If anyone ends up with this problem:
I hope this saves someone else hours of work trying to figure this out from a very vague error message. (Worse, in Mongo's log I could see RocketChat 7 actually connecting initially and then failing for some reason. I still don't know why.) Additional Information
|
I have similar error Node.js v20.18.0 Error: Cannot find module '/app/bundle/bash' |
Description:
I'm preparing for our migration from RocketChat 6.13.1 to 7.x. This is problematic since the current machine does not support the AVX instruction set which is required for MongoDB 5.x+. I have a new host for it now and I have a recent (last week) copy of the MongoDB database so I can do a dry run of the migration. That part of the process has been going okay until now.
When I make a new RocketChat 7 container (7.0.9) and start it, I get the following error which is so vague it's useless to me.
Steps to reproduce:
Expected behavior:
I expected it to work.
Actual behavior:
Already covered
Server Setup Information:
The text was updated successfully, but these errors were encountered: