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

br: separate out system table filter with user space filter #58597

Open
Tristan1900 opened this issue Dec 28, 2024 · 0 comments
Open

br: separate out system table filter with user space filter #58597

Tristan1900 opened this issue Dec 28, 2024 · 0 comments
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@Tristan1900
Copy link
Contributor

Enhancement

Right now we are mixing the two in full backup/restore. For full restore we provide a default filter which filters out a bunch of system tables and only keep privilege related tables, however, if user provide a filter, this default filter will be overridden, and likely system tables will either not be restored at all or restored entirely, depending on how user configure the filter. This could be unexpected since user most likely only operates on user space.
By separating out user can safely operate on the user space and explicitly set system space filters so they know what they are doing.

@Tristan1900 Tristan1900 added the type/enhancement The issue or PR belongs to an enhancement. label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

No branches or pull requests

1 participant