mariadb_es_repo_setup for MariaDB Enterprise Server
This page is part of MariaDB's Documentation.
The parent of this page is: Command-Line Interfaces for MariaDB Repository Scripts
Topics on this page:
Overview
The mariadb_es_repo_setup
script configures APT/YUM/ZYpp to install software from the MariaDB Enterprise Repository on supported Linux operating systems.
To configure APT/YUM/ZYpp to install software from the MariaDB Community Repository, see mariadb_repo_setup
instead.
Installation
The mariadb_es_repo_setup
script is available for download from MariaDB Corporation:
$ curl -LSsO https://dlm.mariadb.com/enterprise-release-helpers/mariadb_es_repo_setup
$ echo "c12da6a9baa57eab7fa685aa24bf76e6929a8c67f4cd244835520c0181007753 mariadb_es_repo_setup" \
| sha256sum -c -
$ chmod +x mariadb_es_repo_setup
Customer Download Token
The mariadb_es_repo_setup
script requires a Customer Download Token, which is set using the --token
option:
$ sudo ./mariadb_es_repo_setup --token="CUSTOMER_DOWNLOAD_TOKEN" --apply
Releases
For information on releases, see "
".Usage
$ sudo ./mariadb_es_repo_setup [ OPTIONS .. ]
For additional information, see "
".mariadb_es_repo_setup Options
Option | Description |
---|---|
Write OS's repository configuration files. This will also import GPG keys and update the package cache on platforms where that behavior exists. | |
Override detection of CPU architecture. Acceptable values are 'x86_ | |
Display this help and exit. | |
Include the 'Unsupported' repository. | |
Override the default MariaDB Enterprise Tools version. By default, the script will use 'latest'. | |
Override the default MariaDB MaxScale version. By default, the script will use 'latest'. | |
Override the default MariaDB Server version. By default, the script will use '10.6'. | |
Override detection of OS type. Acceptable values include 'debian', 'ubuntu', 'rhel', and 'sles'. | |
Override detection of OS version. Acceptable values depend on the OS type you specify. | |
Skip tests for required prerequisites. | |
Skip the 'Enterprise Tools' repository | |
Skip tests for MariaDB ES versions being past their EOL date | |
Skip importing GPG signing keys. | |
Skip the 'MaxScale' repository. | |
Skip tests for operating system versions being past EOL date | |
Skip the 'MariaDB Enterprise Server' repository. | |
Skip the 'Tools' repository. | |
Skip verification of MariaDB Server versions. Use with caution as this can lead to an invalid repository configuration file being created. | |
Skip the 'Xpand' instructions. RHEL/CentOS 7 only. | |
Your Customer Download Token (required). Use the MariaDB Customer Portal to find your token. | |
Display [info] messages. | |
Output the script version and exit. |