Hi. I've followed the two steps for deployment sh...
# ask-community-for-troubleshooting
s
Hi. I've followed the two steps for deployment shown at https://docs.airbyte.com/quickstart/deploy-airbyte but am getting a "_File not found_" issue. Log attached. Can anyone help please? macOS 12.0.1 (Intel) docker version 20.10.6, build 370c289 docker-compose version 1.29.1, build c34c88b2 Thanks
👀 1
a
Hi @Steve looks like you have a docker problem, could you make sure its running before launching
docker-compose up
?
s
Hi @[DEPRECATED] Augustin Lafanechere - many thanks, that was it. I've made it a lot further now thanks to your help, but I now seem to be stuck in a perpetual loop waiting for the database to become ready. It's been about 10 minutes. Any thoughts?
These are the images I have running:
a
Could you send the output of
docker logs airbyte-db
?
s
Thanks. ah, looks like that explains the issues - although I've no idea how it happened or how to remove the offending db. 😉
a
I suggest you try a fresh redeploy after cleaning volumes and let me know if you still have this problem:
docker-compose down
docker-compose rm -v
docker-compose up