Re: [go-cd] Is it possible for multiple GoCD servers to use the same database?

2024-03-07 Thread Chad Wilson
Unfortunately moving to an active-active state would be a huge architectural change for GoCD, and unfortunately not consistent with its original design - let alone its current maintainer/community state (alive, but not thriving). Previously,

Re: [go-cd] Is it possible for multiple GoCD servers to use the same database?

2024-03-07 Thread Lance Nehring
Thank you. The steps you are describing is almost exactly what I do today. However, I think GoCD could see more widespread use, if it were possible to run multiple servers simultaneously. If I had time, I'd try to help with such a feature. Even with this limitation, I'd never go back to

Re: [go-cd] Is it possible for multiple GoCD servers to use the same database?

2024-03-07 Thread Sriram Narayanan
On Thu, Mar 7, 2024 at 10:21 PM Lance Nehring wrote: > I'm wanting to deploy a GoCD server into 2 different K8S clusters and have > them share a database. My goal is to be able performance maintenance on > one K8S cluster without impacting the developers. > > *SO* the question is: can

Re: [go-cd] Is it possible for multiple GoCD servers to use the same database?

2024-03-07 Thread Chad Wilson
Unfortunately not if they are both running at the same time; no. GoCD does not support active-active configurations like that. If they otherwise share DB and storage and have the same identity, but one deployment is scaled to 0 and the other scaled to 1 replica, that is theoretically possible -

[go-cd] Is it possible for multiple GoCD servers to use the same database?

2024-03-07 Thread Lance Nehring
I'm wanting to deploy a GoCD server into 2 different K8S clusters and have them share a database. My goal is to be able performance maintenance on one K8S cluster without impacting the developers. *SO* the question is: can multiple GoCD servers share a database without interfering with