File tree 1 file changed +8
-0
lines changed
docs/using-airbyte/getting-started
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -246,6 +246,14 @@ Here's a list of common customizations.
246
246
247
247
## Migrating from Docker Compose (Optional)
248
248
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
+
249
257
If you have data that you would like to migrate from an existing docker compose instance follow the steps below:
250
258
251
259
1 . Make sure that you have stopped the instance running in docker compose, this may require the following command:
You can’t perform that action at this time.
0 commit comments