forked from yugabyte/yugabyte-db
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The yb_backup.py script must support python2 and python3.
Summary: - Fixed compatibility issues between python2 / python3 in the yb_backup.py script. - Minor code optimizations in the yb_backup.py script - in create_and_upload_metadata_files(). - Added temporary folder deleting in YBBackupTest.* tests. Test Plan: ybd --cxx-test yb-backup-test_ent Reviewers: bogdan, mikhail Reviewed By: mikhail Subscribers: jenkins-bot, yql Differential Revision: https://phabricator.dev.yugabyte.com/D8911
- Loading branch information
1 parent
6f51933
commit 97975cc
Showing
4 changed files
with
69 additions
and
41 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ yugabyte_pycommon | |
compiledb | ||
psutil | ||
distro | ||
boto |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ six==1.12.0 | |
yugabyte-pycommon==1.9.3 | ||
psutil==5.5.1 | ||
distro==1.5.0 | ||
boto==2.49.0 |