Prompt for upgrades in CommcareHQ Environment


Good day.

Can anyone help with how to proceed with these set of upgrades. Please note the CommcareHQ is on an on premise server, not the CommcareHQ.

Thanks.

Hi Bamidele,

To change the version of CommCare used by the app, you can navigate to the app's advanced settings and then change the CommCare version there to the required version:

This list might not contain the latest version, and so to update it you can run the following:
cchq <name> django-manage add_commcare_build --latest

If you would like to get a specific version, you can run it as follows:
cchq <name> django-manage add_commcare_build --build-version <build_number>

Kind regards,
Zandre

Thanks so much, Zandre. This worked.

Appreciated.