Loading...
 
Skip to main content

History: Database Redact

Source of version: 6 (current)

Copy to clipboard
            ! {{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
# make a copy of the data. Ex.: example.org -> redacted.example.org
# redact it
# for an admin to verify it
Tiki Manager has all the plumbing for cloning Tiki instances, so it makes more sense.