Hi,
I'm currently moving a bamboo instance from a server to another one.
There are many environment modifications so before the reimport, I wanted to extract the zip I retrieved from the old server, unzip it, change values in the xml files, rezip the directory and load the new zip in my new bamboo.
When I do this, I get this error while importing :
The import file could not be validated. The error is: Can't find import file for importer com.atlassian.bamboo.migration.stream.UserMapper
After some research, I think the problem is with the zip format of the file. So I tried to unzip the export, and just rezip it without any modifications with the command :
zip -r ../BambooImportFile.zip *
I have the same error that above, so I think the problem is with the zip command.
I also tried with
jar -cMf ../BambooImportFile.zip *
but I have the same issue.
I compared the content of both zip and they are stricly identical. However the sizes are not the same. The initial file size is 571833372 Bytes, and the final zip is 594347421 Bytes.
Does someone knows how to recreate a zip that can be handled by the bamboo importer?
Thanks
Stéphane
Well, in fact the zip command works... The jar command fails
My problem is that when I run the command interactively it works (meaning that files are zipped with a relative pathname) while when I script it, files are zipped with a full pathname, which makes the importer fail.
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.