Skip to main content

[Server] How to Update CircleCI Server?

Updating your Server Installation

To update your CircleCI Enterprise or server you can follow the below steps. Please allow yourself 15-20 minutes to go through this process.

CircleCI Server 4.x

  1. Before upgrading, please create a Backup and Restore point.

  2. You can then follow the steps outlined in our docs to guide you through the upgrade.

$ NAMESPACE= <namespace>
$ USERNAME=<USERNAME>
$ PASSWORD=<PASSWORD>
$ helm diff upgrade circleci-server oci://cciserver.azurecr.io/circleci-server -n $NAMESPACE --version<version> -f <path-to-values.yaml> --username $USERNAME --password $PASSWORD
$ namespace=<namespace>
$ USERNAME=<USERNAME>
$ PASSWORD=<PASSWORD>
$ helm upgrade circleci-server oci://cciserver.azurecr.io/circleci-server -n $NAMESPACE --version <version> -f <path-to-values.yaml> --username $USERNAME --password $PASSWORD

To get the <version>, you can consult our changelog.

Additional Notes:

If you encounter any difficulties or have any further questions, please submit a ticket to CircleCI Support.

Additional Resources:

Did this answer your question?