Restoring SystemLink Enterprise
- Updated2025-11-26
- 1 minute(s) read
Restore data stores to a previous point in time or recover a lost cluster.
- Create a new cluster.
- Install any drivers or controllers you had installed on the lost cluster.
-
Open the Command Prompt and run the following commands to scale down
Deployments and StatefulSets.
kubectl scale --replicas=0 $(kubectl get deployment -o name -n NAMESPACE)
kubectl scale --replicas=0 $(kubectl get statefulset -o name -n NAMESPACE)
Where
- NAMESPACE is the namespace created for the application.
- If necessary, reinstall Velero and ensure the backup configuration points to the backup storage location you used previously.
- Restore PostgreSQL, MongoDB and S3-compatible data stores. NI recommends restoring all data stores to a similar point in time.
-
Use Velero to restore the Kubernetes objects. Refer to Restore
Reference for more information.
Note Restoring the Kubernetes objects also restores the following to the status at the time of the backup:
- application configuration settings
- the scale of your Deployments and StatefulSets
Run the helm upgrade command with the updated values to reapply changes made since the time of the backup.