Skip to content

Upgrading Codacy#

To upgrade Codacy Self-hosted to the latest stable version:

  1. 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:

    Obtaining the Codacy Self-hosted version

  2. Store all your currently defined configuration values in a file:

    helm get values codacy \
                    --namespace codacy \
                    --output yaml > codacy.yaml
    

    Note

    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.

  3. Review the values stored in the file codacy.yaml, making any changes if necessary.

  4. Perform the upgrade using the values stored in the file:

    helm repo update
    helm upgrade codacy codacy-stable/codacy \
                 --version 13.0.0 \
                 --namespace codacy \
                 --values codacy.yaml
    
  5. Update your Codacy command-line tools to the versions with the Git tag self-hosted-13.0.0:

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

Edit this page on GitHub if you notice something wrong or missing.

If you have a question or need help please contact support@codacy.com.

Last modified May 25, 2023