@@ -13,7 +13,7 @@ This article walks you through how to upgrade your Coder server.
13
13
To upgrade your Coder server, simply reinstall Coder using your original method
14
14
of[ install] ( ../install ) .
15
15
16
- ### install.sh
16
+ ##install.sh
17
17
18
18
1 . If you installed Coder using the` install.sh ` script, re-run the below command
19
19
on the host:
@@ -29,7 +29,7 @@ of [install](../install).
29
29
systemctl restart coder
30
30
```
31
31
32
- ### docker-compose
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