mariadb_es_repo_setup
This page is part of MariaDB's Documentation.
The parent of this page is: Reference
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:
$ wget -N https://dlm.mariadb.com/enterprise-release-helpers/mariadb_es_repo_setup
$ echo "f8eb9c1b59ccfd979d27e39798d2f2a98447dd29e2149ce92bf606aab4493ad9 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 importing GPG signing keys. | |
Skip the 'MaxScale' repository. | |
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. |