Skip to main content

Hi Team,

I am trying to import a backup from a CEPH bucket but I am getting the below error. 

cause:
cause:
message: ""POST /artifacts:getOrAdd]]409] getOrAddArtifactConflict &{Message:}"
fields:
- name: artifactID
value: 98b03f70-9948-11ec-bd13-0a580a800571
function: kasten.io/k10/kio/exec/phases/phase.(*migrateReceivePhase).importArtifact
linenumber: 783
message: failed to import Manifest artifact
message: Job failed to be executed
fields: ]
Kasten version

4.5.3

Kubernetes Version v1.21.6+c180a7c
Kubernetes Release Type OpenShift

 

Can you please help in solving the error?

Regards

@Arun Prasad It seems that you are trying to import the backups into the same cluster that you have exported from.

Is that the case ? This will not work in K10,

Import is actually designed to import the restorePoints into a new cluster and restore into them.

It can be directly restored from the the exported restorePoint in the same cluster. You don’t need to import it.


@jaiganeshjk . Thank you. Yes indeed you are correct. I will try to restore it from exported RP.


Comment