-
Notifications
You must be signed in to change notification settings - Fork 875
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
Conversation
All contributors have signed the CLA ✍️ ✅ |
I have read the CLA Document and I hereby sign the CLA |
@@ -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. |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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."
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
continued in #16973
Adds a small note for those who just used the AWS AMI for their initial installation.