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

--replication-tables and --replication-tables-ignore are not respected when connecting to a MySQL upstream #1248

Open
ethan-readyset opened this issue May 6, 2024 · 0 comments

Comments

@ethan-readyset
Copy link
Contributor

Description

We have two flags to control which tables are snapshotted and replicated by Readyset:

  • --replication-tables, which takes a list of the tables that should be snapshotted/replicated; and
  • --replication-tables-ignore, which takes a list of the tables that should not be snapshotted/replicated

Currently, these flags only work when we are connected to a Postgres upstream. We should fix this so the flags are respected when connected to MySQL as well.

Change in user-visible behavior

Yes

Requires documentation change

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant