Re: Implementing Replication via pgAdmin

From: Dave Page <dpage(at)postgresql(dot)org>
To: "Daniel B(dot) Thurman" <dant(at)cdkkt(dot)com>
Cc: "Pgadmin-Support (E-mail)" <pgadmin-support(at)postgresql(dot)org>
Subject: Re: Implementing Replication via pgAdmin
Date: 2007-09-21 08:34:54
Message-ID: 46F3822E.9030705@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Otto Bretz 2007-09-21 08:55:15 pgadmin3 osx - two issues
Previous Message Dave Page 2007-09-21 08:29:40 Re: 1.8beta create table crash