Skip to main content

Documentation Index

Fetch the complete documentation index at: https://astronomer-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

This command is available only if you’re authenticated to an Astro Private Cloud installation.
Initializes the Runtime version upgrade process on any Deployment on Astro Private Cloud.

Usage

Run astro deployment runtime upgrade --deployment-id=<deployment-id> to initialize the Runtime upgrade process. To finalize the Runtime upgrade process, complete all of the steps in Upgrade Apache Airflow on Astro Private Cloud.

Options

OptionDescriptionPossible values
--cancelCancel the upgradeNone
--deployment-id (Required)The ID of the Deployment for which you want to upgrade Runtime. Run astro deployment list to retrieve the Deployment ID.Any Deployment ID
--desired-runtime-versionThe Runtime version you’re upgrading to. For example, 2.2.0.Any supported Runtime version

Examples

# Upgrade to Runtime 6.0.0
$ astro deployment runtime --deployment-id telescopic-sky-4599 --desired-runtime-version 6.0.0