-
restore command:
```shell
sudo clickhouse-backup restore --rm `sudo clickhouse-backup list | cut -d ' ' -f 1`
```
`sudo clickhouse-backup list | cut -d ' ' -f 1` command returns `2022-01-23T12…
-
**What happened**:
Trying new Negative Y transformation and I notice, that our nightly backup LVM snapshots are causing graph not to render, because on now-24h range there are only metrics from 5 min…
-
I receive a bug with some models but not all.
I get that error below with the [Model: junelee/wizard-vicuna-13b], when i ask about a text.
I can ask questions to the model, but when i try to interro…
-
Halo,I'm confuse the backup.
I do this:
1. create table:
```
CREATE TABLE default.backup(
`a` UInt64,
`b` String,
`dt` DateTime
)ENGINE = MergeTree()
PARTITION BY dt
ORDER BY a;
…
-
Hello.
Clickhouse-backup has options download_concurrency/upload_concurrency in the general section and `concurrency` in the s3 section.
What the difference? Should thy match?
If I set upload_concu…
-
Hello, I khow volumes can grow only, but what if I need to reclaim space of deleted files?
Is there other choice but remove/create volume?
-
I tried this command:
docker run --rm -it --network host -v "/var/lib/clickhouse:/var/lib/clickhouse" alexakulov/clickhouse-backup
-
用docker方式安装部署的,备份clickhouse数据时,只有有数据结构文件,没有数据文件,未找到 shadow文件夹
-
Hi, i have table with projections, and when i try to restore backup i get:
```
2021/12/14 18:09:22 error can't restore 'table': error during filepath.Walk for partition 'tel:10-201701_3343_3343_0_…
-
Please help us write most modern and shortest code solution for this issue:
**Backup a table** (technology: [clickhouse](https://onelinerhub.com/clickhouse))
### Fast way
Just write the code solution…