Re: Installation of postgresql database as root

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: "Ali, Luqman" <luqman(dot)ali(at)sanmina-sci(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Installation of postgresql database as root
Date: 2007-06-06 04:03:14
Message-ID: b35603930706052103h710d6922ja11475393de31add@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 6/6/07, Ali, Luqman <luqman(dot)ali(at)sanmina-sci(dot)com> wrote:

> >I guess the question is whether that user has write access
> >to the target file-system(s) ...
>
> Absolutely, the user (i.e. me) will have write access to the target
> file-systems. Another question is does postgres user get automatically
> created with the installation of progress or will the sysadmin have to
> create that?
>From INSTALL:
Short Version

./configure
gmake
su
gmake install
adduser postgres
mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
su - postgres

So, I guess that means it doesn't get created. Why are you
averse to installing as root, btw? I think it makes perfect sense
to have the postgres user only own the data directory. That way,
if you configure the config files to live in /etc and they aren't owned
by postgres (the user account) a potential attacker can't make changes
to permissible connections, for instance.

-- Cheers,
Andrej

Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Ali, Luqman 2007-06-06 04:20:26 Re: Installation of postgresql database as root
Previous Message Phillip Nelson 2007-06-06 03:53:43 update or insert into table from a view