From 9ec9b1bca4cd88419fdc9c5a6491c6ebcc28d8ce Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 30 Jun 2019 18:26:46 +0100 Subject: [PATCH] if user installs Pg they should use supported version --- lib/App/Netdisco.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 088b6ab0..c1d892c2 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -100,7 +100,7 @@ will take about 250MB including MIB files. root:~# useradd -m -p x -s /bin/bash netdisco Netdisco uses the PostgreSQL database server. Install PostgreSQL (at least -version 8.4) and then change to the PostgreSQL superuser (usually +version 9.4) and then change to the PostgreSQL superuser (usually C). Create a new database and PostgreSQL user for the Netdisco application: