You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User want to recover data in the same volume he backed up.
Use case: User may accidentally delete data from current volume and want to recover them from backed up volume without creating a new volume and re-deploying workload.
Idea: We can use init container to recover(just like offline backup). Workload will restart and init container will recover data in the same volume.
The text was updated successfully, but these errors were encountered:
Notice that as a workaround, this can be already achieved by using the same PersistentVolume claim name that was used in the Deployment to create the backup from, as long as no running Pod is using it:
User want to recover data in the same volume he backed up.
Use case: User may accidentally delete data from current volume and want to recover them from backed up volume without creating a new volume and re-deploying workload.
Idea: We can use init container to recover(just like offline backup). Workload will restart and init container will recover data in the same volume.
The text was updated successfully, but these errors were encountered: