-
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
ObjectDisks
+ CLICKHOUSE_USE_EMBEDDED_BACKUP_RESTORE: true - shall skip upload object disk content
#799
Comments
You can't use backups disk with type |
So the culprid is the storage configuration... Without |
Thank you, I applied your configuration and the upload seems to work now. But I have still one Issue and one question left regarding the upload process:
Should I open a new issue for that? |
could you share |
backups is not present in object_disk.DisksCredentials
ObjectDisks
+ CLICKHOUSE_USE_EMBEDDED_BACKUP_RESTORE: true - shall skip upload object disk content
could you share following queries results from your clickhouse server?
|
actually keys looks like content of object disk Looks like you have a wrong configuration |
I watched now the backup procedure and these files are already uploaded when the backup process is started (via API endpoint /backups/create) (no upload was initiated yet). These are the params I create the backup with:
This is the clickhouse-backup configuration I use on source and destination host:
|
try to change
pseudo-random files on screenshot is a content of embedded backup which created during execute BACKUP SQL statement |
Still no change when creating the backup on clickhouse. Additionally, when uploading the backup I now get this error:
Note the double This is the new setting:
I also noticed that the first Additionally, tried this setting, with the same result:
|
Please share the full upload log |
There is not much information added by the debug logging.. |
When using CLICKHOUSE_USE_EMBEDDED_BACKUP_RESTORE with AZBLOB I get the following log output when trying to upload the backup:
This is the clickhouse setting I use to create the backup (clickhouse operator is used):
I can only find the warning appearing when trying to delete the remote backup. Do I have to use an azblob disk type in this case?
Thanks in advance!
The text was updated successfully, but these errors were encountered: