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.6 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 the bundled Type 4 JDBC driver. If you decide to use a later version, we may not be able to provide support for any problems you encounter. | 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.1.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.