You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement support for cascading replication. This would involve:
(a) tracking which server each replica cascades from;
(b) polling that server's pg_stat_replication instead of the master's
(c) auto-remaster when the intermediate master-replica goes down
The text was updated successfully, but these errors were encountered:
Implement support for cascading replication. This would involve:
(a) tracking which server each replica cascades from;
(b) polling that server's pg_stat_replication instead of the master's
(c) auto-remaster when the intermediate master-replica goes down
The text was updated successfully, but these errors were encountered: