-
Notifications
You must be signed in to change notification settings - Fork 7
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
[WIP] Enhance backup logic #105
Conversation
775c1d6
to
c1cc81f
Compare
Codecov Report
@@ Coverage Diff @@
## main #105 +/- ##
==========================================
- Coverage 25.87% 25.43% -0.44%
==========================================
Files 59 60 +1
Lines 11240 11622 +382
==========================================
+ Hits 2908 2956 +48
- Misses 8332 8666 +334
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
c1cc81f
to
e93f5d3
Compare
해당 사항 수정 완료 했습니다. |
e93f5d3
to
ea5c2e5
Compare
ea5c2e5
to
30c0158
Compare
30c0158
to
50a163a
Compare
50a163a
to
b778e50
Compare
@minshao |
- Added new module 'postgres' to support postgresql. - Enhance `backup::list`/`backup::create`/`backup::restore`/`backup::recovery` function to support postgresql. - Added `backup::purge_old_backups` for apply immediately after `num_backups_to_keep` is changed. Closes: petabi#71, petabi#76, petabi#80
b778e50
to
6aa6b1a
Compare
@kimhanbeom rebase 해주세요 |
Closed per discussion in #206. |
backup::list
/backup::create
/backup::restore
/backup::recovery
function to support postgresql.backup::purge_old_backups
for apply immediately afternum_backups_to_keep
is changed.Closes: #71, #76, #80