-
Notifications
You must be signed in to change notification settings - Fork 262
/backup/status?operationid=<operation_id> not returning status #1272
Copy link
Copy link
Closed
Milestone
Description
I have just started using clickhouse-backup v2.6.39 together with clickhouse v24.3.12.76.
I am currently creating a K8s Job that performs a full backup using the /backup/create_remote API which is successful on its own.
However, using the example code from Examples, I am unable to retrieve the status of the operation using the operation_id.
Response of the /backup/create_remote operation:
{
"status": "acknowledged",
"operation": "create_remote",
"backup_name": "full-2025-10-15-23-54-52",
"operation_id": "695c5cb1-a9b8-11f0-a8ce-6ab08a5d5bd9"
}/backup/status without specifying the operation_id returns:
{
"command": "create_remote --rbac --delete-source full-2025-10-15-23-54-52",
"status": "in progress",
"start": "2025-10-15 23:54:53"
}/backup/status?operationid=695c5cb1-a9b8-11f0-a8ce-6ab08a5d5bd9 does not return anything.
Is anyone facing similar issues or are there some conditions I have not met which is resulting in this behavior?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels