Add new databases
Odoo include a built-in feature to add new databases from the “Manage databases” section.
In order to enable the Odoo scheduler for any database different from the default one (bitnami_odoo), add the new database in the /opt/bitnami/odoo/conf/odoo.conf Odoo configuration file as follows (administrator permissions are needed for editing the file):
db_name = bitnami_odoo, newdatabase
After doing so, please restart all services:
$ sudo /opt/bitnami/ctlscript.sh restart