Confluence 5.7 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
Atlassian may request a copy of the entities.xml file form your exported zip file (backup file), in order to diagnose database corruption or to troubleshoot a bug in Confluence.
If your data is confidential, you can run an anonymiser program over your entities.xml file to remove all your data and leaving only the structure of the export.
To run the Content Anonymiser on your backup file:
entities.xml file from your zipped backup file to the same directory as the JAR.To create cleaned.xml, run the command:
java -jar confluence-export-cleaner-1.1-jar-with-dependencies.jar entities.xml cleaned.xml
Move the original entities.xml file to a different location and then rename cleaned.xml to entities.xml.
exportDescriptor.properties を持つ新しい entities.xml を再度 zip 化し、アトラシアン サポートが、XML バックアップのエクスポート元の Confluence バージョンを確認できるようにします。
The Content Anonymiser replaces all text content in file entities.xml with 'x' characters. For example, the word "Atlassian" will be transformed to "xxxxxxxxx". The resulting cleaned.xml file is expected to have the same size as the original file.
This release of the Content Anonymiser uses STX, a fast and efficient XML transformation technology. It should not require a lot of memory to run, even for a large backup.