Hi,
I tried to look for documentation on how to data from a different non percona postgresql cluster to a new percona postgresql cluster.
Does this documentation exist ? Is it possible ?
Hi,
The standard PostgreSQL documentation is what you would use.
What is it you’re trying to do?
For example:
- Dump and Restore
- Create a Replica via streaming replication
- Logical Replication
All of these activities are accomplished using standard postgres techniques and practices.
Hi Robert,
I completely agree with you, I though there is a more elegant way to do it, like regular percona restore from the other database S3 Bucket or using the original database PVC
But standard PostgreSQL backup & restore is good enough for me, and probably faster
Thank you.