-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backup and restore PVC #676
Conversation
diptadas
commented
Feb 18, 2019
•
edited by hossainemruz
Loading
edited by hossainemruz
- Merge Resolve tasks for backup/restore sessions #674
- What should be host-name?
- Set backup/restore session status
1826403
to
f598aab
Compare
c11a377
to
e451c71
Compare
0068595
to
f0f110a
Compare
540651f
to
96e0415
Compare
Codecov Report
@@ Coverage Diff @@
## master #676 +/- ##
=======================================
Coverage 12.84% 12.84%
=======================================
Files 3 3
Lines 109 109
=======================================
Hits 14 14
Misses 94 94
Partials 1 1 Continue to review full report at Codecov.
|
@@ -14,7 +14,7 @@ source "$REPO_ROOT/hack/libbuild/common/public_image.sh" | |||
|
|||
APPSCODE_ENV=${APPSCODE_ENV:-dev} | |||
IMG=stash | |||
RESTIC_VER=${RESTIC_VER:-0.8.3} | |||
RESTIC_VER=${RESTIC_VER:-0.9.4} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This can't be done. This breaks existing users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This has been handled in another PR