mirror of
https://github.com/coder/coder.git
synced 2026-06-05 05:58:20 +00:00
d04eaf8392
- [x] Mention Orgs is beta and add a link to get feedback - [x] Add docs on new provisioner authentication architecture and deprecate the old one - [x] Add/update docs for IdP sync - [x] Organization Sync - [x] Group Sync - [x] Role Sync - [x] Modify `coder.com` codebase to add `Premium` and `Beta` pill, and allow multiple pills: https://github.com/coder/coder.com/pull/638 - [x] Replace all mentions of "Enterprise" with "Premium" in docs - [x] edit: change it to "Licensing" - [x] Remove the enterprise page and change all links to coder.com/pricing - [x] Merge #14786 - [x] Add redirects for coder.com to redirect the `using-organizations` guide to the new orgs one and /enterprise to /premium https://github.com/coder/coder.com/pull/645 - [x] Custom roles - [x] https://github.com/coder/coder/pull/14786 - [x] Remove all mentions of orgs experiment - [x] Update in-product copy & links to link to the new docs pages Anything I am missing? --- [Preview this](https://coder.com/docs/@orgs-licenses/admin/organizations) --------- Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com> Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com>
1.2 KiB
1.2 KiB
Upgrade
This article walks you through how to upgrade your Coder server.
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 of install.
Via install.sh
If you installed Coder using the install.sh script, re-run the below command
on the host:
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):
systemctl daemon-reload
systemctl restart coder
Via docker-compose
If you installed using docker-compose, run the below command to upgrade the
Coder container:
docker-compose pull coder && docker-compose up -d coder
Via Kubernetes
Via Windows
Download the latest Windows installer or binary from GitHub releases, or upgrade from Winget.
winget install Coder.Coder