-
Hello. I am testing the rest api for our backup pipeline, and I am a bit confused. So I ask the questions I have in the following lines. This is my config:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
look use better use look https://github.com/Altinity/clickhouse-backup/blob/master/Examples.md#how-to-use-clickhouse-backup-in-kubernetes for more detail examples |
Beta Was this translation helpful? Give feedback.
look
https://github.com/Altinity/clickhouse-backup/?tab=readme-ov-file#cli-command---create_remote
and
https://github.com/Altinity/clickhouse-backup/?tab=readme-ov-file#post-backupcreate
use
--diff-from-remote=full-backup-name
for CLI anddiff_from_remote
get parameter for incremental backupbetter use
POST /backup/actions
similar with CLIor even use
INSERT INTO system.backup_actions(command) VALUES('create_remote --diff-from-remote=full-backup-name')
look https://github.com/Altinity/clickhouse-backup/blob/master/Exampl…