This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

In case you wish to configure an external database you will need to create it before connecting bamboo to it.

Mysql

mysql> create database bamboodb character set utf8;
mysql> grant all privileges on bamboodb.* TO 'bamboouser'@'localhost' IDENTIFIED BY 'password';
mysql> flush privileges;
mysql> quit

Postgres

T.B.C.

Oracle

T.B.C.

  • No labels