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

Add "--keyspaces" flag to onetoonerestore #4253

Open
karol-kokoszka opened this issue Feb 13, 2025 · 0 comments
Open

Add "--keyspaces" flag to onetoonerestore #4253

karol-kokoszka opened this issue Feb 13, 2025 · 0 comments
Assignees
Milestone

Comments

@karol-kokoszka
Copy link
Collaborator

Introduce (but NOT copy) the --keyspace flag to onetoonerestore https://manager.docs.scylladb.com/stable/sctool#k-keyspace
The keyspace flag will work only on keyspace level. Ex "ks1,ks2".

@karol-kokoszka karol-kokoszka added this to the 1-1 Restore milestone Feb 13, 2025
VAveryanov8 added a commit that referenced this issue Feb 17, 2025
…l filtering only

This reduces functionality of `--keyspace` parameter to support only:
 - keyspace level filtering. Table level filtering (system.table_name) is forbidden.
 - only include filtering. Excluding(!) is forbidden.
 - wildcards (*) are forbidden. The only exception is when the only
   filter that is provided is a single character (*), meaning that all
   keyspaces should be included into restore process.

Refs: #4253
@VAveryanov8 VAveryanov8 self-assigned this Feb 18, 2025
VAveryanov8 added a commit that referenced this issue Feb 18, 2025
…l filtering only

This reduces functionality of `--keyspace` parameter to support only:
 - keyspace level filtering. Table level filtering (system.table_name) is forbidden.
 - only include filtering. Excluding(!) is forbidden.
 - wildcards (*) are forbidden. The only exception is when the only
   filter that is provided is a single character (*), meaning that all
   keyspaces should be included into restore process.

Refs: #4253
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

2 participants