install old version of airbyte with abctl
# ask-ai
t
install old version of airbyte with abctl
k
I apologize, but based on the provided knowledge sources, there is not enough information to definitively answer how to install an old version of Airbyte using abctl. The documentation primarily focuses on installing the latest version of Airbyte or upgrading to the latest version. However, I can provide some relevant information from the sources: 1. The abctl tool is designed to install or upgrade to the latest version of Airbyte. There is no direct way to install a specific older version using abctl. 2. If you need to use a specific version of Airbyte, you would need to specify it in a
values.yaml
file and use the following command:
Copy code
abctl local install --values ./values.yaml
This information comes from [Support QA](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart#part-1-install-abctl). 3. To ensure you're running the latest version of Airbyte, you can check the Helm Chart's app version by running:
Copy code
abctl local status
This is mentioned in the [Upgrading Airbyte documentation](https://docs.airbyte.com/operator-guides/upgrading-airbyte). If you specifically need to install an older version of Airbyte, you might need to explore alternative installation methods or consult the Airbyte documentation for version-specific installation instructions that are not covered in the provided knowledge sources.