1
0
mirror of synced 2026-01-05 12:05:28 -05:00

Release 0.20.0-alpha (#2852)

* Uncomment migration for 0.20.0.

* Bump version: 0.19.0-alpha → 0.20.0-alpha

* Fix formatting.

* revert bump

* Bump version: 0.19.0-alpha → 0.20.0-alpha

Co-authored-by: jrhizor <me@jaredrhizor.com>
This commit is contained in:
Davin Chia
2021-04-13 07:30:15 +08:00
committed by GitHub
parent 6d95e3b619
commit 82c8768c7c
4 changed files with 5 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ If you inadvertently upgrade to a version of Airbyte that is not compatible with
Here's an example of what 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.19.0-alpha --\
docker run --rm -v /tmp:/config airbyte/migration:0.20.0-alpha --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz
```