Hello. I'm using appwrite 1.2.1 self-hosted and I see that there is a log file ib_logfile0 in /var/lib/docker/volumes/appwrite_appwrite-mariadb/_data folder which is taking a lot of disk space. How can I handle this ? Can I delete this file ? Is there a setting to limit the mariadb log size ?
I have the following config at the top of my docker-compose.yml :
x-logging: &x-logging
logging:
driver: 'json-file'
options:
max-file: '5'
max-size: '10m'
Thank you !
Recommended threads
- Github connection error - Self Hosted Ap...
I am trying to connect my github account to deploy a project to sites, but Connect to Gtihub button is disabled. I have configured all Env variables needed for...
- "Domain verification failed"
"Domain verification failed" I was install Appwrite in my VDS server. I using Coolify for install Appwrite. After install complete, i want add my domain, and i ...
- Appwrite Sites triggers builds for all p...
I connected my Appwrite Sites to my Git app on my self hosted Appwrite server, but even though I only connected it to main branch, it creates a build every sing...