From 647a3e8243e9ef1d53d94ac5302172c300b7064e Mon Sep 17 00:00:00 2001 From: Marcos Marx Date: Wed, 11 Sep 2024 17:53:40 -0300 Subject: [PATCH] Docs: add note about migrating docker uses external integrations (#45406) --- docs/using-airbyte/getting-started/oss-quickstart.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/using-airbyte/getting-started/oss-quickstart.md b/docs/using-airbyte/getting-started/oss-quickstart.md index 678d1ccc6142..9b6ee0f3870b 100644 --- a/docs/using-airbyte/getting-started/oss-quickstart.md +++ b/docs/using-airbyte/getting-started/oss-quickstart.md @@ -246,6 +246,14 @@ Here's a list of common customizations. ## Migrating from Docker Compose (Optional) +:::note + +If you're using an external database or secret manager you don't need to run `--migrate` flag. +You must create the `secrets.yaml` and `values.yaml` and then run `abctl local install --values ./values.yaml --secret ./secrets.yaml`. +Please check [instructions](../../deploying-airbyte/integrations/database.md) to setup the external database as example. + +::: + If you have data that you would like to migrate from an existing docker compose instance follow the steps below: 1. Make sure that you have stopped the instance running in docker compose, this may require the following command: