aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStefan Joosten <stefan@sjoosten.nl>2016-08-20 11:48:59 +0200
committerStefan Joosten <stefan@sjoosten.nl>2016-08-20 11:48:59 +0200
commit9ca6402694d1cea549339f24a0437334d1c7ea74 (patch)
tree483c90b547dcad9f9c212d653f80107fcdb713e4 /README.md
parentb01f723a6a106df203317d4c5ac4f8342302dc15 (diff)
downloadansible-teamspeak-9ca6402694d1cea549339f24a0437334d1c7ea74.tar.gz
ansible-teamspeak-9ca6402694d1cea549339f24a0437334d1c7ea74.tar.xz
ansible-teamspeak-9ca6402694d1cea549339f24a0437334d1c7ea74.zip
README fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4d9273d..d4fb2a2 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,7 @@ TeamSpeak 3 servers installed with this role can also be updated to newer versio
By incrementing the TeamSpeak 3 version number, and assigning the appropriate SHA256 checksum string, this role will copy your currently installed TeamSpeak 3 server and update it to the new version.
The upgrade mechanism can also be used for restoring TeamSpeak 3 servers from a backup.
+
1. Extract your old Teamspeak 3 server files to a directory called `{teamspeak.home}/oldts/teamspeak3-server_linux_amd64/`.
2. Create the `current` symlink in `{teamspeak.home}` to point to `oldts`. For example: `cd /opt/teamspeak && ln -s oldts current`
3. Now run this Ansible role and the updater mechanism should find it and use it.