Skip to content

Commit 1b3cea0

Browse files
committed
move sections to tabs
1 parent 1c3fed8 commit 1b3cea0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

docs/install/upgrade.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,15 @@ This article walks you through how to upgrade your Coder server.
66
> Prior to upgrading a production Coder deployment, take a database snapshot since
77
> Coder does not support rollbacks.
88
9+
## Reinstall Coder to upgrade
10+
11+
<div class="tabs">
12+
913
To upgrade your Coder server, simply reinstall Coder using your original method
1014
of [install](../install). If you are using the Official Coder AMI on AWS, use the
1115
first option to upgrade.
1216

13-
## Via install.sh
17+
### install.sh
1418

1519
If you installed Coder using the `install.sh` script, re-run the below command
1620
on the host:
@@ -28,7 +32,7 @@ systemctl daemon-reload
2832
systemctl restart coder
2933
```
3034

31-
## Via docker-compose
35+
### docker-compose
3236

3337
If you installed using `docker-compose`, run the below command to upgrade the
3438
Coder container:
@@ -37,12 +41,12 @@ Coder container:
3741
docker-compose pull coder && docker-compose up -d coder
3842
```
3943

40-
## Via Kubernetes
44+
### Kubernetes
4145

4246
See
4347
[Upgrading Coder via Helm](../install/kubernetes.md#upgrading-coder-via-helm).
4448

45-
## Via Windows
49+
### Windows
4650

4751
Download the latest Windows installer or binary from
4852
[GitHub releases](https://github.com/coder/coder/releases/latest), or upgrade
@@ -51,3 +55,5 @@ from Winget.
5155
```pwsh
5256
winget install Coder.Coder
5357
```
58+
59+
</div>

0 commit comments

Comments
 (0)