Markus Bachmann
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
mysql-backup-s3/install.sh
|
@ -7,6 +7,7 @@ apk update |
|
|
|
|
|
|
|
|
# install mysqldump |
|
|
# install mysqldump |
|
|
apk add mysql-client |
|
|
apk add mysql-client |
|
|
|
|
|
apk add apk add mariadb-connector-c |
|
|
|
|
|
|
|
|
# install s3 tools |
|
|
# install s3 tools |
|
|
apk add python3 py3-pip |
|
|
apk add python3 py3-pip |
|
|
xxxxxxxxxx