add docs note about postgres 8.4 (LT)

This commit is contained in:
Oliver Gorwits
2014-01-25 00:03:10 +00:00
parent 16667532a6
commit a4f1afe222

View File

@@ -152,9 +152,10 @@ will take about 250MB including MIB files.
root:~# useradd -m -p x -s /bin/bash netdisco root:~# useradd -m -p x -s /bin/bash netdisco
Netdisco uses the PostgreSQL database server. Install PostgreSQL and then change Netdisco uses the PostgreSQL database server. Install PostgreSQL (at least
to the PostgreSQL superuser (usually C<postgres>). Create a new database and version 8.4) and then change to the PostgreSQL superuser (usually
PostgreSQL user for the Netdisco application: C<postgres>). Create a new database and PostgreSQL user for the Netdisco
application:
root:~# su - postgres root:~# su - postgres