Microsoft SQL Server for Artifactory
Configure JFrog Artifactory to use Microsoft SQL Server 2012 or later as an external database, with a dedicated instance recommended for optimal performance.
Microsoft SQL Server provides infrastructure features such as backup and restore.
Artifactory supports Microsoft SQL Server 2012 and above.
When running Artifactory with Microsoft SQL Server, you can create the Artifactory schema on an existing server used for other applications. For optimal performance, we recommend creating a dedicated Microsoft SQL Server database instance and configuring Artifactory to use it, as described in the following sections.
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.yamlfile to support your non-PostgreSQL database.
Create the Artifactory Microsoft SQL Server Database
Create the SQL Server database and user required for JFrog Artifactory, and grant the necessary permissions.
Configure Artifactory to Use Microsoft SQL Server
Install the JDBC driver and update the system.yaml database connection settings for Microsoft SQL Server.
Updated 24 days ago
