Skip to content

/backup/status?operationid=<operation_id> not returning status #1272

@dkmorgan

Description

@dkmorgan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions