Postgresql configuration ======================== By default, Kanboard use Sqlite to store its data but it's also possible to use Postgresql. Requirements ------------ - Postgresql >= 9.3 - The PHP extension `pdo_pgsql` installed (Debian/Ubuntu: `apt-get install php5-pgsql`) Configuration ------------- ### Create an empty database with the command `pgsql`: ```sql CREATE DATABASE kanboard; ``` ### Create a config file The file `config.php` should contain those values: ```php