Commit 8af029e
Daniel Isen
[Platform] Install s3cmd on YW yugabyte#5593
Summary: Encrypted backup/restore flow requires s3cmd to be available on YW machine for S3 backups. Still need a solution for azcopy and gsutil as they can't be installed by pip.
Test Plan:
Delete local s3cmd (i.e. run brew uninstall s3cmd) -> run install_python_requirements -> try to backup encrypted at rest universe. Also tested this on a k8s YW leftover from itest run by running
```
pip install s3cmd
```
and rerunning backup on encrypted at rest universe and making sure it works.
Reviewers: sanketh, arnav, wesley, bogdan
Reviewed By: bogdan
Differential Revision: https://phabricator.dev.yugabyte.com/D93151 parent c00828c commit 8af029e
File tree
3 files changed
+4
-1
lines changed- managed/devops
- bin
3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
397 | 397 | | |
398 | 398 | | |
399 | 399 | | |
400 | | - | |
| 400 | + | |
| 401 | + | |
401 | 402 | | |
402 | 403 | | |
403 | 404 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| 78 | + | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
| |||
0 commit comments