This repository has been archived by the owner on Oct 29, 2023. It is now read-only.
dbdeployer v1.69-beta
Pre-release
Pre-release
datacharmer
released this
16 Aug 11:08
·
55 commits
to master
since this release
NOTE
This release is based on branch arm-64-downloads. It is not in the main branch yet, and may still be modified, if needed, based on feedback from users.
CHANGES
Address issue #145
To add arm64
downloads (for Macs M1 and M2) it was necessary to make adjustments to the current downloads.
Until now, they were either MacOs or Linux. In order to preserve the current functionality without much change, several downloads
sub-commands have a new option --arch
:
get-by-version
add
(mandatory)list
tree
The listing now include the architecture together with the OS:
$ dbdeployer downloads list --version=8.0.30
Available tarballs ()
name OS-arch version flavor size minimal
--------------------------------------------- --------------- --------- -------- -------- ---------
mysql-8.0.30-macos12-arm64.tar.gz Darwin-arm64 8.0.30 mysql 176 MB
mysql-8.0.30-macos12-x86_64.tar.gz Darwin-x86_64 8.0.30 mysql 182 MB
mysql-cluster-8.0.30-macos12-arm64.tar.gz Darwin-arm64 8.0.30 ndb 268 MB
mysql-cluster-8.0.30-macos12-x86_64.tar.gz Darwin-x86_64 8.0.30 ndb 280 MB
mysql-shell-8.0.30-macos12-arm64.tar.gz Darwin-arm64 8.0.30 shell 44 MB
mysql-shell-8.0.30-macos12-x86-64bit.tar.gz Darwin-x86_64 8.0.30 shell 46 MB