--include-unsupported
This page is part of MariaDB's Documentation.
The parent of this page is: mariadb_
Overview
The --include-unsupported
flag is used to enable a repository of unsupported packages in the repository configuration. The repository currently includes the CONNECT
Storage Engine.
See also: mariadb_
USAGE
The parameter --include-unsupported for the script mariadb_es_repo_setup
can be used to enable a repository of unsupported packages in the repository configuration. The repository currently includes the CONNECT
Storage Engine. The storage engine can be installed by yum install MariaDB-connect-engine
or apt-get install mariadb-plugin-connect-engine
$ sudo ./mariadb_es_repo_setup --token="CUSTOMER_DOWNLOAD_TOKEN" --apply \
--include-unsupported
Once the unsupported repository is set up, the storage engine can be installed by yum install MariaDB-connect-engine
or apt-get install mariadb-plugin-connect-engine
.