Re: Starting postgres at boot time [SOLVED]

2012-04-11 Thread Emilio Lopez
> Hello, > > I usually start postgresql database by running > > root@fedora>su postgres -c "postgres -D /home/postgres &" > > I'm trying to do it automatically at boot time, so I added that line > to /etc/rc.d/rc.local. However database doesn't start. > > Any Ideas? I found the problem. It was Sel

Re: Starting postgres at boot time

2012-03-17 Thread Peter Larsen
On Sat, Mar 17, 2012 at 07:27:35PM +0100, Emilio Lopez wrote: > Hello, > > I usually start postgresql database by running > > root@fedora>su postgres -c "postgres -D /home/postgres &" Bad idea. > > I'm trying to do it automatically at boot time, so I added that line > to /etc/rc.d/rc.local. Ho

Starting postgres at boot time

2012-03-17 Thread Emilio Lopez
Hello, I usually start postgresql database by running root@fedora>su postgres -c "postgres -D /home/postgres &" I'm trying to do it automatically at boot time, so I added that line to /etc/rc.d/rc.local. However database doesn't start. Any Ideas? Thanks. Emilio. -- users mailing list users@li