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.