-
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
Only partial uploads .. #163
Comments
Is it working at all? It looks to me like with gzip compression it is only uploading metadata but no real data. With none compression it seems to be uploading data. Maybe I should stick to the v0.6.4 branch but it would suck to leave behind table filtered download/upload/restore and the 'none' compression. What is the overall stability of the alpha? Thank you! |
Fixed in 1.0.0-beta2 |
This looks like the issue i am seeing, with version 1.0.0-beta2: #203 |
I have improved error handling on upload in aadce0b. Please try again with version from master. |
Fixed v1.0.0 |
Hi !
I was trying clickhouse-backup ( latest alpa release ) and I am having some issues with S3 Upload.
Here are the steps I am following to perform the backup:
backup
BACKUP_NAME=my_backup_$(date -u +%Y-%m-%dT%H-%M-%S)
clickhouse-backup create $BACKUP_NAME
clickhouse-backup upload $BACKUP_NAME
while uploading , I am able to see the progress bar.
After it completes around 2.61 % , the program stops and prints
and in S3 only 158.87 MiB is uploaded.
EDIT :
CH Server Version: 21.1.2
The text was updated successfully, but these errors were encountered: