https://linen.dev logo
m

Micah

03/25/2021, 3:41 AM
Even if I progress beyond that and try to add a connector internally, still no luck. Infinite wait. No matter the connector.
u

user

03/25/2021, 3:42 AM
did you have a previous version already installed?
u

user

03/25/2021, 3:43 AM
or are you starting literally from scratch?
u

user

03/25/2021, 3:44 AM
Yep. I did have 0.14.0-alpha installed.
u

user

03/25/2021, 3:44 AM
I did a docker system prune -a
u

user

03/25/2021, 3:44 AM
Also docker volume prune
u

user

03/25/2021, 3:45 AM
is there a reason that you're going to 0.17.2-alpha as opposed to 0.17.3-alpha?
u

user

03/25/2021, 3:46 AM
Newp! Only that the last time I checked, the version was 0.17.2
u

user

03/25/2021, 3:46 AM
Let me try 0.17.3
u

user

03/25/2021, 3:48 AM
Same situation
u

user

03/25/2021, 3:49 AM
do the logs show anything?
u

user

03/25/2021, 3:49 AM
docker ps
to get the container id of the server
u

user

03/25/2021, 3:49 AM
then
u

user

03/25/2021, 3:49 AM
docker logs <container id>
u

user

03/25/2021, 3:51 AM
Sending
u

user

03/25/2021, 4:04 AM
Any idea what the issue might be?
u

user

03/25/2021, 4:05 AM
Copy code
2021-03-25 03:48:14 [33mWARN[m i.t.i.c.GrpcRetryer(retryWithResult):152 - {workspace_app_root=/tmp/workspace/server/logs} - Retrying after failure
io.grpc.StatusRuntimeException: UNAVAILABLE: Unable to resolve host airbyte-temporal
u

user

03/25/2021, 4:05 AM
this error seems to be the source of your problems.
u

user

03/25/2021, 4:05 AM
what operating system are you rrunning on?
u

user

03/25/2021, 4:06 AM
Ubuntu 20.04 LTS
u

user

03/25/2021, 4:06 AM
can you share what happens when you run docker ps?
u

user

03/25/2021, 4:06 AM
Copy code
CONTAINER ID        IMAGE                            COMMAND                  CREATED             STATUS              PORTS                    
          NAMES
bda3ec420668        airbyte/server:0.17.3-alpha      "/bin/bash -c './wai…"   19 minutes ago      Up 19 minutes       8000/tcp, 0.0.0.0:8001->8
001/tcp   airbyte-server
baacc2eb1752        airbyte/db:0.17.3-alpha          "docker-entrypoint.s…"   19 minutes ago      Up 19 minutes       5432/tcp                 
          airbyte-db
fda16428fd14        airbyte/webapp:0.17.3-alpha      "/docker-entrypoint.…"   19 minutes ago      Up 19 minutes       0.0.0.0:8000->80/tcp     
          airbyte-webapp
78150ba49d57        airbyte/scheduler:0.17.3-alpha   "/bin/bash -c './wai…"   19 minutes ago      Up 19 minutes                                
          airbyte-scheduler
u

user

03/25/2021, 4:07 AM
Maybe this is an old version of the docker-compose file?
u

user

03/25/2021, 4:07 AM
Well… I’ll be.
u

user

03/25/2021, 4:08 AM
okay. so the problem here is that there should be another container running.
u

user

03/25/2021, 4:08 AM
how did you upgrade?
u

user

03/25/2021, 4:08 AM
I only ever had a docker-compose file.
u

user

03/25/2021, 4:08 AM
I never cloned the repo.
u

user

03/25/2021, 4:08 AM
got it.
u

user

03/25/2021, 4:08 AM
I simply copied that from github.
u

user

03/25/2021, 4:09 AM
well you definitely need the updated docker-compose file.
u

user

03/25/2021, 4:09 AM
Now, I’ll actually clone the full repo.
u

user

03/25/2021, 4:09 AM
so when you upgraded you were just bumping the version in the .env file? or in an env variable?
u

user

03/25/2021, 4:09 AM
Yep.,
u

user

03/25/2021, 4:10 AM
makes sense!
u

user

03/25/2021, 4:11 AM
Cloned the full repo. Now, I’ll update my repo when I upgrade. 🙂
u

user

03/25/2021, 4:12 AM
Yep. All works now.
u

user

03/25/2021, 4:12 AM
Thanks for your help! I totally forgot that I did this.
2 Views