@@ -8,12 +8,10 @@ This article walks you through how to upgrade your Coder server.
8
8
9
9
##Reinstall Coder to upgrade
10
10
11
- <div class =" tabs " >
12
-
13
- To upgrade your Coder server, simply reinstall Coder using your original method
11
+ To upgrade your Coder server, reinstall Coder using your original method
14
12
of[ install] ( ../install ) .
15
13
16
- ##install.sh
14
+ ### install.sh
17
15
18
16
1 . If you installed Coder using the` install.sh ` script, re-run the below command
19
17
on the host:
@@ -29,7 +27,9 @@ of [install](../install).
29
27
systemctl restart coder
30
28
```
31
29
32
- ##docker-compose
30
+ <div class =" tabs " >
31
+
32
+ ###docker-compose
33
33
34
34
If you installed using` docker-compose ` , run the below command to upgrade the
35
35
Coder container:
@@ -38,12 +38,12 @@ Coder container:
38
38
docker-compose pull coder&& docker-compose up -d coder
39
39
```
40
40
41
- ##Kubernetes
41
+ ### Kubernetes
42
42
43
43
See
44
44
[ Upgrading Coder via Helm] ( ../install/kubernetes.md#upgrading-coder-via-helm ) .
45
45
46
- ##Coder AMI on AWS
46
+ ### Coder AMI on AWS
47
47
48
48
1 . Run the Coder installation script on the host:
49
49
61
61
systemctl restart coder
62
62
```
63
63
64
- ##Windows
64
+ ### Windows
65
65
66
66
Download the latest Windows installer or binary from
67
67
[ GitHub releases] ( https://github.com/coder/coder/releases/latest ) , or upgrade