Solved

Import policy fails


Userlevel 1

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

icon

Best answer by jaiganeshjk 1 March 2022, 12:15

View original

2 comments

Userlevel 6
Badge +2

@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.

Userlevel 1

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

Comment