msm/docs/updating.md

31 lines
1.0 KiB
Markdown
Raw Normal View History

2012-07-15 00:14:31 +00:00
---
layout: docs
title: Updating · Docs · MSM
tab: docs
docsitem: updating
---
Updating
========
2012-08-11 23:19:32 +00:00
New versions of MSM contain new features, more reliable code, bug fixes, and contributions from the community. Since version `0.8.0` MSM has an inbuilt command to download and install everything for you automatically. Don't worry, **it will ask for confirmation** before overwriting your files.
2012-07-15 00:14:31 +00:00
2012-08-11 23:19:32 +00:00
sudo msm update
2012-07-15 00:14:31 +00:00
Updating From Pre 0.8.0
-----------------------
2012-08-11 23:19:32 +00:00
If you are upgrading from a version of MSM that does not have the update command, you will have to do one thing by hand. Download and replace your MSM script file with the latest version:
2012-07-15 00:14:31 +00:00
sudo wget https://raw.github.com/marcuswhybrow/minecraft-server-manager/latest/init/msm -O /etc/init.d/msm
Then just call the `sudo msm update` command to get all the other files automatically.
2012-07-15 00:14:31 +00:00
Check Your Version
------------------
sudo msm version
The version command will return the current MSM version you have installed, useful for checking the upgrade was successful.