Actions
Bug #14003
closednodecompliancelevels is not purged
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
On a 5.0 server, I have a nodecompliancelevels table containing old entries, and the table does not seems to be archived/purged.
archivedruddersysevents is correctly cleaned though.
rudder=> select min(executiontimestamp) from archivedruddersysevents; min ------------------------ 2018-12-10 00:00:12+01 (1 row)
rudder=> select min(runtimestamp) from nodecompliancelevels; min ------------------------ 2018-12-04 00:00:01+01 (1 row)
rudder=> select * from archivedreportsexecution; nodeid | date | complete | nodeconfigid | insertionid --------+------+----------+--------------+------------- (0 rows)
rudder=> select min(begindate) from archivednodeconfigurations; min ---------------------------- 2018-12-10 15:09:45.282+01 (1 row)
Actions