You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.