Loading...
 
Skip to main content

History: Database Redact

Source of version: 7 (current)

Copy to clipboard
            {syntax type="markdown"  editor="wysiwyg"} # {{page}}


Database redact is an **experimental feature** with the goal to remove certains types of information from a Tiki database. Ex.: [https://en.wikipedia.org/wiki/Personal_data|personally identifiable information (PII)]

Until ((Tiki25)), it is accessible via the Tiki ((Console)) 
{CODE(theme="default")}php console.php database:redact{CODE}

Starting in ((Tiki26)), it is accessible via Tiki ((Manager)). This change is made because the feature is basically to

1. make a copy of the data. Ex.: example.org -> redacted.example.org
2. redact it
3. for an admin to verify it

Tiki Manager has all the plumbing for cloning Tiki instances, so it makes more sense.