-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure that replica is ahead of replication slot
There is a replication lag between a primary and replica database. We get information about what data the replication slot can provide from the primary but perform the initial data snapshot on the replica. Therefore, we must make sure that the replica has caught up to at least the LSN which we are going to begin streaming from the replication slot.
- Loading branch information
Showing
1 changed file
with
22 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters