Release Notes for mariadb_es_repo_setup
This page is part of MariaDB's Documentation.
The parent of this page is: Latest Releases
Topics on this page:
Overview
MariaDB Corporation provides mariadb_es_repo_setup
, which is a bash
script that can be used to configure the MariaDB Enterprise Repository. For additional information, see "Configure the MariaDB Enterprise Repository".
This page contains release notes for the mariadb_es_repo_setup
script.
Check SHA-256 Checksum
This page provides the SHA-256 checksum for each release of the mariadb_es_repo_setup
script. The SHA-256 checksum can be used to verify that the script has not been altered.
After downloading the script, the sha256sum
tool can be used to verify the SHA-256 checksum:
$ echo "97e5ef25b4c4a4bd70b30da46b1eae0b57db2f755ef820a28d254e902ab5a879 mariadb_es_repo_setup" \
| sha256sum -c -
Check Version
The mariadb_es_repo_setup
script uses the release date as its version number. The version can be checked using the --version
flag:
$ ./mariadb_es_repo_setup --version
mariadb_es_repo_setup 2024-11-19
2024-11-19
The SHA-256 checksum for this release is
97e5ef25b4c4a4bd70b30da46b1eae0b57db2f755ef820a28d254e902ab5a879
, and the downloaded file can be validated:$ echo "97e5ef25b4c4a4bd70b30da46b1eae0b57db2f755ef820a28d254e902ab5a879 mariadb_es_repo_setup" \ | sha256sum -c -
Fix default version, still 10.6
2024-11-13
The SHA-256 checksum for this release is
0c181ada4e7a4cd1d7688435c478893502675b880be2b918af7d998e239eb325
, and the downloaded file can be validated:$ echo "0c181ada4e7a4cd1d7688435c478893502675b880be2b918af7d998e239eb325 mariadb_es_repo_setup" \ | sha256sum -c -
Add support for MariaDB ES 11.4 versions
2024-09-20
The SHA-256 checksum for this release is
c12da6a9baa57eab7fa685aa24bf76e6929a8c67f4cd244835520c0181007753
, and the downloaded file can be validated:$ echo "c12da6a9baa57eab7fa685aa24bf76e6929a8c67f4cd244835520c0181007753 mariadb_es_repo_setup" \ | sha256sum -c -
Disable enterprise-tools repository setup
2024-09-09
The SHA-256 checksum for this release is
733f247c626d965304b678b62a4b86eb4bb8bf956f98a241b6578dedc6ca4020
, and the downloaded file can be validated:$ echo "733f247c626d965304b678b62a4b86eb4bb8bf956f98a241b6578dedc6ca4020 mariadb_es_repo_setup" \ | sha256sum -c -
Add support for Ubuntu 24.04 Noble
Remove RHEL/CentOS 7, Debian 10 'buster'
Add --skip-eol-check and --skip-os-eol-check options for testing old EOL versions of MariaDB Enterprise
2024-06-12
The SHA-256 checksum for this release is
b96fcd684a84bbe1080b6276f424537fc9d9c11ebe243ad8b9a45dd459f6ee4f
, and the downloaded file can be validated:$ echo "b96fcd684a84bbe1080b6276f424537fc9d9c11ebe243ad8b9a45dd459f6ee4f mariadb_es_repo_setup" \ | sha256sum -c -
Add support for RHEL 9 ppc64le
2023-07-27
The SHA-256 checksum for this release is
f8eb9c1b59ccfd979d27e39798d2f2a98447dd29e2149ce92bf606aab4493ad9
, and the downloaded file can be validated:$ echo "f8eb9c1b59ccfd979d27e39798d2f2a98447dd29e2149ce92bf606aab4493ad9 mariadb_es_repo_setup" \ | sha256sum -c -
Support added for MariaDB Enterprise Server 23.x versions.
Debian 12 ("Bookworm") OS added.
2023-03-13
The SHA-256 checksum for this release is
8dfef0ec98eb03a4455df07b33107a6d4601425c9df0ab5749b8f10bf3abdcbb
, and the downloaded file can be validated:$ echo "8dfef0ec98eb03a4455df07b33107a6d4601425c9df0ab5749b8f10bf3abdcbb mariadb_es_repo_setup" \ | sha256sum -c -
When displaying an error for missing or wrong versions, include explanatory copy:
Not all releases of MariaDB are available on all distributions.
2022-10-26 (second)
The SHA-256 checksum for this release is
3f4a9d1c507a846a598e95d6223871aade69a9955276455324e7cc5f54a87021
, and the downloaded file can be validated:$ echo "3f4a9d1c507a846a598e95d6223871aade69a9955276455324e7cc5f54a87021 mariadb_es_repo_setup" \ | sha256sum -c -
Bug fix for aarch64 repositories.
2022-10-26 (first)
The SHA-256 checksum for this release is
fd5a2d8fd0984843a0da71e693c9daa987a7757a6f3fe63ed7c543f608b5f5f1
, and the downloaded file can be validated:$ echo "fd5a2d8fd0984843a0da71e693c9daa987a7757a6f3fe63ed7c543f608b5f5f1 mariadb_es_repo_setup" \ | sha256sum -c -
MariaDB Enterprise Tools repository added.
2022-09-12
The SHA-256 checksum for this release is
713a8f78ea7bab3eccfb46dc14e61cd54c5cf5a08acb5c320ef5370d375e48bd
, and the downloaded file can be validated:$ echo "713a8f78ea7bab3eccfb46dc14e61cd54c5cf5a08acb5c320ef5370d375e48bd mariadb_es_repo_setup" \ | sha256sum -c -
Red Hat Enterprise Linux (RHEL) 9 OS added.
Rocky Linux 9 OS added.
Debian 9 "Stretch" OS removed.
Informational messages have been updated.
2022-06-14
The SHA-256 checksum for this release is
cfcd35671125d657a212d92b93be7b1f4ad2fda58dfa8b5ab4b601bf3afa4eae
, and the downloaded file can be validated:$ echo "cfcd35671125d657a212d92b93be7b1f4ad2fda58dfa8b5ab4b601bf3afa4eae mariadb_es_repo_setup" \ | sha256sum -c -
The
--skip-verify
flag has been added, which can be used to skip version verification.Current MariaDB Enterprise Server and MariaDB MaxScale versions are retrieved by lookup.
Token format is checked locally before online verification.
Rocky Linux 8 OS added to usage and help output. This OS was previously supported but did not appear in output.
CentOS Linux 8 OS removed from usage and help output.
Ubuntu 22.04 LTS "jammy" added.
Fix issues with SLES 15 aarch64 repository setup.
Fix issues with RHEL 7 aarch64 repository setup.
2022-03-11
The SHA-256 checksum for this release is
53efddb84ea12efa7d521499a7474065bd4a60c721492d0e72b4336192f4033f
, and the downloaded file can be validated:$ echo "53efddb84ea12efa7d521499a7474065bd4a60c721492d0e72b4336192f4033f mariadb_es_repo_setup" \ | sha256sum -c -
Documentation URLs in the script's help text have been updated.
The
--arch
flag has been added, which can be used to select thex86_64
oraarch64
architecture.When the
--mariadb-server-version
flag is used to specify a server version, validation is now performed on the version. An error is displayed if an invalid version is specified. The list of valid server versions can be found here.
2021-12-13
The SHA-256 checksum for this release is
5feb2aac767c512cc9e2af674d1aef42df0b775ba2968fffa8700eb42702bd44
, and the downloaded file can be validated:$ echo "5feb2aac767c512cc9e2af674d1aef42df0b775ba2968fffa8700eb42702bd44 mariadb_es_repo_setup" \ | sha256sum -c -
2021-10-13
The SHA-256 checksum for this release is
4f266ff758fe15eeb9b8b448a003eb53e93f3064baf1acb789dd39de4f534b1d
, and the downloaded file can be validated:$ echo "4f266ff758fe15eeb9b8b448a003eb53e93f3064baf1acb789dd39de4f534b1d mariadb_es_repo_setup" \ | sha256sum -c -
2021-09-14
The SHA-256 checksum for this release is
b741361ea3a0a9fcaa30888a63ff3a8a4021882f126cf4ef26cf616493a29315
, and the downloaded file can be validated:$ echo "b741361ea3a0a9fcaa30888a63ff3a8a4021882f126cf4ef26cf616493a29315 mariadb_es_repo_setup" \ | sha256sum -c -
2021-08-26
The SHA-256 checksum for this release is
a49347a4e36f99c5b248403ed9fb9b33a2f07f5e24605a694b1b1e24d7199f28
, and the downloaded file can be validated:$ echo "a49347a4e36f99c5b248403ed9fb9b33a2f07f5e24605a694b1b1e24d7199f28 mariadb_es_repo_setup" \ | sha256sum -c -
2021-06-29
The SHA-256 checksum for this release is
99e768b24ae430b37dec7cb69cdd625396630dba18f5e1588ee24d3d8bb97064
, and the downloaded file can be validated:$ echo "99e768b24ae430b37dec7cb69cdd625396630dba18f5e1588ee24d3d8bb97064 mariadb_es_repo_setup" \ | sha256sum -c -
2021-06-14
The SHA-256 checksum for this release is
ec08f8ede524f568b3766795ad8ca1a0d0ac4db355a18c3d85681d7f9c0f8c09
, and the downloaded file can be validated:$ echo "ec08f8ede524f568b3766795ad8ca1a0d0ac4db355a18c3d85681d7f9c0f8c09 mariadb_es_repo_setup" \ | sha256sum -c -
2021-05-04
The SHA-256 checksum for this release is
bf67a231c477fba0060996a83b197c29617b6193e1167f6f062216ae13c716c7
, and the downloaded file can be validated:$ echo "bf67a231c477fba0060996a83b197c29617b6193e1167f6f062216ae13c716c7 mariadb_es_repo_setup" \ | sha256sum -c -
2021-03-15
The SHA-256 checksum for this release is
99c7f4a3473a397d824d5f591274c2a4f5ebf6dc292eea154800bbaca04ddc7e
, and the downloaded file can be validated:$ echo "99c7f4a3473a397d824d5f591274c2a4f5ebf6dc292eea154800bbaca04ddc7e mariadb_es_repo_setup" \ | sha256sum -c -
2021-02-12
The SHA-256 checksum for this release is
c78db828709d94876406a0ea346f13fbc38e73996795903f40e3c21385857dd4
, and the downloaded file can be validated:$ echo "c78db828709d94876406a0ea346f13fbc38e73996795903f40e3c21385857dd4 mariadb_es_repo_setup" \ | sha256sum -c -
2020-12-16
The SHA-256 checksum for this release is
c01fa97aed71ca0cd37cba7036ff80ab40efed4cc261c890aa2aa11cd8ab4e2f
, and the downloaded file can be validated:$ echo "c01fa97aed71ca0cd37cba7036ff80ab40efed4cc261c890aa2aa11cd8ab4e2f mariadb_es_repo_setup" \ | sha256sum -c -
2020-12-15
The SHA-256 checksum for this release is
e42f1f16f2c78a3de0e73dcc2a9081e2f771b3161f4f4ceecb13ea788d84673b
, and the downloaded file can be validated:$ echo "e42f1f16f2c78a3de0e73dcc2a9081e2f771b3161f4f4ceecb13ea788d84673b mariadb_es_repo_setup" \ | sha256sum -c -
2020-12-14
The SHA-256 checksum for this release is
4aaf495606633a47c55ea602829e67e702aec0a5c6ff6b1af90709c19ee9f322
, and the downloaded file can be validated:$ echo "4aaf495606633a47c55ea602829e67e702aec0a5c6ff6b1af90709c19ee9f322 mariadb_es_repo_setup" \ | sha256sum -c -
2020-10-07
The SHA-256 checksum for this release is
93fa0df3d6491a791f5d699158dcfe3e6ce20c45ddc2f534ed2f5eac6468ff0a
, and the downloaded file can be validated:$ echo "93fa0df3d6491a791f5d699158dcfe3e6ce20c45ddc2f534ed2f5eac6468ff0a mariadb_es_repo_setup" \ | sha256sum -c -
2020-09-08
The SHA-256 checksum for this release is
eeebe9e08dffb8a4e820cc0f673afe437621060129169ea3db0790eb649dbe9b
, and the downloaded file can be validated:$ echo "eeebe9e08dffb8a4e820cc0f673afe437621060129169ea3db0790eb649dbe9b mariadb_es_repo_setup" \ | sha256sum -c -
2020-07-16
The SHA-256 checksum for this release is
957bc29576e8fd320fa18e35fa49b5733f3c8eeb4ca06792fb1f05e089c810ff
, and the downloaded file can be validated:$ echo "957bc29576e8fd320fa18e35fa49b5733f3c8eeb4ca06792fb1f05e089c810ff mariadb_es_repo_setup" \ | sha256sum -c -