SDiFI / masdif

Manager for Spoken Dialog Framework
Apache License 2.0
1 stars 0 forks source link

Sidekiq cannot connect to PostgreSQL #18

Closed lumpidu closed 1 year ago

lumpidu commented 1 year ago

The logs show that the cleanup job execution for TTS fails, because the Sidekiq container cannot connect to PostgreSQL database. This is due to the missing env. variables necessary for accessing the PostgreSQL host as defined in config/database.yml. The connection therefore defaults to Unix domain sockets, where no connection is possible.