https://linen.dev logo
r

Ross Nordeen

02/19/2022, 7:16 PM
Hello, I am new to airbyte and I am trying to deploy it locally following these instructions, but I get the following error (I am on Ubuntu 18.04) :
Copy code
~/airbyte$ sudo docker-compose up
WARN[0000] The "RUN_DATABASE_MIGRATION_ON_STARTUP" variable is not set. Defaulting to a blank string. 
WARN[0000] The "SECRET_PERSISTENCE" variable is not set. Defaulting to a blank string. 
WARN[0000] The "WORKER_ENVIRONMENT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "SECRET_PERSISTENCE" variable is not set. Defaulting to a blank string. 
WARN[0000] The "WORKER_ENVIRONMENT" variable is not set. Defaulting to a blank string. 
WARN[0000] The "SECRET_PERSISTENCE" variable is not set. Defaulting to a blank string. 
WARN[0000] The "WORKER_ENVIRONMENT" variable is not set. Defaulting to a blank string. 
[+] Running 0/8
 ⠙ db Pulling                                                                                                                                                                                         
 ⠙ server Pulling                                                                                                                                                                                     
 ⠙ airbyte-temporal Pulling                                                                                                                                                                           
 ⠙ webapp Pulling                                                                                                                                                                                     
 ⠙ scheduler Pulling                                                                                                                                                                                  
 ⠙ init Pulling                                                                                                                                                                                       
 ⠙ worker Pulling                                                                                                                                                                                     
 ⠙ bootloader Pulling                                                                                                                                                                                 
error getting credentials - err: exit status 1, out: `Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reached`
Can you please help me?
c

Collin Lenon

02/21/2022, 5:22 AM
Looks to me like the images is not getting pulled. Can you share the information on the system you are using? It would be great if you can use issue template pinned in this channel
a

Anatole Callies

02/21/2022, 10:24 AM
Is this your first time deploying Airbyte: Yes OS Version / Instance: Ubuntu 18.04, Memory / Disk: 32Gb / 1Tb SSD Deployment: Docker Airbyte Version: not sure Source name/version: PostgreSQL 13.6 Destination name/version: Snowflake Step: Trying to kick off airbyte Description: I'm trying to use airbyte for the first time and airbyte does not start
Looks like something on the ubuntu side. I found this over internet
o

Ofek Katriel

02/21/2022, 6:32 PM
It has worked thanks!
3 Views