Baudouin Fauchier-Magnan
09/26/2024, 9:17 AMuser
09/26/2024, 9:18 AMabctl
command line tool. Here are the steps: 1. Run abctl local install
to upgrade to the latest version of Airbyte. 2. To ensure you're running the latest version of Airbyte, you can check the value of the Helm Chart's app version by running abctl local status
. Please note that occasionally, abctl
itself will need to be updated. You can do that by running brew update abctl
. This is separate from upgrading Airbyte and only upgrades the command line tool. As for migrating your current config (sources, destinations, connections, stream states, etc) to the new deployment, you can export and import the complete configuration from one instance to another. The only requirement is both instances must have the same version. Please note that the run-ab-platform.sh
script is deprecated and you should migrate to use abctl
. For more information, you can check the [official documentation](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart). Sources: - [Upgrading Airbyte with abctl](https://docs.airbyte.com/operator-guides/upgrading-airbyte#upgrading-with-abctl) - [Migrate Airbyte config from one deployment to another (OSS)](https://discuss.airbyte.io/t/370) - [Getting Started with Airbyte](https://docs.airbyte.com/using-airbyte/getting-started/oss-quickstart)Baudouin Fauchier-Magnan
09/26/2024, 9:30 AMuser
09/26/2024, 9:30 AMuser
09/26/2024, 9:31 AMBaudouin Fauchier-Magnan
09/26/2024, 10:17 AMuser
09/26/2024, 10:17 AMuser
09/26/2024, 10:17 AMBaudouin Fauchier-Magnan
09/26/2024, 10:19 AMuser
09/26/2024, 10:19 AMuser
09/26/2024, 10:19 AMActivityFailure: Activity with activityType='RunWithJobOutput' failed: 'Activity task failed'
indicates that a Temporal activity failed. However, the logs you've provided don't give specific details about what caused the activity to fail. It could be due to a variety of reasons such as network issues, incorrect configuration, or an issue with the source connector. Here are a few steps you can take to troubleshoot this issue: 1. Check the source configuration: Make sure the configuration for the source you're trying to create is correct. This includes things like credentials, URLs, etc. 2. Check your network connection: Make sure your Airbyte instance has a stable internet connection and can reach the source you're trying to connect to. 3. Try a different source: If possible, try creating a different source to see if the issue is specific to the source you're trying to create. 4. Check for known issues: Search the [Airbyte Github Issues](https://github.com/airbytehq/airbyte/issues) to see if there are any known issues related to the source you're trying to create. If none of these steps help, I would recommend creating a new issue on the [Airbyte Github Issues](https://github.com/airbytehq/airbyte/issues) with more details about your issue. Include the full logs and details about the source you're trying to create. The Airbyte team can help troubleshoot further.