-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to install Airbyte locally - Unable to connect to the database #45456
Comments
@kassi can you downgrade Docker to 4.33 or change the mount system from VirtioFS to gRPC FUSE? The problem you're having is related to run Postgres on Mac/Docker: docker/for-mac#7415 |
@marcosmarxm I tried changing the mount system to gRPC FUSE, restarted Docker, uninstalled and installed again. DEBUG airbyte-bootloader: i.m.s.r.u.Loggers$Slf4JLogger(warn):299 - [5ed93596, L:/127.0.0.1:47306 - R:localhost/127.0.0.1:8125] An exception has been observed post termination, use DEBUG level to see the full stack: java.net.PortUnreachableException: recvAddress(..) failed: Connection refused |
I now downgraded to 4.33, uninstalled and reinstalled. Same error still happening. |
I'm getting the same error, Mac Sequoia , Docker Desktop 4.34.2 |
I am getting the same error with Docker Desktop 4.33.0 on macOS Sonoma 14.6.1. |
That did it for me. |
got the same error on Mac Sequoia |
I have the same issue, I tried downgrading docker to 4.33 and changed the mount system to gRPC FUSE but issue still remains.
Are there any other potential solution to try out? |
For me this temp solution worked: |
Amazing yeah that worked after running the manual creation of the db:
before:
after:
Thank you @airs0urce ! |
This has been fixed in the latest release of abctl. |
What happened?
I'm on a Mac M3 Pro and Docker is up and running.
I'm following the documentation, installing airbyte locally with
Result:
What did you expect to happen?
AirByte should be installed locally and open up in the browser under http://localhost:8000
Abctl Version
Docker Version
OS Version
The text was updated successfully, but these errors were encountered: