Add pre-reqs to the backup and restore docs (#1186)

This commit is contained in:
Christian Adams
2023-01-11 17:18:49 -05:00
committed by GitHub
parent 21eb83b052
commit 007e47e35c
2 changed files with 14 additions and 1 deletions

View File

@@ -17,6 +17,12 @@ This role assumes you are authenticated with an Openshift or Kubernetes cluster:
- AWX is deployed to via the operator
- An AWX backup is available on a PVC in your cluster (see the backup [README.md](../backup/README.md))
*Before Restoring from a backup*, be sure to:
- delete the old existing AWX CR
- delete the persistent volume claim (PVC) for the database from the old deployment, which has a name like `postgres-13-<deployment-name>-postgres-13-0`
**Note**: Do not delete the namespace/project, as that will delete the backup and the backup's PVC as well.
Usage
----------------