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:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user