The Jira pre-migration checklist states that we should use the query below to find out if our file is valid:
xmllint --noout <Backup File Location>/entities.xml
xmllint --noout <Backup File Location>/activeobjects.xml : 100118
If the command does not produce an output, the file is valid. Any exceptions point to the spot with the formatting error.
The problem is this is essentially a Linux-only option. I looked for xmllint for Windows and I haven't found a simple solution.
Hi Rob,
Fair question - I reckon Atlassian should update their documentation.
I'm personally a big fan of chocolatey, so I ran in Powershell
choco install xsltproc
and that gave me what I want.
That's the second most popular answer on this SO thread:
xml - Installing xmllint - Stack Overflow
You're otherwise welcome to follow the recommended procedure if you don't currently use chocolatey.
Cheers, Jimmy
Atlassian recommended CYGWIN, and that worked well for me, thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.