Skip to content

docs: add AWS AMI upgrade instructions #16937

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 1 commit into from
Mar 17, 2025
Merged
Changes from all 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
3 changes: 2 additions & 1 deletion docs/install/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ This article walks you through how to upgrade your Coder server.
> Coder does not support rollbacks.

To upgrade your Coder server, simply reinstall Coder using your original method
of [install](../install).
of [install](../install). If you are using the Official Coder AMI on AWS, use the
first option to upgrade.
Copy link
Contributor

Choose a reason for hiding this comment

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

thanks @d1str0 !

I don't currently have access to an AMI that needs an update. Can you tell me if the first option says "Upgrade" or if it's just the first in a list? I want to be able to include the exact text someone will encounter, just in case the AWS UI changes the order or adds an option.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

There is no way to upgrade from within the AMI. My intention here was that those who are using the AMI should use the "Via install.sh" option. As in the first option on this documentation page. Does that make sense? I wasn't sure how best to word it.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

"To upgrade Coder server if you are using the AWS AMI, simply run curl -L https://coder.com/install.sh | sh on the machine."

Copy link
Contributor

Choose a reason for hiding this comment

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

that totally makes sense

I have an idea that might help - I just pointed this to a new branch and I'll be right back with a PR

Copy link
Contributor

Choose a reason for hiding this comment

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

continued in #16973


## Via install.sh

Expand Down
Loading