Backup and Restore

Create a backup for the following:
  • Database
  • Kubernetes Manifest Files
  • Control Center Keystore and TrustStore files
  • Database Driver
  • All Docker images (if Init-Container is used, take backup of that also)
For restoration:
  • Create configmap with already existing database which has been backed up.
  • You can use same manifests files for deployment and needs to follow same steps of Planning and deployment as given above.