Details
-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Source Jenkins: 1.552
Destination Jenkins: 1.580
Description
Hello Team,
I'm facing an issue while restoring the backup taken using thinbackup.
Restoration is done to a remote server after transferring the backup to the destination server
The jenkins version on my source jenkins server is (I'm taking the backup of this server) "1.552".
The jenkins version on my destination jenkins server is (I'm restoring the backup to this server) "1.580"
After restoring the backup from frontend, it's giving an error as follows:
------
java.io.IOException: Unable to read /var/lib/jenkins/config.xml
at hudson.WebAppMain$3.run(WebAppMain.java:234)
Caused by: org.jvnet.hudson.reactor.ReactorException: java.io.IOException: Unable to read /var/lib/jenkins/config.xml
------
I've checked the permission of the file /var/lib/jenkins/config.xml and found that jenkins user is actually having the permission to read the file.
Any idea regarding the reason for this?
Is the jenkins version mismatch between source and destination server could be a reason?
Regards
Unni