-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PLAT-16332] Implement continuous backup and restore for NFS storage
Summary: Adds support for backup and restore operations needed to use continuous backup features with NFS backup storage config. Moves default methods up to StorageUtil level which is parent class for both NFSUtil and CloudUtils. Also updates release version parsing to actually match on digits to handle both cloud cases where full path to release is parsed and NFS where only version directory path is parsed. Test Plan: Set up nfs server on different VM, mount /mnt/nfs to the NFS server. Schedule continuous backups and ensure backups appear on NFS server. Perform restore and ensure restore is successful. Reviewers: dshubin, vkumar Reviewed By: vkumar Subscribers: yugaware Differential Revision: https://phorge.dev.yugabyte.com/D41397
- Loading branch information
Showing
5 changed files
with
397 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.