Re: Jenkins Backup and Restore

2018-11-28 Thread Artur Szostak
of any of the backup plugins applying a proper quiesce strategy. From: jenkinsci-users@googlegroups.com on behalf of Jeff Pearce Sent: 27 November 2018 18:24 To: jenkinsci-users@googlegroups.com Subject: Re: Jenkins Backup and Restore What issues

Re: Jenkins Backup and Restore

2018-11-28 Thread Artur Szostak
@googlegroups.com on behalf of gotviser...@gmail.com Sent: 26 November 2018 22:42 To: Jenkins Users Subject: Re: Jenkins Backup and Restore Our cloud is Azure. Do you have any suggestions for this? On Monday, November 26, 2018 at 4:13:06 PM UTC-5, Artur Szostak wrote: Just my opinion: but I

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
I'm relatively new to all these and I'm just now realizing there are this many ways to use Jenkins (sorry for being dumb). YES!!! like you said, we want to use a backup mechanism as we don't have any of these in place. Where can I find documentation or study materials for the stuff you

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
> *From: *> on behalf of " > gotvi...@gmail.com " > > *Reply-To: *"jenkins...@googlegroups.com " < > jenkins...@googlegroups.com > > *Date: *Tuesday, November 27, 2018 at 6:49 AM > *To: *Jenkins Users > > *Subject: *Re: Jenkins Backup and Rest

Re: Jenkins Backup and Restore

2018-11-27 Thread Mark Waite
He's saying that if you don't need to backup and restore your job definitions (possibly they are all multibranch Pipeline jobs that are easy to recreate, or they are all defined with the Job DSL plugin so they will be automatically recreated or they are defined in a Docker image) and don't need to

Re: Jenkins Backup and Restore

2018-11-27 Thread Jeff Pearce
What issues are you seeing that prevent them from being good for production scale? From: on behalf of "gotviser...@gmail.com" Reply-To: "jenkinsci-users@googlegroups.com" Date: Tuesday, November 27, 2018 at 6:49 AM To: Jenkins Users Subject: Re: Jenkins Backup and Restor

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
I'm not sure what you are trying to say? On Monday, November 26, 2018 at 8:03:34 PM UTC-5, rajendraprasad reddy wrote: > > Hi , > I have another solution, just document the list of plugins in old Jenkins > server and instead of backup and restore plugins just reinstall plugins on > new Jenkins

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
a >>> > simple job that triggers the copy-on-write snapshot when no other job >>> > is running. Then use your normal production backup solutions to >>> > backup the snapshot in the background. >>> > >>> > Cheers >>> > &g

Re: Jenkins Backup and Restore

2018-11-27 Thread gotviseryon
ound. >> > >> > Cheers >> > >> > Artur >> > >> > >> > From: jenkins...@googlegroups.com < >> > jenkins...@googlegroups.com> on behalf of gotvi...@gmail.com >> > >&

Re: Jenkins Backup and Restore

2018-11-26 Thread RAJENDRA PRASAD
Hi , I have another solution, just document the list of plugins in old Jenkins server and instead of backup and restore plugins just reinstall plugins on new Jenkins server. Thanks, Rajendra On Fri, 2 Nov, 2018, 02:06 We have a Jenkins instance running and we are trying to setup a backup and >

Re: Jenkins Backup and Restore

2018-11-26 Thread jxpearce
>> > ____________ >> > From: jenkins...@googlegroups.com < >> > jenkins...@googlegroups.com> on behalf of gotvi...@gmail.com >> > >> > Sent: 01 November 2018 21:36 >> > To: Jenkins Users >>

Re: Jenkins Backup and Restore

2018-11-26 Thread jxpearce
lutions to > > backup the snapshot in the background. > > > > Cheers > > > > Artur > > > > > > From: jenkins...@googlegroups.com < > > jenkins...@googlegroups.com > on behalf of > gotvi...@gmail.com > > > > > Sent: 01 Nove

Re: Jenkins Backup and Restore

2018-11-26 Thread gotviseryon
...@googlegroups.com > on behalf of gotvi...@gmail.com > > > Sent: 01 November 2018 21:36 > To: Jenkins Users > Subject: Jenkins Backup and Restore > > We have a Jenkins instance running and we are trying to setup a backup and > restore mechanism in case of any

Re: Jenkins Backup and Restore

2018-11-26 Thread gotviseryon
; > > From: jenkins...@googlegroups.com < > > jenkins...@googlegroups.com > on behalf of > gotvi...@gmail.com > > > > > Sent: 01 November 2018 21:36 > > To: Jenkins Users > > Subject: Jenkins Backup and R

Re: Jenkins Backup and Restore

2018-11-26 Thread John Mellor
__ > From: jenkinsci-users@googlegroups.com < > jenkinsci-users@googlegroups.com> on behalf of gotviser...@gmail.com > > Sent: 01 November 2018 21:36 > To: Jenkins Users > Subject: Jenkins Backup and Restore > > We have a Jenkins instance

Re: Jenkins Backup and Restore

2018-11-26 Thread Artur Szostak
From: jenkinsci-users@googlegroups.com on behalf of gotviser...@gmail.com Sent: 01 November 2018 21:36 To: Jenkins Users Subject: Jenkins Backup and Restore We have a Jenkins instance running and we are trying to setup a backup and restore mechanism in case

Best solution for Jenkins backup and restore

2018-11-19 Thread gotviseryon
Hello All, I have been surfing around for this stuff for quite sometime and till now couldn't find a plugin that does this job seamlessly. I tried these options - SCM Sync Configuration plugin , ThinBackup plugin

Re: Jenkins Backup and Restore

2018-11-01 Thread Rob Pickerill
Hi Have you taken a look through: https://wiki.jenkins.io/display/JENKINS/I%27m+getting+too+many+open+files+error and https://www.cyberciti.biz/faq/linux-increase-the-maximum-number-of-open-files/ - these give guidance on handling and increasing the open file limit so you can restore your backup.

Jenkins Backup and Restore

2018-11-01 Thread gotviseryon
We have a Jenkins instance running and we are trying to setup a backup and restore mechanism in case of any mishaps. We are looking for a full backup of the Jenkins and so decided to go with PeriodicBackup plugin. With this plugin, the backup works fine. But, we are trying to restore it in a