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

[docs] Add documentation about only_tables and skip options #271

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

gido
Copy link

@gido gido commented Apr 18, 2023

I were looking for more documentation about some options to choose which table I can include or exclude from the dump.

Related to #225

It's the first time I use Replibyte and I'm not familiar with Rust. This is what I found in the issue queue and by looking at the code.


:::warning

Currently only PostgreSQL and MySQL sources support this feature.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe I'm wrong on this

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, do you know if this is working only when Replibyte is in charge of the dump?

Is the skip and only_tables working when I run something like:

cat your_dump.sql | replibyte -c conf.yaml dump create -i -s postgresql

?


:::warning

This will exclude the table schema AND the table data.
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #225

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

Successfully merging this pull request may close these issues.

None yet

1 participant