Rocket Chat Ubuntu Update

Description

I attempted to manually update rocketchat server on ubuntu from v0.70.4 to v3.1.1 but having followed the online instructions I am still seeing v0.70.4 in rocketchat Info. Any thoughts on how I can get this update to work? Thanks.

Server Setup Information

  • Version of Rocket.Chat Server: 0.70.4
  • Operating System: Ubuntu 16.04.0
  • Deployment Method: manual
  • Number of Running Instances: 1
  • DB Replicaset Oplog:
  • NodeJS Version: 8.11.3
  • MongoDB Version: 3.6.9
  • Proxy:
  • Firewalls involved:

Any additional Information

create a .sh file with this information, execute and post the output here

cd YOUR ROCKET.CHAT DIRECTORY
export MONGO_URL=mongodb://localhost:27017/YOUR_DABASE
export MONGO_OPLOG_URL=mongodb://localhost:27017/local?replSet=rs01
export ROOT_URL=http://siteurl
export PORT=PORT OF YOUR APP
node main.js

Thank @marcxd. I was able to solve the problem. I went back over rocketchat documentation and realized there was some changes after v1.0. I reinstalled and problem is now fixed. I now have access to the latest version.

1 Like