Skip to content

Commit

Permalink
Docs: add note about migrating docker uses external integrations (#45406
Browse files Browse the repository at this point in the history
)
  • Loading branch information
marcosmarxm authored Sep 11, 2024
1 parent 5dbce81 commit 647a3e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/using-airbyte/getting-started/oss-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 647a3e8

Please sign in to comment.