[Koha-bugs] [Bug 35277] Pseudonymization should be done in a background job

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 7 14:48:47 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35277

--- Comment #2 from Nick Clemens <nick at bywatersolutions.com> ---
Created attachment 158597
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=158597&action=edit
Bug 35277: Pseudonymize in a background job

This patch adds a new background job for pseduonymization

To test:
 1 - Download the benchmarking script
 2 - Ensure your koha has bcrypt_settings in koha-conf.xml
     See bug 28911
 3 - perl perf_check_pseudo.pl
 4 - Note the slowdown after pseudonymization enabled
 5 - Apply patches, restart all
 6 - perl perf_check_pseudo.pl
 7 - Note improvement
 8 - Enable pseudonymization in sytem preferences
 9 - Perform some checkouts and returns
10 - Verify the background jobs complete successfully
11 - Verify the pseudonymized_transactions table is updated correctly

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list