user7259583
user7259583

Reputation:

Docker: skygear server not starting, connection refused

I followed the Docker manual on https://docs.skygear.io/server/guide/getting-started-docker. I used Kitematic to download Skygear Server from SkygearIO. When the server tries to start it can't connect to a database.

ERRO[0001] Unable to begin transaction for schema migration: dial tcp
[::1]:5432: getsockopt: connection refused  logger=skydb
ERRO[0001] Failed to start skygear: failed to open connection: skydb/pq: 
unable to connect to database because of a network error = dial tcp 
[::1]:5432: getsockopt: connection refused 

I can't seem to find the problem.

Upvotes: 1

Views: 151

Answers (1)

Rick Mak
Rick Mak

Reputation: 414

Please follow the Setup Skygear Development Server Locally.

Upvotes: 2

Related Questions