-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Hi dbpill author,
I recently started using dbpill in my backend project, but I'm encountering a connection issue. When I start my backend service, it attempts to connect to the dbpill proxy port (5433), but the connection fails and the service fails to start.
Environment:
macOS Sequoia 15.6.1
Node.js v25.0.0
Using the executable you provided
Here's the situation:
I executed npm run dev postgresql://user:pass@host:5432/dbname to start dbpill
My backend service attempts to connect to proxy port 5433, but the connection fails
I'm not sure if I'm missing some configuration steps
I would like to ask:
After starting dbpill, should the proxy port 5433 be immediately available, or does it require additional configuration or initialization steps?
Thank you for your help!