Architecture #24964
closedRemove unused tables about compliance and eventlogs
Description
We have these table that are all empty in a standard rudder installation:
- archivednodecompliance
- archivednodeconfigurations
- archivedruddersysevents
- nodecompliance
- migrationeventlog
- migrationeventlogid
The migration ones seems to be a leftover from when we were doing frequent migration of event logs format. The last one is from 2016.
Plus, today we wouldn't do it like it was done, with shell migration script looking for things and putting them in DB.
The 4 others need special configuration parameters to be enabled, and they are not, since is cause massive storage explosion when they are.
And since they don't provide features (appart for more storage taken), nobody enabled them.
For some, we don't even have a way to enable them at all anymore (archivedruddersysevents?). For other, they are undocumented settings (the one for API) like save_db_compliance_details
Also delete migration script, some related to 4.x migration...
EDIT: it seems that some user are actually using nodecompliance
and so we will not clean it for now.
Updated by François ARMAND 6 months ago
- Related to Architecture #24963: Persist compliance in base to know last state for a long time added
Updated by François ARMAND 6 months ago
- Status changed from New to In progress
- Assignee set to François ARMAND
Updated by François ARMAND 6 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from François ARMAND to Vincent MEMBRÉ
- Pull Request set to https://github.com/Normation/rudder/pull/5705
Updated by Anonymous 5 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|248b88130426fa45a55d3e9773a348ec6bdd9804.
Updated by Félix DALLIDET 5 months ago
- Related to Bug #25000: Remove the outdated migration scripts from the packaging added
Updated by Alexis Mousset 4 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.2.0~alpha1 which was released today.