mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
fix: add note for restoration
This commit is contained in:
parent
d189ddb379
commit
435a171af1
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue