-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Description
Is there any specific instruction of upgrade from v4.6.3 to 4.7.0 ?
I have been using the following scrip to update:
sudo systemctl stop rocketchat
sudo rm -r /opt/Rocket.Chat.old
sudo mv /opt/Rocket.Chat /opt/Rocket.Chat.old
sudo n install 14.18.3
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
sudo npm install
sudo mv /tmp/bundle /opt/Rocket.Chat
sudo chown -R rocketchat:rocketchat /opt/Rocket.Chat
sudo systemctl start rocketchat
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels