Hi, Migrating one server to another is not only just copying entire home directory to the new one.. There will be lots configuration sections (hardcoded) on ur exiting instance, so u must configure this things according to ur new instance(config.xml file) and jobconfig before running ur new instance. Recently I had migrated around 1000 jobs from one server to another. (redhat machine, that doesn't have Internet)
Regards Pranav KV On Thu, 22 Nov 2018, 1:11 am Cornelius Ele <[email protected] wrote: > Hello all, > > I am trying to migrate a Jenkins instance from a windows machine > installation to a new .war file installation. > I copy pasted all the files from C:\Program Files (x86)\Jenkins to the new > systems C:\Users\corn\.jenkins directory. > The SSH remote hosts section in localhost:8080/configure all fails its > connection checks, how do I fix this? > > Also, I supposedly need to change ownership for new Jenkins file: chown > -R jenkins:jenkins $JENKINS_HOME ( > https://stackoverflow.com/questions/8724939/how-to-move-jenkins-from-one-pc-to-another?rq=1 > ) > But where and how do I make the ownership changes? > > Thanks in advance. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/ec72ed90-7696-4556-85b0-10a50c7d7d5f%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/ec72ed90-7696-4556-85b0-10a50c7d7d5f%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAHwQEkJv%3DaERs%2BJmvYYW-eF52RL4A8TmqH6vb_53UiyenU6C8g%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
