Skip to content

Instantly share code, notes, and snippets.

@sunjam
Created April 23, 2020 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunjam/bda5a270f1740216fe41765e3f261514 to your computer and use it in GitHub Desktop.
Save sunjam/bda5a270f1740216fe41765e3f261514 to your computer and use it in GitHub Desktop.
CodiMD output
$ docker-compose up
codimd-container_database_1 is up-to-date
codimd-container_app_1 is up-to-date
Attaching to codimd-container_database_1, codimd-container_app_1
app_1 | 2020/04/23 14:10:39 Waiting for: tcp://database:5432
app_1 | 2020/04/23 14:10:39 Connected to tcp://database:5432
app_1 |
app_1 | Sequelize CLI [Node: 12.16.1, CLI: 5.5.1, ORM: 5.21.4]
app_1 |
app_1 | Parsed url postgres://hackmd:*****@database:5432/hackmd
app_1 | ERROR: password authentication failed for user "hackmd"
app_1 |
app_1 |
app_1 | 2020-04-23T14:10:45.777Z warn: Neither 'domain' nor 'CMD_DOMAIN' is configured. This can cause issues with various components.
app_1 | Hint: Make sure 'protocolUseSSL' and 'urlAddPort' or 'CMD_PROTOCOL_USESSL' and 'CMD_URL_ADDPORT' are configured properly.
app_1 | 2020-04-23T14:10:45.781Z warn: Session secret not set. Using random generated one. Please set `sessionSecret` in your config.js file. All users will be logged out.
app_1 | 2020-04-23T14:10:45.782Z warn: PDF export was disabled for this release to mitigate a critical security issue. This feature will hopefully become available again in future releases.
app_1 | Thu, 23 Apr 2020 14:10:46 GMT hsts deprecated The "includeSubdomains" parameter is deprecated. Use "includeSubDomains" (with a capital D) instead. at app.js:85:18
app_1 | Unhandled rejection SequelizeConnectionError: password authentication failed for user "hackmd"
app_1 | at /codimd/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:182:24
app_1 | at Connection.connectingErrorHandler (/codimd/node_modules/pg/lib/client.js:194:14)
app_1 | at Connection.emit (events.js:311:20)
app_1 | at Socket.<anonymous> (/codimd/node_modules/pg/lib/connection.js:134:12)
app_1 | at Socket.emit (events.js:311:20)
app_1 | at addChunk (_stream_readable.js:294:12)
app_1 | at readableAddChunk (_stream_readable.js:275:11)
app_1 | at Socket.Readable.push (_stream_readable.js:209:10)
app_1 | at TCP.onStreamRead (internal/stream_base_commons.js:186:23)
app_1 | 2020-04-23T14:15:46.636Z error: revision saver failed: SequelizeConnectionError: password authentication failed for user "hackmd"
app_1 | 2020-04-23T14:20:46.623Z error: revision saver failed: SequelizeConnectionError: password authentication failed for user "hackmd"
app_1 | Unhandled rejection SequelizeConnectionError: password authentication failed for user "hackmd"
app_1 | at /codimd/node_modules/sequelize/lib/dialects/postgres/connection-manager.js:182:24
app_1 | at Connection.connectingErrorHandler (/codimd/node_modules/pg/lib/client.js:194:14)
app_1 | at Connection.emit (events.js:311:20)
app_1 | at Socket.<anonymous> (/codimd/node_modules/pg/lib/connection.js:134:12)
app_1 | at Socket.emit (events.js:311:20)
app_1 | at addChunk (_stream_readable.js:294:12)
app_1 | at readableAddChunk (_stream_readable.js:275:11)
app_1 | at Socket.Readable.push (_stream_readable.js:209:10)
app_1 | at TCP.onStreamRead (internal/stream_base_commons.js:186:23)
app_1 | 2020-04-23T14:25:46.653Z error: revision saver failed: SequelizeConnectionError: password authentication failed for user "hackmd"
database_1 |
database_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
database_1 |
database_1 | LOG: database system was shut down at 2020-04-20 23:24:34 UTC
database_1 | LOG: MultiXact member wraparound protections are now enabled
database_1 | LOG: database system is ready to accept connections
database_1 | LOG: autovacuum launcher started
database_1 | LOG: incomplete startup packet
database_1 | FATAL: password authentication failed for user "hackmd"
database_1 | DETAIL: Role "hackmd" does not exist.
database_1 | Connection matched pg_hba.conf line 95: "host all all all md5"
database_1 | FATAL: password authentication failed for user "hackmd"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment