Re: [go-cd] Re: How to backup GOCD by automatically

2017-08-28 Thread Dominik Kaspar
Hi Arnav Kumar, In my opinion, your link does not answer the question. For the automatic creation of a GoCD backup (such as every midnight), clicking a button in the UI is not the solution. Also triggering a backup via the REST API (as described in

Re: [go-cd] Re: How to backup GOCD by automatically

2017-08-28 Thread Varsha Varadarajan
Hi Dominik, You could make the API request via a script and use a cron to call it periodically. The authentication required for this API in the script can be parameterized. The second option that you mentioned - using the gocd pipeline that is timer triggered. I think that you might face this

Re: [go-cd] Re: Garbage Collecition in GO

2017-08-28 Thread Ketan Padegaonkar
See this page ( https://docs.gocd.org/current/installation/install/server/windows.html#overriding-default-startup-arguments-and-environment) for details on setting up system properties. On Tue, Aug 29, 2017, 5:58 AM wrote: > I have the same issue and am not able to get