Closed regevran closed 2 weeks ago
Thanks for reporting!
The schema
path is indeed incorrect, it should be /schema/cluster/<cluster ID>/task_<task ID>_tag_<snapshot tag>_schema_with_internals.json.gz
. I can also change paths to start from root.
I can also change paths to start from root. I think this is the best approach when possible. If it is not hard-coded from root, and there is a prefix, then this prefix should be mentioned after the root - e.g.
/{prefix}/meta/scema.....
I would like to report an issue on page https://manager.docs.scylladb.com/branch-3.3/backup/specification
Problem
meta
,schema
andsst
exact directory structure is not clear.It seems that the path for schema is incorrect (no
schema
directory):meta/cluster/<cluster ID>/task_<task ID>_tag_<snapshot tag>_schema_with_internals.json.gz
Suggest a fix
Make both the line and the drawing of the directories explicitly start from root (
/
). e.g:/meta/schema/cluster/<cluster ID>/task_<task ID>_tag_<snapshot tag>_schema_with_internals.json.gz