What would be the best way to replicate individual database tables from the master postgresql server to a slave computer? This can be done using cron + rsync, or with any post-Congress that can be built-in, or some OSS tool, but so far the postgres docs don't seem to cover table replication methods. I cannot perform full database replication, because in some tables the license-> IP file is connected to it, and I cannot replicate them on a slave machine. I don't need instant replication, and hourly would be acceptable.
If I just need rsync, can someone help determine which files in the / var / lib / pgsql directory will need to be synchronized or how I will know which tables they are.
postgresql rsync replication failover
Michael guthrie
source share