Dealing with size growth in adsb_messages.db

Started by DaveB_MD, March 14, 2022, 04:47:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DaveB_MD

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

Runway 31

#1
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