Replies: 1 comment
-
|
I suggest to exclude the volume mount from backup/restore procedures, as it is ephemeral anyway (i.e. reconstructed by the repo server process) on each startup. It seems to me that velero creates some meta-data on the file system with permissions that interfere with the repo server pod's activties. This may help you going forward. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello there,
I have an little issue with argocd and velero, we are using velero (set up on kopia) to make backup and restore of the application, everything is fine during backup but when we trying to restore every pods in the namespace argocd, argocd-repo-server goes into error : CrashLoopBackOff.
When I look log from the pod, I have the following messages :
I think I understand a right problem between argocd and velero during the restore, when we reach the key initialization phase, if someone has already tried to restore argocd with velero or has a lead.
Thanks in advance !
Beta Was this translation helpful? Give feedback.
All reactions