| From: | Christopher Petrilli <petrilli(at)gmail(dot)com> |
|---|---|
| To: | "Tomeh, Husam" <htomeh(at)firstam(dot)com> |
| Cc: | PgSQL ADMIN <pgsql-admin(at)postgresql(dot)org> |
| Subject: | Re: Installing PostgreSQL as "postgress" versus "root" Debate! |
| Date: | 2005-01-12 23:47:00 |
| Message-ID: | 59d991c405011215476c7910e1@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Wed, 12 Jan 2005 15:30:06 -0800, Tomeh, Husam <htomeh(at)firstam(dot)com> wrote:
> I've seen book that prefer installing PostgreSQL as root and another one
> recommends otherwise by first creating a postgres account and then
> installing it as postgres. In the Oracle world, you don't use root to
> install the software. What is the best practice as far as PostgreSQL
> goes?
There is absolutely no reason to install as root. I always create a
user (for me, it's 'pgsql') and then run the installer as that user.
That does mean that the directory (/usr/local/pgsql/) must already be
created and owned (it's the home for my user).
The less done as root, the better.
Chris
--
| Christopher Petrilli
| petrilli(at)gmail(dot)com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2005-01-13 00:00:31 | Re: Installing PostgreSQL as "postgress" versus "root" Debate! |
| Previous Message | Joshua D. Drake | 2005-01-12 23:41:41 | Re: Installing PostgreSQL as "postgress" versus "root" Debate! |