AirNav Systems Forum
AirNav Radar => AirNav Radar Discussion => Topic started by: DaveB_MD on March 14, 2022, 04:47:06 PM
-
I've been seeing some rapid growth in the size of the local adsb_messages.db on my raspberry pi. I actually had my rbfeeder stop because my df space hit zero.
I cleaned out some no related excess files and got back online, but as the db grows it will occur again, sooner than later.
Just wondering how everyone else handles the db growth and what rules and methods you may deploy in archiving and off loading the data in adsb_messages.db
-
You can stop logging, no idea how to as I know little about Pi's
I just Googled the query and found an answer that may help but as stated I know little about Pi's
You can (should) disable logging on raspbian:
sudo systemctl stop rsyslog
sudo systemctl disable rsyslog
Alan