Skip to main content

Common commands/issues

Upgrade major version

  • Make sure you are on the latest version within the current major version:
    • sudo snap refresh rocketchat-server
    • Then switch to the next major "track"


    sudo snap refresh rocketchat-server --channel=4.x/stable

    Source:

    Common issues

    • When upgrading from version 3 to version 4, the application might not load, Firefox displaying an error message with an error code: "SSL_ERROR_INTERNAL_ERROR_ALERT"
      • To fix that I had to set the site url:
      • snap set rocketchat-server siteurl=https://rocketchat.tozo.info
      • then restart rocketchat