From a4f1afe222057641a1d0f61ca8456a9b7db92277 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sat, 25 Jan 2014 00:03:10 +0000 Subject: [PATCH] add docs note about postgres 8.4 (LT) --- Netdisco/lib/App/Netdisco.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Netdisco/lib/App/Netdisco.pm b/Netdisco/lib/App/Netdisco.pm index 7020925c..13b4d576 100644 --- a/Netdisco/lib/App/Netdisco.pm +++ b/Netdisco/lib/App/Netdisco.pm @@ -152,9 +152,10 @@ will take about 250MB including MIB files. root:~# useradd -m -p x -s /bin/bash netdisco -Netdisco uses the PostgreSQL database server. Install PostgreSQL and then change -to the PostgreSQL superuser (usually C). Create a new database and -PostgreSQL user for the Netdisco application: +Netdisco uses the PostgreSQL database server. Install PostgreSQL (at least +version 8.4) and then change to the PostgreSQL superuser (usually +C). Create a new database and PostgreSQL user for the Netdisco +application: root:~# su - postgres