Skip to content

Commit

Permalink
Merge branch 'master' into exp-shared-channel-deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
cwarnermm authored Nov 15, 2024
2 parents 06a4e9e + 107ed80 commit abadcce
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions source/upgrade/upgrading-mattermost-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,23 @@ Upgrade Mattermost Server
cd /tmp
2. Download `the latest version of Mattermost Server <https://mattermost.com/deploy/>`__. In the following command, replace ``X.X.X`` with the version that you want to download:
2. Download `the latest version of Mattermost Server <https://mattermost.com/deploy/>`__ based on your Mattermost edition.

.. code-block:: sh
.. tab:: Enterprise Edition

In the following command, replace ``X.X.X`` with the version that you want to download:

.. code-block:: sh
# Enterprise Edition
wget https://releases.mattermost.com/X.X.X/mattermost-X.X.X-linux-amd64.tar.gz
wget https://releases.mattermost.com/X.X.X/mattermost-X.X.X-linux-amd64.tar.gz
.. tab:: Team Edition

In the following command, replace ``X.X.X`` with the version that you want to download:

.. code-block:: sh
# Team Edition
wget https://releases.mattermost.com/X.X.X/mattermost-team-X.X.X-linux-amd64.tar.gz
wget https://releases.mattermost.com/X.X.X/mattermost-team-X.X.X-linux-amd64.tar.gz
3. Confirm no other Mattermost zip folders exist in your ``/tmp`` directory. If another version's zip file does exist, delete or rename the file.

Expand Down

0 comments on commit abadcce

Please sign in to comment.