User story #2972
closedUser story #2996: Clean report database v1 : Add a manual report deleting
Allow to delete report from database
Description
Some of our user are experiencing a big problem with their PostgresSQL DB growing out of control due to to much agent execution reports.
We are already able to archive them, but we want to also be able to simply delete report older than a given date.
The "DB administration UI" should be updated to "clean reports", and allow to choose between "archive" and "delete" with a radio button.
That feature should go in Rudder 2.4 because of the huge impact on users. Nevertheless, once the code is available, a validation of its impact will have to be done before going to 2.4.0.
Files
Updated by Vincent MEMBRÉ about 12 years ago
- File DB_management.png DB_management.png added
- Description updated (diff)
- Status changed from 8 to In progress
I just finished a first version of manual delete reports.
Here's a Screenshot of that version.
Updated by Vincent MEMBRÉ about 12 years ago
Size of database will not changed until a "vacuum"/"vacuum full" request is executed by the database
See #2974 for more details
Updated by Vincent MEMBRÉ about 12 years ago
- Status changed from In progress to Pending technical review
I made a pull request about that, https://github.com/Normation/rudder/pull/4
technical review can now be done
Updated by Nicolas PERRON about 12 years ago
- Target version changed from 2.4.0~rc1 to 2.5.0~beta1
The new feature about automation of DB management tasks will not be included in Rudder 2.4. Then, postponed to Rudder 2.5
Updated by Vincent MEMBRÉ about 12 years ago
Updated by Vincent MEMBRÉ about 12 years ago
- Parent task set to #2973
This issue is a subtask of #2973
Updated by Vincent MEMBRÉ about 12 years ago
- Parent task changed from #2973 to #2996
Updated by Vincent MEMBRÉ about 12 years ago
As we can't change pull request target, I made another pull request about that issue, https://github.com/Normation/rudder/pull/8
technical review can now be done.
Updated by Nicolas CHARLES almost 12 years ago
- Tracker changed from Bug to Enhancement
- Status changed from Pending technical review to 12
This is valid, thank you Vincent
Updated by Vincent MEMBRÉ almost 12 years ago
- Status changed from 12 to Pending release
Applied in changeset 8201a08a61bbd5e5917aea6fd881e172104f13fb.
Updated by Matthieu CERDA almost 12 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Tracker changed from Enhancement to User story