
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
- Storage permission issues with Ionic/Ang...
Hello, I use Ionic/Angular with Appwrite to run a PWA. I use Appwrite Auth, Database, Function and Storage, and everything runs fine. If I build an Androi...
- pushibg function
Iam running appwrite locally, and when i try to push a funtion , it shows this error.
- Realtime {error: 1003, Message type is n...
I am facing the above mentioned issue, no matter if I am using web-sdk 16.0.2 or 17.01 (apw server is on 1.6.0) - maybe someone could help?
