Re: Some restructuring of the download section - Mailing list pgsql-www

From Dave Page
Subject Re: Some restructuring of the download section
Date
Msg-id CA+OCxoxR_Yr_-X2H4GFmc5XxG0OsJ4YDE++NUHdSVbeNyCJ85Q@mail.gmail.com
Whole thread Raw
In response to Re: Some restructuring of the download section  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Some restructuring of the download section
List pgsql-www
On Sun, Jun 17, 2012 at 4:39 PM, Magnus Hagander <magnus@hagander.net> wrote:
>
>> The platform native packaging systems are marginally easier to update
>> (StackBuilder will update the installers), but have proven in the past to
>> confuse some users because it's hard to know what to install (though part of
>> what Magnus has done aims to make that easier), and they all install
>> software but don't do any of the setup for you - no initdb, no service setup
>> etc.
>
> Uh, that part is just incorrect. Several sets of platform packages
> certainly do initdb for you. And AFAIK every single one of them on
> Linux at least do service setup for you.

Hmm, clearly it's been a while since I did a PG installation on Debian
(oddly!), as that does seem to leave the server up and running. I'm
fairly certain it didn't in the past.

RPMs on the other hand, do not. You have to do something like:

yum install postgresql-server
service postgresql initdb
chkconfig postgresql on
service postgresql start

(tested on CentOS 6.2).

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


pgsql-www by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Some restructuring of the download section
Next
From: Dave Page
Date:
Subject: Re: Some restructuring of the download section