-
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
upload / download --resume --tables=t1,t2
after upload / download --resume --tables=t1
don't processed t2
#840
Comments
I understand what happens. the metadata of files that are stored in |
Corry, i don't understand what is the issue? Recently, i saw someone try to |
any news from your side? |
Assume i run this command We know that |
Are you sure you are use |
oh sorry you are right, this is simple code I run:
|
when you add one more table to this, the restore command doesn't work well. it raise error that the table doesn't exist in backup file. |
first execution of second execution when you change you could just remove will try to fix it |
upload / download --resume --tables=t1,t2
after upload / download --resume --tables=t1
don't processed t2
thanks. if it needs just a simple fix, I can do it? |
not sure it will a simple fix from our side |
why do we need to add |
your "$BASE" backup just not changed after previous download I don't see your whole workflow, and don't know your goals, you shared it partially I don't know, why do you need --resume, but without --resume your download for backup which already exists will fail.
|
this is my whole code but it is simple. I have another clickhouse in another server and i backup it to s3. and then i restore it to the clickhouse every 2 hour. the clickhouse in another server backup all tables but my clickhouse need just some of them and may (business reason) need different tables. |
in this case you can try to use
first execution will download $BASE/metadata folder |
ok but when i change tables_with_comma this is correct or not? |
=( if $BASE is not changed from previous run, then it will fail, i try to fix it, wait when 2.5.0 will released |
can i somehow run it until you fix it? may be by deleting |
@amirshabanics wait when 2.5.0 will released, after it your use case will work |
Hi asume we have backup files
a, b, c
and we have tablesz, x, y
. now in step 1 i restore clickhouse with all three files for table z. then i want to do it for x and y too. this error throw:The text was updated successfully, but these errors were encountered: