From 65acf68dc68d34f3aa5f658fcfb207087d052859 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 2 Apr 2015 20:11:52 -0400 Subject: Update doc --- docs/postgresql-configuration.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/postgresql-configuration.markdown') diff --git a/docs/postgresql-configuration.markdown b/docs/postgresql-configuration.markdown index 04c6c2e7..9f88a526 100644 --- a/docs/postgresql-configuration.markdown +++ b/docs/postgresql-configuration.markdown @@ -9,6 +9,8 @@ Requirements - A Postgresql server already installed and configured - The PHP extension `pdo_pgsql` installed (Debian/Ubuntu: `apt-get install php5-pgsql`) +Note: Kanboard is tested with **Postgresql >= 9.4** + Configuration ------------- @@ -20,7 +22,7 @@ CREATE DATABASE kanboard; ### Create a config file -Inside our config file write those lines: +The file `config.php` should contains those values: ```php