Restore Data in the Virtual Appliance
- Copy the
<backup_tar>
file to one of the cluster nodes that is generated earlier. See Prerequisites. - Run the following command to restore the persistent volumes specifications:
appdcli run restore <backup_tar>
- Verify the PVC are in the
Bound
state by running the following command:kubectl get pvc -A
- Start the following services:
appdcli start appd [Profile]
- Restore self-signed CA ingress certificates.A prompt is displayed "
Do you want to restore self-signed ingress certificates?" Enter 0 for No or 1 for Yes"
.- Choose
0
if you have configured the certificates for DNS. - Choose
1
to configure the certificates.
- Choose