Skip to content

Commit

Permalink
Add section on migrating from docker compose. (#41332)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgroff committed Jul 10, 2024
1 parent 14b24a3 commit 3ae0378
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/using-airbyte/getting-started/oss-quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,28 @@ In the Building Connections section, you'll learn how to start moving data. Gene

3: [Set up a Connection](./set-up-a-connection.md)

## Migrating from Docker Compose (Optional)

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:

```
docker compose stop
```
2. Make sure that you have the latest version of abctl by running the following command:

```
curl -LsfS https://get.airbyte.com | bash -
```

3. Run abctl with the migrate flag set with the following command:
```
abctl local install --migrate
```



## Troubleshooting

There are several channels for community support of local setup and deployment.
Expand Down

0 comments on commit 3ae0378

Please sign in to comment.