You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.
(user) got a problem when I run docker-compose -f docker-compose.yml up of skygear-server first time
p_1 | time="2016-09-26T04:17:23Z" level=error msg="Unable to begin transaction for schema migration: dial tcp 172.18.0.3:5432: getsockopt: connection refused" logger=skydb
app_1 | time="2016-09-26T04:17:23Z" level=error msg="Failed to start skygear: failed to open connection: skydb/pq: unable to connect to database because of a network error = dial tcp 172.18.0.3:5432: getsockopt: connection refused"
Skygear Server Date/Version: 0.17.1
Application Platform:
Is this a regression?
Attached logs, screenshots
Expected Results
First run will work.
Actual Results
Second run will work.
Steps to reproduce
Checkout skygear-server
docker-compose -f docker-compose.yml up
The text was updated successfully, but these errors were encountered:
It will solve the first time init fails. The skygear-server will restart until
it works and user will see it up and running after the DB is finished init.
connect SkygearIO#145
(user) got a problem when I run
docker-compose -f docker-compose.yml up
ofskygear-server
first timeExpected Results
First run will work.
Actual Results
Second run will work.
Steps to reproduce
docker-compose -f docker-compose.yml up
The text was updated successfully, but these errors were encountered: