Database JDBC Drivers
Database | Driver bundled? | JDBC drivers | Notes | More information |
---|---|---|---|---|
PostgreSQL | Postgres JDBC driver download (latest) | We recommend that you use the bundled JDBC 42.7.3 driver. If you want to use a later driver, you can download it from the PostgreSQL website. | Database Setup for PostgreSQL | |
Microsoft SQL Server | Microsoft JDBC Driver for SQL Server download | We recommend that you use 12.6.3.jre11 version. | Database setup for Microsoft SQL Server | |
MySQL 8.0 | Connector\J 8.0 driver download | Due to licensing constraints, MySQL drivers are not bundled with Confluence. Confluence is currently tested with the 8.4.0 driver. | Database setup for MySQL | |
Oracle | Due to licensing constraints, Oracle drivers are not bundled with Confluence. For Oracle 19c use ojdbc11.jar. We recommend using the thin drivers only. See the Oracle JDBC driver FAQ. | Database setup for Oracle |
If you attempt to use an unsupported or custom JDBC driver (or a driverClassName
from an unsupported or custom driver in your JINDI datasource connection) collaborative editing will fail. You must use a supported driver.