How to backup and restore ArgoCD applications in version 3.x.x? #23610
presotto-m
started this conversation in
General
Replies: 0 comments
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.
-
Hi everyone,
I'm opening this issue to ask for guidance on how to back up and restore my ArgoCD applications in version 3.x.x.
Previously, in version 2.x.x, I used to simply run:
kubectl get crd applications.argoproj.io -o yaml > crd-backup.yaml
Then I would apply the crd-backup.yaml in the new environment, and it worked fine. However, this no longer works in version 3.x.x.
Does anyone know the current recommended way to back up and restore ArgoCD applications?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions