|
A JIRA data anonymiser is also available. |
Atlassian may request a copy of entities.xml file from a customer's exported zip file, in order to diagnose database corruption, or find a bug in Confluence.
If your data is confidential, you can run this program over your enitites.xml file, removing all your data, leaving only the structure of the export.
To run the anonymiser on your backup:
java -jar confluence-export-cleaner-1.1-jar-with-dependencies.jar entities.xml cleaned.xml |
This release of the export cleaner uses STX, a fast and efficient XML transformation technology. It should not require a lot of memory to run, even for a large backup.
For Atlassian developers: