Upgrading Codacy#
To upgrade Codacy Self-hosted to the latest stable version:
-
Check the release notes for all Codacy Self-hosted versions between your current version and the most recent version for breaking changes and follow the instructions provided carefully.
Warning
Failing to follow the steps to deal with breaking changes can cause the upgrade to fail or cause problems while Codacy is running.
In particular, Codacy Self-hosted v5.0.0 drops the support for legacy manual organizations.
Tip
To see the version of your Codacy Self-hosted instance click your avatar on the top right-hand corner of any Codacy page:

-
Store all your currently defined configuration values in a file:
helm get values codacy \ --namespace codacy \ --output yaml > codacy.yamlNote
If you installed Codacy on a Kubernetes namespace different from
codacy, make sure that you adjust the namespace when executing the commands in this page. -
Review the values stored in the file
codacy.yaml, making any changes if necessary. -
Perform the upgrade using the values stored in the file:
helm repo update helm upgrade codacy codacy-stable/codacy \ --version 15.0.0 \ --namespace codacy \ --values codacy.yaml -
Update your Codacy command-line tools to the versions with the Git tag
self-hosted-15.0.0:
Was this page helpful?
Your feedback helps us improve the documentation.
255 characters left
Thanks for helping improve Codacy documentation.
For more detailed feedback, open an issue on GitHub.