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

Document backup/restore behavior with Scylla API #4174

Open
Michal-Leszczynski opened this issue Dec 17, 2024 · 1 comment
Open

Document backup/restore behavior with Scylla API #4174

Michal-Leszczynski opened this issue Dec 17, 2024 · 1 comment
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@Michal-Leszczynski
Copy link
Collaborator

In theory those changes should be transparent to the user.

On the other hand, using Scylla API for backup and restore changes some things.
E.g., SM backup/restore flags like --transfers --rate-limit --unpin-agent-cpu don't make any sense when using Scylla API.
On the other hand, user can control backup/restore speed by configuring scylla.yaml to their needs.

In order to avoid confusions, we should explain it in the docs, and perhaps forbid (or at least warn in the logs) from setting those flags when Scylla API is used.

cc: @karol-kokoszka @VAveryanov8 @regevran

@Michal-Leszczynski Michal-Leszczynski added the documentation Improvements or additions to documentation label Dec 17, 2024
@Michal-Leszczynski Michal-Leszczynski self-assigned this Dec 17, 2024
@regevran
Copy link

I agree.
If we use rclone then rclone flags should be available.
If we are not using it then its flag shouldn't be available either in the form of an error or a warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants