v1.69.0-beta
版本发布时间: 2022-08-16 19:08:15
datacharmer/dbdeployer最新发布版本:v1.73.0(2023-07-10 03:44:27)
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