Delete all logs doesn't delete events

./console core:delete-logs-data --dates=2023-01-01,2023-07-16 --idsite=3

I included today’s date. All logs disappeared, good! But the events are still remaining

I also did DELETE llva.*
FROM prefix_log_link_visit_action llva
JOIN prefix_log_action as la
WHERE llva.idaction_event_action = la.idaction;

But events are still showing up.

Am confused. Please help

Thanks

Hi @vmds7777
You just deleted raw data, not archived (reports) ones…
I think you also have to invalidate past reports:

1 Like