How to safely stop replication? #32
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
murat/pg2ch#32
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Is there a way to safely stop pg2ch replication?
I need to run pg2ch for few minutes each hour and then to stop it to avoid keeping connections open on PostgreSQL. Is there a way to do that rather than the kill command?
in the current version that might be possible by killing(sending TERM signal) the pg2ch process.
we're currently working on the new version of pg2ch which will allow pausing replication.
Is there an side effect for the killing? And when I re-run the pg2ch will it resume from where it reached before the killing?
When it is expected to launch the new version?