fix: add note for restoration

This commit is contained in:
kurokobo 2021-09-05 08:46:39 -04:00
parent d189ddb379
commit 435a171af1

View file

@ -267,6 +267,10 @@ kubectl get secret awx-secret-tls -n awx -o yaml > awx-secret-tls.yaml
### Restoring using AWX Operator ### Restoring using AWX Operator
To perfom restoration, you need to have AWX Operator running on Kubernetes. If you are planning to restore to a new environment, first prepare Kubernetes and AWX Operator by referring to the instructions on this page.
It is strongly recommended that the version of AWX Operator is the same as the version when the backup was taken. This is because the structure of the backup files differs between versions and may not be compatible. If you have upgraded AWX Operator after taking the backup, it is recommended to downgrade it for the restore.
#### Prepare for Restore #### Prepare for Restore
If your PV, PVC, and Secret still exist, no preparation is required. If your PV, PVC, and Secret still exist, no preparation is required.