reactive-tech / kubegres

Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
https://www.kubegres.io
Apache License 2.0
1.32k stars 74 forks source link

Utility to transfer data from old VM-based postgres DB to newly setup Kubegres HA setup #99

Open NiniiGit opened 2 years ago

NiniiGit commented 2 years ago

Hello @alex-arica ,

Was wondering if there is any utility available within Kubegres that can possibly help me to migrate data from the old VM-based Postgres instance to the newly setup Kubegres setup in production without any possible downtime?

In my case, both of these components (VM-based Postgres and newly setup Kubegres in AKS) are running on Azure cloud provider.

Regards, Ninad