Airbyte version : 0.29.15-alpha
Ran this command wget -N https://raw.githubusercontent.com/airbytehq/airbyte/v0.32.0-alpha-patch-1/{.env,docker-compose.yaml}
then
docker-compose up
I’m unable to connect to the interface after doing this. I get:
airbyte-webapp | 172.18.0.1 - - [08/Apr/2022:13:52:48 +0000] "GET / HTTP/1.1" 200 4515 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Saf
ari/537.36" "-"
airbyte-webapp | 2022/04/08 13:52:48 [error] 37#37: *1 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/v1/workspa
ces/list HTTP/1.1", upstream: "http://172.18.0.5:8001/api/v1/workspaces/list", host: "localhost:8000", referrer: "http://localhost:8000/"
airbyte-webapp | 172.18.0.1 - - [08/Apr/2022:13:52:48 +0000] "POST /api/v1/workspaces/list HTTP/1.1" 502 494 "http://localhost:8000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (
KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36" "-"
airbyte-webapp | 2022/04/08 13:52:49 [error] 38#38: *3 connect() failed (111: Connection refused) while connecting to upstream, client: 172.18.0.1, server: localhost, request: "POST /api/v1/workspa
ces/list HTTP/1.1", upstream: "http://172.18.0.5:8001/api/v1/workspaces/list", host: "localhost:8000", referrer: "http://localhost:8000/"
airbyte-webapp | 172.18.0.1 - - [08/Apr/2022:13:52:49 +0000] "POST /api/v1/workspaces/list HTTP/1.1" 502 494 "http://localhost:8000/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.60 Safari/537.36" "-"
Then When I run
wget -N https://raw.githubusercontent.com/airbytehq/airbyte/master/{.env,docker-compose.yaml}
and docker-compose up
I see the following message in the logs:
airbyte-bootloader | 2022-04-08 13:54:56 ERROR i.a.b.BootloaderApp(assertNonBreakingMigration):197 - Cannot upgrade from version 0.29.15-alpha to version 0.35.65-alpha directly. First you must upgrade
to version 0.32.0-alpha. After that upgrade is complete, you may upgrade to version 0.35.65-alpha
airbyte-bootloader | Exception in thread "main" java.lang.RuntimeException: Cannot upgrade from version 0.29.15-alpha to version 0.35.65-alpha directly. First you must upgrade to version 0.32.0-alpha.
After that upgrade is complete, you may upgrade to version 0.35.65-alpha
There is currently no information on how to properly perform the upgrade other than the informatio available here: Upgrading Airbyte | Airbyte Documentation
Not sure what I’m doing wrong or what is preventing the upgrade to v0.32.0-alpha-patch-1 from happening.
Any help would be greatly appreciated.