summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-12-08 09:20:41 -0800
committerit33 <iantien@gmail.com>2015-12-08 09:20:41 -0800
commit59e4471a63253a1b11a2964ae3b0ee479e6667eb (patch)
tree682abe8f239a206534addfa73aaffdf8a158c35f /doc
parent17788fb47f54b40c4ab7b17a5f7b7e62406a64f5 (diff)
downloadchat-59e4471a63253a1b11a2964ae3b0ee479e6667eb.tar.gz
chat-59e4471a63253a1b11a2964ae3b0ee479e6667eb.tar.bz2
chat-59e4471a63253a1b11a2964ae3b0ee479e6667eb.zip
Update Upgrade-Guide.md
Diffstat (limited to 'doc')
-rw-r--r--doc/install/Upgrade-Guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Upgrade-Guide.md b/doc/install/Upgrade-Guide.md
index e01bdb9a0..edcc754f8 100644
--- a/doc/install/Upgrade-Guide.md
+++ b/doc/install/Upgrade-Guide.md
@@ -15,7 +15,7 @@ If you're upgrading across multiple major releases, from 1.0.x to 1.2.x for exam
3. Review Release Notes
1. Check the release notes for the version of Mattermost you are able to install, and note any setting changes in the **Compatibility** section that apply to your deployment (Release notes across versions are available from the [CHANGELOG](https://github.com/mattermost/platform/blob/master/CHANGELOG.md)).
4. Download the `mattermost.tar.gz` file with the correct version for your upgrade
- 1. You can use `wget` to retrieve a specific version. For example, to download v1.1.0 run `wget https://github.com/mattermost/platform/releases/download/v1.1.0/mattermost.tar.gz`
+ 1. You can use `wget` to retrieve a specific version. For example, to download v1.1.0 run `wget https://github.com/mattermost/platform/releases/download/v1.x.x/mattermost.tar.gz`
2. Stop the Mattermost Server
1. As best practice, consider posting to the Town Square channel of active teams pre-announcing the scheduled downtime to apply these upgrade procedures
2. To stop the server run `sudo stop mattermost`