`Is this your first time deploying Airbyte`: yes `...
# troubleshooting
g
`Is this your first time deploying Airbyte`: yes `OS Version / Instance`: Windows `Deployment`: Docker Issue: First time trying to deploy Airbyte on my local machine using Docker. Followed the 3 step instructions (git-clone, cd, docker-compose up) and am getting the following error. Any ideas? docker-compose up time="2022-03-18T091212-04:00" level=warning msg="The \"RUN_DATABASE_MIGRATION_ON_STARTUP\" variable is not set. Defaulting to a blank string." time="2022-03-18T091212-04:00" level=warning msg="The \"SECRET_PERSISTENCE\" variable is not set. Defaulting to a blank string." time="2022-03-18T091212-04:00" level=warning msg="The \"WORKER_ENVIRONMENT\" variable is not set. Defaulting to a blank string." time="2022-03-18T091212-04:00" level=warning msg="The \"SECRET_PERSISTENCE\" variable is not set. Defaulting to a blank string." time="2022-03-18T091212-04:00" level=warning msg="The \"WORKER_ENVIRONMENT\" variable is not set. Defaulting to a blank string." time="2022-03-18T091212-04:00" level=warning msg="The \"SECRET_PERSISTENCE\" variable is not set. Defaulting to a blank string." time="2022-03-18T091212-04:00" level=warning msg="The \"WORKER_ENVIRONMENT\" variable is not set. Defaulting to a blank string." [+] Running 0/8 - worker Error 3.1s - bootloader Error 3.1s - server Error 3.1s - db Error 3.1s - scheduler Error 3.1s - airbyte-temporal Error 3.1s - init Error 3.1s - webapp Error 3.1s Error response from daemon: manifest for airbyte/webapp:22.0 not found: manifest unknown: manifest unknown
a
Hi @George Barrett could you please run
VERSION=0.35.55-alpha docker-compose up
? From your logs it looks like a wrong version was set somewhere (
airbyte/webapp:22.0
), did you edit your `.env
g
No, I just followed the instructions on the website (see screenshot). And I tried running the command but am getting this now: The term 'VERSION=0.35.55-alpha' is not recognized as the name of a cmdlet, function, script file, or operable program.
a
Could you please use WSL on windows to run this?
g
That worked. Thanks Augustin!