-
Notifications
You must be signed in to change notification settings - Fork 226
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
custom upload failing with error="can't resume for remote_storage: custom
"
#1040
Comments
setting USE_RESUMABLE_STATE=false resolved the issue |
1 similar comment
setting USE_RESUMABLE_STATE=false resolved the issue |
yes, modification of config also works
|
@Slach can this be added to the documentation for custom option. Or the error output can be modified to suggest changing the parameter |
@mithunnutanix feel free to make PR |
you need just change https://github.com/Altinity/clickhouse-backup/tree/master/ReadMe.md |
Slach
added a commit
that referenced
this issue
Nov 14, 2024
Modified the ReadMe and Error message for custom remote option. Closed issue #1040
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am using the following custom upload script
And the upload script is failing with this error
cmd/clickhouse-backup/main.go:658 > error="can't resume for
remote_storage: custom
"When i checked the code, there is a verification
can you share some insights on what is b.resum param. And how can we disable it when it is custom upload
The text was updated successfully, but these errors were encountered: