Our confluence server has gone down and we are trying to restore the data to a newly installed server. However, while the restoration it gets failed with the error message Import failed. Check your server logs for more information. com.atlassian.confluence.importexport.ImportExportException: Unable to complete import: The zip doesn't contain an 'entities.xml' file in it.
Any help on this would be very much appreciated.
We were using the below configuration,
Server: Physical
OS: Centos Linux
DB: Mysql
Confluence Version: 4.3.7
This has some critical Data and we need to see if we can restore it with the backup we have.
To be precise we have the complete home Data of Confluence and also the complete DB dump. Any help on this would be greatly appreciated.
Your screenshots are from the "import from an xml backup" process.
You can't feed that a database backup, it's simply unreadable.
Stop confluence, drop all the tables in the database it is using, restore the database dump into there, and restart Confluence. You'll want to kick off a full re-index immediately, to re-enable searching and lookups.
Thanks a lot for the reply Nic.
However, even when we restore through mysql dump DB, it is failing when i restore through GUI with the below error,
"Unable to complete import: The zip doesn't contain an 'entities.xml' file in it."
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you double checked if the zip file contains everything that confluence expects in this step? In case there is no entities.xml or a damaged one it won't work.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Again, you do not use a database dump in the import in the UI. You need to restore a database dump into the database. It's not a Confluence export.
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.