A space export reimport is failing with the following message.
2021-01-27 11:59:38,299 ERROR [http-nio-8090-exec-5] [confluence.util.zip.FileUnzipper] unzipFileInArchive Entry [exportDescriptor.properties] could not be found in [/var/atlassian/application-data/confluence/restore/Confluence-space-export-115352-18.xml.zip
The "exportDescriptor.properties" file is definitely there on the root with the required content.
Does anyone have any ideas?
Hi @Sam Turner ,
this might be because of a permission issue or insufficient disk space, as described in the KB related to this error : https://confluence.atlassian.com/confkb/xml-backup-restore-failed-with-the-zip-file-did-not-contain-an-entry-exportdescriptor-properties-in-confluence-300811533.html
I would check the zip file permissions and owner first.
Let me know if this helps,
--Alexis
Hey Alexis,
Thanks for your response.
our Confluence service user is the owner of the .zip file and there is plenty of disk space available.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
did you unzip and zip again the files ? I have had some issues with this when I was modifying content in the xml and reimporting, as the structure was not exactly what was expected by Confluence
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The ownership of the temp directory had been changed to root. This was the issue. The file was there in the .zip but the confluence service user had no access to write that file to temp for reading.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good news ! Can you please mark the Answer as Accepted so that it's closed ?
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.