FTID
April 1, 2023, 6:27am
1
I have this page bookmarked to copy the commands to update Rocket Chat everytime there’s an update: https://docs.rocket.chat/quick-start/installing-and-updating/manual-installation/updating
It has now been removed. Thankfully I have the commands saved:
sudo systemctl stop rocketchat
sudo rm -rf /opt/Rocket.Chat
sudo apt-get install -y build-essential graphicsmagick
sudo n install 12.22.1
curl -L https://releases.rocket.chat/latest/download -o /tmp/rocket.chat.tgz
tar -xzf /tmp/rocket.chat.tgz -C /tmp
cd /tmp/bundle/programs/server && npm install
sudo mv /tmp/bundle /opt/Rocket.Chat
sudo systemctl start rocketchat
Hi !
Really sorry about that! There was an issue with our github repo x gitbook, due to which a couple of redirects were broken. The team has been made aware.
The updated link is this one Manual Installation - Rocket.Chat Docs
FTID
April 17, 2023, 2:40pm
3
This isn’t working.
curl -L https://releases.rocket.chat/latest/download -o /tmp/rocket.chat.tgz
This command seems to work, but
tar -xzf /tmp/rocket.chat.tgz -C /tmp
Comes back with an error saying:
gzip:stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
What’s happened?
FTID
May 1, 2023, 4:44pm
4
Do you know if this has been fixed @debdut.chakraborty ?
Yeah fixed on the same day