8000 docs: add AWS AMI upgrade instructions by EdwardAngert · Pull Request #16973 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add AWS AMI upgrade instructions #16973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 19, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
move default out of tabs
  • Loading branch information
EdwardAngert committed Mar 17, 2025
commit 475da27a92b73cc811034826628a8eb7611bd8cb
16 changes: 8 additions & 8 deletions docs/install/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ This article walks you through how to upgrade your Coder server.

## Reinstall Coder to upgrade

<div class="tabs">

To upgrade your Coder server, simply reinstall Coder using your original method
To upgrade your Coder server, reinstall Coder using your original method
of [install](../install).

## install.sh
### install.sh

1. If you installed Coder using the `install.sh` script, re-run the below command
on the host:
Expand All @@ -29,7 +27,9 @@ of [install](../install).
systemctl restart coder
```

## docker-compose
<div class="tabs">

### docker-compose

If you installed using `docker-compose`, run the below command to upgrade the
Coder container:
Expand All @@ -38,12 +38,12 @@ Coder container:
docker-compose pull coder && docker-compose up -d coder
```

## Kubernetes
### Kubernetes

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

## Coder AMI on AWS
### Coder AMI on AWS

1. Run the Coder installation script on the host:

Expand All @@ -61,7 +61,7 @@ See
systemctl restart coder
```

## Windows
### Windows

Download the latest Windows installer or binary from
[GitHub releases](https://github.com/coder/coder/releases/latest), or upgrade
Expand Down
0