Bug 20025

Summary: Running of koha-* scripts should be logged
Product: Koha Reporter: Michal Denar <black23>
Component: Command-line UtilitiesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low CC: josef.moravec, katrin.fischer, magnus, paul.poulain, rbit, robin
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Bug Depends on:    
Bug Blocks: 18081    

Description Michal Denar 2018-01-18 09:50:23 UTC
GDPR related.
Comment 1 Katrin Fischer 2018-01-18 09:52:16 UTC
Hi Mike, can you give an example of a script to be logged?
Comment 2 Michal Denar 2018-01-19 10:21:27 UTC
Hi Katrin,
especially koha-dump. Because we need to know when Koha made backup and who run it. It contains personal data.
Comment 3 Katrin Fischer 2018-01-19 10:38:07 UTC
If someone has the information to run koha-dump, wouldn't they also be able to get the dump using a tool like mysqldump?
Comment 4 Michal Denar 2018-01-19 10:50:45 UTC
I agree, but Koha use CROn for automatic backup, logs make documented records about it. Direct export from db via CL tool or GUI tools should be logged manually.