Re: [go-cd] Unable to Manage GoCD Server Process - go-server: unrecognized service

2022-08-28 Thread Jason Smyth
Thank you for the suggestions, Sriram, Ketan. I checked both chkconfig and the init.d directory and neither recognized go-server either: $ sudo chkconfig go-server --list error reading information on service go-server: No such file or directory $ sudo sh -c 'ls /etc/init.d/go-*' ls: cannot acces

Re: [go-cd] Port data from H2 to PostgreSQL

2022-08-28 Thread Chad Wilson
Tim had already asked about upgrades in https://groups.google.com/g/go-cd/c/ugTXHPOXNoQ/m/tQ8ovKq8AQAJ and https://groups.google.com/g/go-cd/c/EuIqzYsl7mU/m/kkj8b_L3AwAJ - in May they were on 20.4.0, and I had suggested the best time to do a DB switch is probably during the 20.4.0 -> 20.5.0 upgrade

Re: [go-cd] Port data from H2 to PostgreSQL

2022-08-28 Thread Ketan Padegaonkar
What version of GoCD are you using? On Fri, 26 Aug, 2022, 22:55 Tim Stevens, wrote: > Hello, I have researched this question quite a bit, but am not finding > anything that works. I would like to take the data in our GoCD H2 database > and upload it/convert it to a PostgreSQL database. > > Any

Re: [go-cd] Unable to Manage GoCD Server Process - go-server: unrecognized service

2022-08-28 Thread Ketan Padegaonkar
Try /etc/init.d/go-{server,agent} instead. On Sun, 28 Aug, 2022, 05:52 Jason Smyth, wrote: > Hello everyone, > > We are running GoCD 19.8.0 on CentOS 6.10 (Final). > > On both the production and test server we are apparently unable to manage > the GoCD server process. The documentation >