Upgrade cloud-composer failed timeout

Hi,

I have some issue when I try to upgrade cloud-composer.

I have all time timeout when try to download google_cloud_datastore-2.21.0-py2.py3-none-any.whl.metadata package. I c’ant upgrade timeout delay because upgrade is googlemanage. How can I correct that

I want to upgrade composer-2.10.2-airflow-2.9.3 to composer-2.13.9-airflow-2.9.3

Hi lbouquinGSOI,

You can try to run an upgrade check to find any package conflicts. Try to loosen version constraints in your requirements.txt file (e.g., use package>=1.0.0 instead of package==1.0.0). This gives the upgrade process more flexibility. If a specific package is causing repeated issues, temporarily remove it, perform the upgrade, and then reinstall a compatible version.

In addition, based on this documentation:

“An upgrade operation might not succeed because the size of the Airflow database is too large for upgrade operations to succeed.”

Finally, if the command-line upgrade keeps failing, try using the Google Cloud Console UI as an alternative.

You may also find this documentation on troubleshooting PyPI package installation, which might help with your issue.

If the issue persists, you may consider contacting Google Cloud Support for further assistance.