Skip to content

Log Based Replication not working with SSH Tunnel #469

Open
@axel-lcdp

Description

@axel-lcdp

When using SSH Tunnel, we cannot replicate tables using logicial LogBased Replication.

The function responsible for the replication is in tap_postgres/client.py > logical_replication_connection line 520.

The connection is using the raw config to connect to the database, however, it should be using the SQLAlchemy URL because it has been modified to handle the new host and port through the SSH tunnel (in the file tap_postgres/tap.py line 427).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions