Skip to content

Commit 647a3e8

Browse files
authored
Docs: add note about migrating docker uses external integrations (#45406)
1 parent 5dbce81 commit 647a3e8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/using-airbyte/getting-started/oss-quickstart.md

+8
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,14 @@ Here's a list of common customizations.
246246

247247
## Migrating from Docker Compose (Optional)
248248

249+
:::note
250+
251+
If you're using an external database or secret manager you don't need to run `--migrate` flag.
252+
You must create the `secrets.yaml` and `values.yaml` and then run `abctl local install --values ./values.yaml --secret ./secrets.yaml`.
253+
Please check [instructions](../../deploying-airbyte/integrations/database.md) to setup the external database as example.
254+
255+
:::
256+
249257
If you have data that you would like to migrate from an existing docker compose instance follow the steps below:
250258

251259
1. Make sure that you have stopped the instance running in docker compose, this may require the following command:

0 commit comments

Comments
 (0)