Initialize PostgreSQL
From SoL 25 Wiki
PostgreSQL is pretty much bare bones on a freshly installed SoL 25, no database is pre-initialized. To do this, login as root and do the following:
su - postgresql initdb -D /var/postgresql
Then, you can start the PostgreSQL server by running (as root):
/etc/rc.d/bin/postgresql u
