https://github.com/dizmo/confluence-export-converter
Convert Atlassian Confluence 5.7.1 XML exports to become compliant with Confluence 7.6.2
https://github.com/dizmo/confluence-export-converter
atlassian-confluence compatibility compatible compliant confluence conversion converter export python3 xml-parser
Last synced: 19 days ago
JSON representation
Convert Atlassian Confluence 5.7.1 XML exports to become compliant with Confluence 7.6.2
- Host: GitHub
- URL: https://github.com/dizmo/confluence-export-converter
- Owner: dizmo
- License: apache-2.0
- Created: 2020-07-30T15:24:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-31T07:18:05.000Z (almost 6 years ago)
- Last Synced: 2025-03-12T00:36:48.011Z (over 1 year ago)
- Topics: atlassian-confluence, compatibility, compatible, compliant, confluence, conversion, converter, export, python3, xml-parser
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Confluence export XML converter
===============================
Python3 script convert.py converts Atlassian Confluence 5.7.1 XML exports to become compliant with Confluence 7.6.2 connected to a PostgreSQL 9.6 DBMS.
### Instructions
1. Export all data from Confluence 5.7.1 to a .zip file by navigating to [Confluence URL]/admin/backup.action .
2. Extract entities.xml part of the exported .zip and place it within toplevel of this repository.
3. Run the Python 3 script: `$ python3 convert.py`
4. As soon as the script has completed, find file entities_converted.xml in the repo's directory. Rename or delete entities.xml and use this as the new name of file entities_converted.xml.
5. Create a new .zip file containing the original export zip's content but now with the converted entities.xml.
6. Upload the new .zip to Confluence 7.6.2 during the Backup Restore process.