This project is not covered by Drupal’s security advisory policy.
Fill the gaps between backups
When your site goes down and you need to restore a backup, you know how painful it can be to try and backfill lost data between the moment of backup and the moment the site went down.
With File-based Entity Log, you can generate a file that is a running log of all entity events (create/update/delete), so that you can review activity up to the moment of the outage, in a format that is separate from your database. The logs can be managed by the module, *or* if you have server access you can use logrotate to manage log rotation.
The modules will start with a log format that is tied to the creator's use case, but we will also go ahead and develop a hook to let developers add their own formats.
Prep data for a migration script
Using Drupal Services or other Drupal REST servers, you can take the log output and feed it to a custom migration script.
Drupal 8
The plan for Drupal 8 is to merge this module into Spectra Analytics. File-based logging will be set up as a reporting option for analytics events.
Project information
- Project categories: Developer tools, Import and export
- Created by laboratory.mike on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.
