MariaDB for Artifactory

JFrog Artifactory supports MariaDB as a database backend. Configure a dedicated MariaDB instance and update Artifactory settings to use it.

Artifactory supports the popular MariaDB fork of MySQL.

To run Artifactory with MariaDB, create a dedicated MariaDB database instance and configure Artifactory as described in the following sections.

📘

Supported JDBC Driver Versions

Artifactory supports the MariaDB Java Connector versions 2.1.2 and above.

With JDBC version 2.4.x and above, add the following flag to the connection string:

useMysqlMetadata=true

⚠️

Enable Non-PostgreSQL Database

From Artifactory 7.84, Artifactory installations support only PostgreSQL by default. Artifactory will not start after installation unless you configure the system.yaml file to support your non-PostgreSQL database.