MariaDB for Artifactory

Artifactory supports the popular MariaDB fork of MySQL. For Artifactory to run with MariaDB you need to create a dedicated MariaDB database instance and...

Artifactory supports the popular MariaDB fork of MySQL.

For Artifactory to run with MariaDB you need to 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.