Long term Data is not getting populated

Expected Behaviour:

expecting a graph for long term data
-Ubuntu 22.04.4 LTS x86_64
-~600MB Ram + 1.5GB Swap, 2 core cpu (Virtual Machine)

Actual Behaviour:

no data is displayed



Debug Token:

https://tricorder.pi-hole.net/GjQTqiT7/

Your database file is broken or incomplete.

The log shows the file size is only 52Kb. An empty database should be 80Kb:

*** [ DIAGNOSING ]: Pi-hole FTL Query Database
-rw-rw-r-- 1 pihole pihole 52K Apr 23 06:09 /etc/pihole/pihole-FTL.db

To fix it, run these commands to move the existing database to a new file name and create a fresh database.

sudo service pihole-FTL stop

sudo mv /etc/pihole/pihole-FTL.db /etc/pihole/pihole-FTL-old.db

sudo service pihole-FTL start

Hi, I can finally see those logs. thanks for your help!