All Versions
Bamboo 5.13Bamboo 5.7.x
Bamboo 5.6.x
More...
We strongly recommend that you use Bamboo with one of the databases that we support (see Supported Platforms for details). However, if you wish to connect Bamboo to an unsupported database, you can do so via the instructions below.
First, you need to choose how you will connect to your database. Please follow the instructions for your chosen method:
JDBC is generally simpler, and is therefore the recommended method.
To connect Bamboo to an unsupported database, via JDBC,
jarfile into your application server's classpath:jar file into the webapp/WEB-INF/lib directory.-Dbamboo.enable.unsupported.db=true'Hibernate Dialect' — Type the Hibernate dialect for your particular database:
NOTE: the databases on this list are not supported by Atlassian. Using these databases is not recommended as there is no guarantee that they will operate correctly with Bamboo. Please consider using a supported databaseinstead.
Database | Dialect |
|---|---|
DB2 | net.sf.hibernate.dialect.DB2Dialect |
DB2 AS/400 | net.sf.hibernate.dialect.DB2400Dialect |
DB2 OS390 | net.sf.hibernate.dialect.DB2390Dialect |
Oracle 9/10g | net.sf.hibernate.dialect.Oracle9Dialect |
Oracle (other versions) | net.sf.hibernate.dialect.OracleDialect |
Sybase | net.sf.hibernate.dialect.SybaseDialect |
Sybase Anywhere | net.sf.hibernate.dialect.SybaseAnywhereDialect |
Microsoft SQL Server | net.sf.hibernate.dialect.SQLServerDialect |
SAP DB | net.sf.hibernate.dialect.SAPDBDialect |
Informix | net.sf.hibernate.dialect.InformixDialect |
Ingres | net.sf.hibernate.dialect.IngresDialect |
Progress | net.sf.hibernate.dialect.ProgressDialect |
Mckoi SQL | net.sf.hibernate.dialect.MckoiDialect |
Interbase | net.sf.hibernate.dialect.InterbaseDialect |
Pointbase | net.sf.hibernate.dialect.PointbaseDialect |
FrontBase | net.sf.hibernate.dialect.FrontbaseDialect |
Firebird | net.sf.hibernate.dialect.FirebirdDialect |
To connect Bamboo to an unsupported database, via a datasource,
-Dbamboo.enable.unsupported.db=truejava:comp/env/jdbc/DataSourceName doesn't work, try jdbc/DataSourceName (and vice versa).