-
Notifications
You must be signed in to change notification settings - Fork 11k
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
Rocketchatctl fails to detect running rocketchat after today's upgrade to 4.0.0 due to mongod Depreciation message #23358
Labels
Comments
Same issue here! |
Jury Rigged Temporary workaround if you have no backup / rollback path for a simple single server configuration.
|
See also RocketChat/install.sh#48 |
This has now been fixed in update of rocketchatctl. 🙏 should be able to use: |
I confirm this is now resolved for me. 👍 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
Following this weekend's release of Rocketchat 4.0.0, update from previous release 3.18.1 an upgrade via rocketchatctl update fails to complete with the following output:
sudo rocketchatctl update
......
Waiting up to 60 seconds for RocketChat server to be active ... 54
Waiting up to 60 seconds for RocketChat server to be active ... 56
Waiting up to 60 seconds for RocketChat server to be active ... 58
Waiting up to 60 seconds for RocketChat server to be active ... 60
Error in updated RocketChat server health check, restoring backup.
Even though rocketchat has successfully restarted and had been running
Steps to reproduce:
Expected behavior:
Expected rocketchat to upgrade to 4.0 without issue
Actual behavior:
Install fails, rocketchat installation left in non-working state, clients report nginx/1.14.0 502 bad gateway error
Server Setup Information:
Client Setup Information
Additional context
Relevant logs:
Client Console log:
chat.scformulae.com/:1 Failed to load resource: the server responded with a status of 502 (Bad Gateway)
Server Syslog:
Note: https://rocket.chat/docs/contributing/reporting-issues#gathering-logs reports 404.
mongod.log
auth.log:
Oct 4 09:18:35 chat sudo: pam_unix(sudo:session): session closed for user root
Oct 4 09:18:48 chat sudo: ubuntu : TTY=pts/0 ; PWD=/home/ubuntu ; USER=root ; COMMAND=/usr/local/bin/rocketchatctl update
Oct 4 09:18:48 chat sudo: pam_unix(sudo:session): session opened for user root by ubuntu(uid=0)
The text was updated successfully, but these errors were encountered: