Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres/source: only master host is used after providing multiple hosts #129

Open
rifler opened this issue Dec 5, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@rifler
Copy link
Contributor

rifler commented Dec 5, 2024

With below config only master host is used, according to datatransfer logs and rds logs/metrics:

transfer_spec:
  type: SNAPSHOT_AND_INCREMENT
  src:
    type: pg
    params:
      Hosts:
        - master.amazonaws.com
        - replica.amazonaws.com
      Port: 5432

I would expect that:

  • replication slot would be created on master
  • snapshot (job) would be done from replica
  • replication (sts) would work from master
@laskoviymishka laskoviymishka added the enhancement New feature or request label Dec 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants