Skip to content

Commit b4a11bd

Browse files
committed
add coder ami tab
1 parent 1b3cea0 commit b4a11bd

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

docs/install/upgrade.md

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,23 @@ This article walks you through how to upgrade your Coder server.
1111
<div class="tabs">
1212

1313
To upgrade your Coder server, simply reinstall Coder using your original method
14-
of [install](../install). If you are using the Official Coder AMI on AWS, use the
15-
first option to upgrade.
14+
of [install](../install).
1615

1716
### install.sh
1817

19-
If you installed Coder using the `install.sh` script, re-run the below command
20-
on the host:
18+
1. If you installed Coder using the `install.sh` script, re-run the below command
19+
on the host:
2120

22-
```shell
23-
curl -L https://coder.com/install.sh | sh
24-
```
21+
```shell
22+
curl -L https://coder.com/install.sh | sh
23+
```
2524

26-
The script will unpack the new `coder` binary version over the one currently
27-
installed. Next, you can restart Coder with the following commands (if running
28-
it as a system service):
25+
1. If you're running Coder as a system service, you can restart it with `systemctl`:
2926

30-
```shell
31-
systemctl daemon-reload
32-
systemctl restart coder
33-
```
27+
```shell
28+
systemctl daemon-reload
29+
systemctl restart coder
30+
```
3431

3532
### docker-compose
3633

@@ -46,6 +43,24 @@ docker-compose pull coder && docker-compose up -d coder
4643
See
4744
[Upgrading Coder via Helm](../install/kubernetes.md#upgrading-coder-via-helm).
4845

46+
### Coder AMI on AWS
47+
48+
1. Run the Coder installation script on the host:
49+
50+
```shell
51+
curl -L https://coder.com/install.sh | sh
52+
```
53+
54+
The script will unpack the new `coder` binary version over the one currently
55+
installed.
56+
57+
1. If you're running Coder as a system service, you can restart it with `systemctl`:
58+
59+
```shell
60+
systemctl daemon-reload
61+
systemctl restart coder
62+
```
63+
4964
### Windows
5065

5166
Download the latest Windows installer or binary from

0 commit comments

Comments
 (0)