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.

CircleCI Server 3.x

  1. Before upgrading, please create a Backup and Restore point.
  2. Once a backup has been created, you can follow the instructions found in our docs via the KOTS Admin Console.

Screenshot_2023-02-16_at_5.05.55_PM.png

 

Additional Notes:

 

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

 

Additional Resources:

Was this article helpful?
1 out of 1 found this helpful

Comments

0 comments

Article is closed for comments.