You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After lose connection to the database the reconnect not work and only a restart of the docker container helps
Expected Behavior
The bot can reconnect to the database after losing connection
Steps To Reproduce
Start the database and the bot
Kill the database process
Do a command like /force-close or any other which result into database actions
Start the Database
Do the same command
You still get the error:
[08/09/24 10:17:04] [INFO] (PRISMA) @../../app/src/client.js:96:46 quaint::pooled Starting a mysql pool with 29 connections.
[08/09/24 10:17:07] [ERROR] (PRISMA) @../../app/src/client.js:95:48 guild.findUnique
Invalid `prisma.guild.findUnique()` invocation:
Can't reach database server at `127.0.0.1`:`3306`
Is there an existing issue for this?
Current Behavior
After lose connection to the database the reconnect not work and only a restart of the docker container helps
Expected Behavior
The bot can reconnect to the database after losing connection
Steps To Reproduce
Environment
Anything else?
Im using a MariaDB 10.6.19 as MySQL Server
The text was updated successfully, but these errors were encountered: