- Issue created by @eduardo morales alberti
- 🇪🇸Spain eduardo morales alberti Spain, 🇪🇺
Duplicated of https://www.drupal.org/project/log_entity_operations/issues/3520644 ✨ Add the hability to recover removed entity log operations Active
The log_entity_operations
module stores actions performed on entities such as nodes and files. On large-scale websites, the number of entity operations can be very high, causing the log table to grow quickly and reach its configured storage limit.
Currently, old log entries are deleted to enforce the limit, which can lead to the loss of valuable information. There is no built-in mechanism to persist or archive this data before it is deleted.
To preserve the log data beyond the database limit, we need a way to:
log_entity_operations
module on a large Drupal 10 siteImplement functionality to:
None currently anticipated, unless a public export/import service is added for reuse.
None expected. Export will be to external files and import will read from them, using the existing schema.
Active
1.0
Code
Duplicated of https://www.drupal.org/project/log_entity_operations/issues/3520644 ✨ Add the hability to recover removed entity log operations Active