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 4 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 | |
This driver is deprecated. New Confluence installations use the Microsoft JDBC Driver for SQL Server (above). If you're upgrading an existing Confluence site to Confluence 6.4 you should continue to use the bundled jTDS driver. We'll help you migrate to the Microsoft driver in a later release. | ||||
MySQL 5.7 | Connector\J 5.1 driver download | Due to licensing constraints, MySQL drivers are not bundled with Confluence. Confluence is currently tested with the 5.1.48 driver. You can't use the latest driver (8.x) with Confluence and MySQL 5.7. | Database setup for MySQL | |
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.0.22 driver. | Database setup for MySQL | |
Oracle | Due to licensing constraints, Oracle drivers are not bundled with Confluence. For Oracle 12c R2 use the 12.2.0.x driver (ojdbc8.jar) For Oracle 19c you can use either ojdbc8.jar or ojdbc10.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.