vertica / vertica-kubernetes

Operator, container and Helm chart to deploy Vertica in Kubernetes
Apache License 2.0
44 stars 25 forks source link

Create restore point before replication #886

Closed roypaulin closed 2 months ago

roypaulin commented 2 months ago

Before starting replication, we back up the db. This will allow users to recover in case online upgrade fails.

Moreover an e2e test was added to make sure we con recover from a wrong image.

roypaulin commented 2 months ago

We need to treat the same version as a wrong image version. Probably need to change the version check accordingly.

I will address this on a separate PR. The change is not that simple as we now have to take the hotfix into consideration, which means update some structs, the version parsing logic and tests.