King Ho
06/05/2023, 6:53 AMkapa.ai
06/05/2023, 6:53 AMkapa.ai
06/05/2023, 6:54 AM1. export configuration from Instance A 2. Disable instance A 3. import configuration to Instance B pointing to the database
Since your source connector is Hubspot and your destination is BigQuery, the data in BigQuery will remain intact during this process. After migrating the pipeline, you can continue syncing data from Hubspot to BigQuery using the new Airbyte instance.King Ho
06/05/2023, 6:56 AMkapa.ai
06/05/2023, 6:56 AMkapa.ai
06/05/2023, 6:56 AMAIRBYTE_SERVER_URL
and AIRBYTE_API_KEY
environment variables. 3. Use the octavia export
command to export your Airbyte configuration to a local directory: bash octavia export --output-dir <path_to_output_directory>
This will create a directory structure containing your Airbyte configuration files in YAML format. For more information on using Octavia CLI, refer to the [Version control Airbyte configurations with Octavia CLI tutorial](https://airbyte.com/tutorials/version-control-airbyte-configurations).King Ho
06/05/2023, 7:07 AMKing Ho
06/05/2023, 7:08 AMkapa.ai
06/05/2023, 7:08 AMkapa.ai
06/05/2023, 7:08 AMKing Ho
06/05/2023, 7:11 AMkapa.ai
06/05/2023, 7:11 AMkapa.ai
06/05/2023, 7:12 AMbash curl -H "Content-Type: application/json" -X POST localhost:8000/api/v1/deployment/export --output /tmp/airbyte_archive.tar.gz
2. Import the archive to the new instance using the following curl command: bash curl -H "Content-Type: application/octet-stream" -X POST --data-binary "@/tmp/airbyte_archive.tar.gz" localhost:8000/api/v1/deployment/import
Replace localhost:8000
with the appropriate URL for your Airbyte instances. For more information on exporting and importing configurations, refer to the [Upgrading Airbyte documentation](https://docs.airbyte.com/operator-guides/upgrading-airbyte).King Ho
06/05/2023, 7:38 AMkapa.ai
06/05/2023, 7:38 AMkapa.ai
06/05/2023, 7:38 AMairbyte-platform
repository, run the following commands: bash VERSION=dev docker compose down -v VERSION=dev docker compose up
If you're still having issues, consider reaching out to the Airbyte community on [Slack](https://airbytehq.slack.com) or the [Airbyte forum](https://discuss.airbyte.io) for further assistance.Paul Priest
06/06/2023, 8:08 PMKing Ho
06/13/2023, 7:38 AMKing Ho
06/13/2023, 12:58 PM