I am running my pi-hole on Raspberry Pi 3B. On top of the pi-hole I an running also unbound. However, when checking the clients list in the web interface I can see in the Network overvew tab the "No data available in the table" message.
Expected Behaviour:
I was expeting to see the list of the clients connected (especially that in the dashboard I can see the number of the clients displayed).
Actual Behaviour:
No clients visible in the list.
I checked the pihole-FTL.log content, and I saw many messages like:
SQLite3 message: no such table: network_addresses in "SELECT name FROM network_addresses WHERE name IS NOT NULL AND ip = ?;" (1)
I created the new pihole-FTL.db by
sudo service pihole-FTL stop
mv /etc/pihole/pihole-FTL.db /etc/pihole/pihole-FTL-old.db
sudo service pihole-FTL start