Websoft9 / docker-library

Docker Compose examples of selfhosted FOSS based on official image, just run it.
https://www.websoft9.com
Other
31 stars 14 forks source link

connect db error on umami #553

Closed qiaofeng1227 closed 5 months ago

qiaofeng1227 commented 6 months ago
$ npm-run-all check-db update-tracker start-server

$ node scripts/check-db.js

✓ DATABASE_URL is defined.

✗ Unable to connect to the database.

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

ERROR: "check-db" exited with 1.

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

yarn run v1.22.19

$ npm-run-all check-db update-tracker start-server

$ node scripts/check-db.js

✓ DATABASE_URL is defined.

✗ Unable to connect to the database.

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

ERROR: "check-db" exited with 1.

error Command failed with exit code 1.

info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
qiaofeng1227 commented 6 months ago

If postgresl db password have specila char, such as: @,#,db connect will fail.