From 24cb01dd49f385ffe6802bc90c08be2a4996e68d Mon Sep 17 00:00:00 2001
From: "Carrie Warner (Mattermost)"
<74422101+cwarnermm@users.noreply.github.com>
Date: Fri, 15 Nov 2024 15:19:33 -0500
Subject: [PATCH] Split wget commands for TE & Enterprise
---
.../upgrade/upgrading-mattermost-server.rst | 20 +++++++++++++------
1 file changed, 14 insertions(+), 6 deletions(-)
diff --git a/source/upgrade/upgrading-mattermost-server.rst b/source/upgrade/upgrading-mattermost-server.rst
index 6b8ee830959..d5765658f9c 100644
--- a/source/upgrade/upgrading-mattermost-server.rst
+++ b/source/upgrade/upgrading-mattermost-server.rst
@@ -42,15 +42,23 @@ Upgrade Mattermost Server
cd /tmp
-2. Download `the latest version of Mattermost Server `__. In the following command, replace ``X.X.X`` with the version that you want to download:
+2. Download `the latest version of Mattermost Server `__ 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.