BloodThermic
TypeScript
Stack trace:
#0 [internal function]: {closure}()
#1 {main}
thrown in /usr/src/code/app/http.php on line 85
[2024-04-10 06:20:39 #1.1] ERROR php_swoole_server_rshutdown() (ERRNO 503): Fatal error: Uncaught Exception: Failed to connect to database: Failed to create connection: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo for mariadb failed: Try again in /usr/src/code/app/http.php:85
Stack trace:
#0 [internal function]: {closure}()
#1 {main}
thrown in /usr/src/code/app/http.php on line 85```
https://pastebin.com/baSwAnjU
TL;DR
Developers are facing a fatal error due to a full storage issue. They are unable to delete items from the database as it cannot start. The error message suggests a connection problem with the database. The developers have provided a pastebin link for more details. To resolve the issue, they may need to free up storage space and ensure that the database connection details are correct. BloodThermic
TypeScript
6c5a5b9ba813 mariadb:10.11 "docker-entrypoint.s…" 4 weeks ago Restarting (1) 1 second ago appwrite-mariadb
BloodThermic
its appers that the storage is full. I am not sure why it is. I need to delete stuff from the database but I am not able too as the database cant start
Recommended threads
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...
- Create admin user?
I'm not really sure how this is supposed to work, I installed Appwrite through docker-compose and set it up. When I launched the app and went into it, I created...