-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image
Description
I've tried 9.6 and 9.5 and alpine variants too.
Getting rid of the POSTGRES_PASSWORD fixes it so I'm generally ok, but this could trip other people up too... looks like it might be the issue at: MagicStack/asyncpg#158
compose:
postgres_sx:
image: postgres
environment:
- POSTGRES_PASSWORD=postgres
postgres_sx_1 | FATAL: password authentication failed for user "postgres"
postgres_sx_1 | DETAIL: Connection matched pg_hba.conf line 95: "host all all all md5"
postgres_sx_1 | FATAL: password authentication failed for user "postgres"
postgres_sx_1 | DETAIL: Connection matched pg_hba.conf line 95: "host all all all md5"
postgres_sx_1 | FATAL: password authentication failed for user "postgres"
postgres_sx_1 | DETAIL: Connection matched pg_hba.conf line 95: "host all all all md5"
services_sx_1 | { error: password authentication failed for user "postgres"
services_sx_1 | at Connection.parseE (/app/services/sx/node_modules/pg-promise/node_modules/pg/lib/connection.js:539:11)
services_sx_1 | at Connection.parseMessage (/app/services/sx/node_modules/pg-promise/node_modules/pg/lib/connection.js:366:17)
services_sx_1 | at Socket.<anonymous> (/app/services/sx/node_modules/pg-promise/node_modules/pg/lib/connection.js:105:22)
services_sx_1 | at emitOne (events.js:115:13)
services_sx_1 | at Socket.emit (events.js:210:7)
services_sx_1 | at addChunk (_stream_readable.js:250:12)
services_sx_1 | at readableAddChunk (_stream_readable.js:237:11)
services_sx_1 | at Socket.Readable.push (_stream_readable.js:195:10)
services_sx_1 | at TCP.onread (net.js:586:20)
yanhongwang and sal-git
Metadata
Metadata
Assignees
Labels
questionUsability question, not directly related to an error with the imageUsability question, not directly related to an error with the image