1
0
mirror of synced 2026-01-08 12:03:02 -05:00

Bump version: 0.17.0-alpha → 0.17.1-alpha (#2487)

This commit is contained in:
Christophe Duong
2021-03-16 19:13:49 +01:00
committed by GitHub
parent 1c938409d5
commit f98cbfddbe
3 changed files with 5 additions and 5 deletions

View File

@@ -40,10 +40,10 @@ On the other hand, if you don't mind losing your current Airbyte configuration o
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.17.0-alpha --\
docker run --rm -v /tmp:/config airbyte/migration:0.17.1-alpha --\
--input /config/airbyte_archive.tar.gz\
--output /config/airbyte_archive_migrated.tar.gz\
--target-version 0.17.0-alpha
--target-version 0.17.1-alpha
```
{% hint style="info" %}