
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.
TypeScript
6c5a5b9ba813 mariadb:10.11 "docker-entrypoint.sā¦" 4 weeks ago Restarting (1) 1 second ago appwrite-mariadb

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
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
- Console Login after upgrade
Hi, running a small instance self hosted, upgraded from 1.6.0 to 1.74 this morning before spotting the migration guide... When trying to login to the console n...
