Skip to content

Instantly share code, notes, and snippets.

@psturc
Created July 12, 2018 09:14
Show Gist options
  • Save psturc/1112faa10e9dd269563912c3e250b3d2 to your computer and use it in GitHub Desktop.
Save psturc/1112faa10e9dd269563912c3e250b3d2 to your computer and use it in GitHub Desktop.
`docker run --name sync-ui -p 8000:8000 -d aerogear/sync-ui:latest`
> sync-server-ui@0.0.1 start /opt/app-root/src
> node server/index.js
Thu, 12 Jul 2018 08:24:18 GMT sequelize deprecated String based operators are now deprecated. Please use Symbol based operators for better security, read more at http://docs.sequelizejs.com/manual/tutorial/querying.html#operators at node_modules/sequelize/lib/sequelize.js:242:13
warn: notifier unknown or disabled: postgres
info: GraphQl server mounted at /graphql
Unhandled rejection SequelizeConnectionRefusedError: connect ECONNREFUSED 127.0.0.1:5432
at connection.connect.err (/opt/app-root/src/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:116:24)
at Connection.connectingErrorHandler (/opt/app-root/src/node_modules/pg/lib/client.js:123:14)
at emitOne (events.js:116:13)
at Connection.emit (events.js:211:7)
at Socket.reportStreamError (/opt/app-root/src/node_modules/pg/lib/connection.js:71:10)
at emitOne (events.js:116:13)
at Socket.emit (events.js:211:7)
at emitErrorNT (internal/streams/destroy.js:64:8)
at _combinedTickCallback (internal/process/next_tick.js:138:11)
at process._tickCallback (internal/process/next_tick.js:180:9)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment