Roy Paulin
Roy Paulin
Hello, hope this finds you well. We're using this library and are happy with its performance in general We have our own memory pool that we would like to use...
On a cluster with Pod Security Policies (PSP) enabled, vertica pods need to be validated by at least 1 psp. This PR adds to the helm charts: - psp that...
With this: - The operator waits until all replica subcluter are sandboxed - Makes sure there is an initiator in both main cluster and sandbox before replication - Waits for...
This adds a new reconciler that will be used to shutdown a subcluster. It will call the stopSubcluster vclusterops API .
This is the first step to make online upgrade resilient. We start with 2 critical steps: - Replication: if replication fails, we are going to retry. We are going to...
This fetches a restore point info through the show_restore_points api, and saves it to the status so that the user can easily find it.
his PR refactors the restore point management functionality by consolidating it into the VerticaRestorePointsQuery CRD, removing it from the VerticaDB controller, and adding comprehensive support for archive operations. Key Changes...