-
Notifications
You must be signed in to change notification settings - Fork 10.6k
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 update command fails #17264
Comments
Same issue here... on Ubuntu 18.04.4 LTS Current update available for RocketChat server: from 3.0.4 to 3.1.1. ~# rocketchatctl update After few minutes i try again and it's work... |
It's an issue with https://releases.rocket.chat/latest/info - if it responds with "Service Unavailable" (for me: right now) which can't be compared to the current version and the updater fails because it can't handle the server error. |
I also get the following error: Output of 'curl
|
Same issue here trying to update from 3.5.0 to 3.5.1. Any advice on how we can safely update RocketChat to the latest version? Thanks. Edit: Tried using |
If this happens to anyone else can you execute: This is what’s being executed: https://github.com/RocketChat/install.sh/blob/master/rocketchatctl#L754 Which is what is looked at on https://github.com/RocketChat/install.sh/blob/master/rocketchatctl#L900 |
My attempt:
After running these and waiting a few minutes, the server became responsive again. I initially got into this mess by running the update:
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing in favor of RocketChat/install.sh#34 |
Description:
When running
rocketchattcl update
andcheck-update
commands I get an error/usr/local/bin/rocketchatctl: line 897: [: 3.1.0: unary operator expected
Steps to reproduce:
rocketchatctl
rocketchatctl update
orrocketchatctl check-update
The text was updated successfully, but these errors were encountered: