Armando Ruocco
Armando Ruocco
Closes #10 Signed-off-by: Armando Ruocco
This patch ensures that the sslmode connection behavior during the import is the same as libpq. This should avoid getting errors when trying to fetch data from a database without...
This patch makes it more explicit in our codebase that the managed resource pods are just the instances. Based on this assumption we also improve the query of getManagedInstances to...
While developing #10 and talking with @leonardoce, we came to the conclusion that it would be better to rename this function in getManagedInstances. Right now this function returns only the...
In Kubernetes 1.25+ `PodDisruptionBudget` beta1 is getting dropped and this is relevant because we currently use it in our codebase. To solve this issue we can choose between: - Create...
The user need to be able to inject custom synchronous standby names for custom replication needs Issue originally opened by @leonardoce
In version 1.15 of the operator, we use conditions that are not compatible with the metav1.Conditions structs. Given that we started to use metav1.Conditions struct in 1.16 we should be...
golangci-lint version `1.56.1` has improved the `revive` checks. Running the linter now results in many `unused-parameter: parameter '' seems to be unused, consider removing or renaming it as _ (revive)`,...
This patch adds the ShutdownCheckpointToken for the fencing operation. It does not cover the hibernation case, this will be done in a different patch Closes #3790
Closes #3942