mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Using '--exclude=dirname/*' to explicitly specify directories whose contents should not be copied. This will result in empty directories being created on the destination if they exist on the source, but that's not a problem as they are needed anyway. Previously the generated rsync command contained '--exclude=pg_log*', which will break replication on 9.5 as the wildcard expansion prevents the 'pg_logical' directory from being copied.
72 KiB
72 KiB