You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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
…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
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".
The text was updated successfully, but these errors were encountered: