Skip to content

Add 'rake db:anonymize' to prepare DB for debugging by external party

Michael Prilop requested to merge anonymize-database into main

"anonymizes" database by nullifying most values which may contain user generated input.

WARNING: This does not remove "schema" information such as task or process names as these usually do not contain highly private information and are also in most cases necessary for successfull debugging (i.e. talking about a process' structure).

Merge request reports