Zibbp / ganymede

Twitch VOD and Live Stream archiving platform. Includes a rendered and real-time chat for each archive.
https://github.com/Zibbp/ganymede
GNU General Public License v3.0
491 stars 25 forks source link

Error: "producer: Error fetching jobs" err="failed to connect to `user=ganymede database=ganymede-prd`: hostname resolving error: lookup ganymede-db on 127.0.0.11:53: no such host #506

Open rubaz100 opened 2 months ago

rubaz100 commented 2 months ago

I get this message after a while:

time=2024-09-12T18:59:01.937+02:00 level=ERROR msg="producer: Error fetching jobs" err="failed to connect to user=ganymede database=ganymede-prd: hostname resolving error: lookup ganymede-db on 127.0.0.11:53: no such host"

Zibbp commented 2 months ago

Is your database container crashing or offline? Hostname resolving error likely means the container is not up and running

rubaz100 commented 1 month ago

I think I changed the OS and it worked. Idk

TheFrodo commented 2 weeks ago

Since yesterday, I've been experiencing the same issue: the database container keeps restarting continuously. I have double-checked everything and couldn’t find any errors. The only change has been the server's hostname, nothing else.

Zibbp commented 2 weeks ago

Restart continuously as in instantly, or it takes a few minutes? No concerning logs in the Postgres container?

TheFrodo commented 2 weeks ago

Restart continuously. After restarting the server, the same error is still there.

Zibbp commented 2 weeks ago

If you bring down all the services docker compose down then just bring up the database interactively, docker compose up ganymede-db. Do you see any errors? Can you post the output if it starts restarting?