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
- Sometimes, MySQL Router pods might fail to start. In such cases, restart the services using the following commands:
- Stop the Splunk AppDynamics services.
appdcli stop appd
Wait for the pods to terminate.
- Stop the operators:
appdcli stop opeartors
- Start the Splunk AppDynamics services:
appdcli start appd <profile>
- Stop the Splunk AppDynamics services.