Re: Implementing Replication via pgAdmin - Mailing list pgadmin-support

From Dave Page
Subject Re: Implementing Replication via pgAdmin
Date
Msg-id 46F3822E.9030705@postgresql.org
Whole thread Raw
In response to Re: Implementing Replication via pgAdmin  ("Daniel B. Thurman" <dant@cdkkt.com>)
List pgadmin-support
Daniel B. Thurman wrote:
>    All is fine except that these slons are running as foreground processes
>    and cannot be backgrounded and killing the command window will terminate
>    the process! How can I get the slons running without resorting to using
>    command windows to start the replication processes?

Install them as a service, eg.

slon -regservice Slony-I

The service can then be started from the services control panel applet 
or from the command line using:

net start Slony-I

It'll start automatically at next reboot as well.

Regards, Dave



pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: 1.8beta create table crash
Next
From: "Otto Bretz"
Date:
Subject: pgadmin3 osx - two issues