1
0
mirror of synced 2025-12-25 02:09:19 -05:00

Bump Airbyte version from 0.40.30 to 0.40.31 (#22085)

Co-authored-by: lmossman <lmossman@users.noreply.github.com>
This commit is contained in:
Octavia Squidington III
2023-01-30 21:05:22 +01:00
committed by GitHub
parent af5dd8bd97
commit 91c1a9adb5
31 changed files with 46 additions and 46 deletions

View File

@@ -33,7 +33,7 @@ If you use custom connectors, this upgrade requires all of your connector specs
:::note
Airbyte version 0.40.30 or later requires [Docker Compose V2](https://docs.docker.com/compose/compose-v2/) to be [installed](https://docs.docker.com/compose/install/) before upgrading.
Airbyte version 0.40.31 or later requires [Docker Compose V2](https://docs.docker.com/compose/compose-v2/) to be [installed](https://docs.docker.com/compose/install/) before upgrading.
:::
@@ -109,7 +109,7 @@ If you are upgrading from (i.e. your current version of Airbyte is) Airbyte vers
Here's an example of what it might look like with the values filled in. It assumes that the downloaded `airbyte_archive.tar.gz` is in `/tmp`.
```bash
docker run --rm -v /tmp:/config airbyte/migration:0.40.30 --\
docker run --rm -v /tmp:/config airbyte/migration:0.40.31 --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz
```