Database.sqlite

Hello, I need help to know how I can reduce the database.sqlite file, I’ve seen in several topics talking to use the command “Vacuum”, but my installation is via docker-compose and I didn’t install sqlite3… there is a tutorial on how to execute this log cleaning?

You might want to check the env variable to prune the database.

In combination with activating automatic pruning of the data as @RicardoE105 suggested, do you want to set the environment variable DB_SQLITE_VACUUM_ON_STARTUP=true this makes sure that the data gets automatically pruned on startup.

2 Likes