Skip to content

Refactor Postgresql::ReplicationSlot to support multiple databases

Yorick Peterse requested to merge replication-slot-multiple-databases into master

What does this MR do?

This refactors Postgresql::ReplicationSlot so it can be used with multiple primary databases, as part of our effort to split data (e.g. CI tables) across different databases.

The work is broken up in a few commits, each taking a distinct/isolated step towards multiple database support. For more information on those specific steps, refer to the commits and their messages.

Does this MR meet the acceptance criteria?

Conformity

Edited by Yorick Peterse

Merge request reports