Changed:
$dbh->do("TRUNCATE housekeeper");
To:
$dbh->do("DELETE FROM housekeeper WHERE
tablename !='events'");
This makes sure events are kept in Housekeeper table to still be removed upon LLD rules.
Furthermore, introduced new versioning system. Script version 7.0.0 is fully compatible and tested with LTS Zabbix 7.0.
We also introduced ISO formatted weekly partitioning.