Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
EdwardAngert merged 9 commits intomainfromupgrade-tabs
Mar 19, 2025
Merged
Changes fromall commits
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
60 changes: 42 additions & 18 deletionsdocs/install/upgrade.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,37 @@
# Upgrade

This articlewalks you through how to upgrade your Coder server.
This articledescribes how to upgrade your Coder server.

> [!CAUTION]
> Prior to upgrading a production Coder deployment, take a database snapshot since
> Coder does not support rollbacks.

To upgrade your Coder server, simply reinstall Coder using your original method
## Reinstall Coder to upgrade

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

## Via install.sh
### Coder install script

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

```shell
curl -L https://coder.com/install.sh | sh
```
```shell
curl -L https://coder.com/install.sh | sh
```

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

```shell
systemctl daemon-reload
systemctl restart coder
```
```shell
systemctl daemon-reload
systemctl restart coder
```

### Other upgrade methods

<div class="tabs">

## Via docker-compose
### docker-compose

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

## Via Kubernetes
### Kubernetes

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

## Via Windows
### Coder AMI on AWS

1. Run the Coder installation script on the host:

```shell
curl -L https://coder.com/install.sh | sh
```

The script will unpack the new `coder` binary version over the one currently
installed.

1. Restart the Coder system process with `systemctl`:

```shell
systemctl daemon-reload
systemctl restart coder
```

### Windows

Download the latest Windows installer or binary from
[GitHub releases](https://github.com/coder/coder/releases/latest), or upgrade
Expand All@@ -50,3 +72,5 @@ from Winget.
```pwsh
winget install Coder.Coder
```

</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

I think this was an accident to add since this is just Markdown.

Copy link
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Thanks! this is (closing) our tabs component. Makes it look like this:

image

preview link

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

oh interesting!

Loading

[8]ページ先頭

©2009-2025 Movatter.jp