-
Hello everyone,
I'm facing issues with restoring backups using Altinity/clickhouse-backup. The first issue involves a full backup from May/24. This backup contains both the shadow and metadata dire…
-
I am using the following custom upload script
#!/usr/bin/env bash
echo "Moving clickhouse backup to remote"
BACKUP_NAME=$1
echo "Backup name: $BACKUP_NAME"
cp -r /var/lib/…
-
**`clickhouse-backup`** has built in support for azure managed identities (`AZBLOB_USE_MANAGED_IDENTITY` option).
Unfortunately it seems limited to single use case - system assigned identity on azu…
-
ClickHouse supports built-in commands [BACKUP and RESTORE](https://clickhouse.com/docs/en/operations/backup) to make backups and to restore from them. There is also an external utility [clickhouse-bac…
-
I've often wanted to collect the latest ClickHouse data from Dogfood. I've been doing that by manually taking a ZFS snapshot; creating a tarball; and copying it out to my own files. However, ClickHous…
-
Hello,
I'm trying to start the API server using the '--watch' flag, but everytime I try to use the flag --configs, I receive this error.
Is it possible to backup the config files + RBAC + data fi…
-
We have a table with a tuple partitioning like this:
`PARTITION BY (toStartOfInterval(timeStamp, toIntervalHour(1)), timePeriod)`
Partition will look like this: `1727434800-4` and file name gene…
-
Running clickhouse-backup is only producing incremental backups of 0B in size
```
chi-clickhouse-replicated-0-0-0:/# clickhouse-backup list
2024/03/14 18:19:50.606100 info clickhouse connection …
tman5 updated
3 weeks ago
-
I would be grateful if you could create a functionality for collecting clickhouse backups.
-
We don't currently have a plan to wrap the CH backup / restore functionality since there are a lot of possible configurations for it, but we should point users to the docs and the tutor docs about bac…