-
Notifications
You must be signed in to change notification settings - Fork 60
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
backupdb: Allows to specify the db schema to backup. #44
Conversation
e512c53
to
7659387
Compare
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
- Coverage 92.91% 91.69% -1.23%
==========================================
Files 13 13
Lines 706 710 +4
Branches 115 116 +1
==========================================
- Hits 656 651 -5
- Misses 36 41 +5
- Partials 14 18 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #44 +/- ##
==========================================
+ Coverage 92.91% 92.95% +0.03%
==========================================
Files 13 13
Lines 706 710 +4
Branches 115 116 +1
==========================================
+ Hits 656 660 +4
Misses 36 36
Partials 14 14
Continue to review full report at Codecov.
|
Putting this in WIP for now since I'm not sure what we are fixing exactly |
@sbidoul OK. Indeed, even if I had errors without these changes previously on ma machine, I'm no more have troubles without these.... Maybe a problem into pg_dump. |
closing since this bug seems to no more occurs |
fixes #37