Eugene Klimov
Eugene Klimov
`ObjectDisks` + CLICKHOUSE_USE_EMBEDDED_BACKUP_RESTORE: true - shall skip upload object disk content
try to change `/etc/clickhouse-backup/config.yml` ``` azblob: path: "/clickhouse_backup_data/" object_disk_path: "/clickhouse_backup_object_disks_data/" ``` pseudo-random files on screenshot is a content of embedded backup which created during execute BACKUP SQL statement
`ObjectDisks` + CLICKHOUSE_USE_EMBEDDED_BACKUP_RESTORE: true - shall skip upload object disk content
> warn b.cleanRemoteEmbedded return error Please share the full upload log with environment variable `LOG_LEVEL=debug` ??
@jalavoy if you want to backup and restore RBAC related objects just add to cronjob command `--rbac` parameter after `create_remote` and `restore_remote`
`VALUES('create --rbac` `VALUES('restore --rbac`
decided to don't restore RBAC,only when --rbac excplicitly, to avoid overwrite exists users passwords or some other unexpected errors
> Now when i drop the table and run the restore process, it restores the data partially only for partial dates. could you explain step by step which is your...
Which Engine have your table `X` ?
> My point is that my restoration is not happening completely for all the days, when some other pods are trying to write the data into the same table X....
clickhouse-backup container write logs to stdout use `kubectl logs` for access log
@karthik-thiyagarajan any news from your side about logs? is issue still present?