Skip to main content
Solved

Import policy fails


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

Best answer by jaiganeshjk

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

View original
Did this topic help you find an answer to your question?

2 comments

jaiganeshjk
Forum|alt.badge.img+2
  • Experienced User
  • 275 comments
  • Answer
  • March 1, 2022

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


  • Author
  • New Here
  • 3 comments
  • March 1, 2022

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


Comment