Skip to content

Commit

Permalink
Add mysqlsh (#21)
Browse files Browse the repository at this point in the history
Add mysqlsh
  • Loading branch information
spacentropy authored Oct 25, 2022
1 parent bcd708b commit 0a2b0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ RUN dnf install -y innotop \
&& dnf install -y percona-toolkit Percona-Server-client-57 percona-xtrabackup-24 \
&& dnf clean all

## mysqlsh
RUN dnf install -y https://dev.mysql.com/get/mysql80-community-release-el8-4.noarch.rpm \
&& dnf install -y mysql-shell \
&& dnf clean all

## azure mysqlpump binary (5.6 issue)
COPY bin/az-mysqlpump /usr/local/bin/

Expand Down
1 change: 1 addition & 0 deletions scripts/version-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ bash -c 'yc --version'
mysql --version
mysqldump --version
mysqlpump --version
mysqlsh --version
mydumper --version
(xtrabackup --version 2>&1 | grep version)
ghost-tool --version
Expand Down

0 comments on commit 0a2b0e2

Please sign in to comment.