Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
Re: Implementing Replication via pgAdmin

Re: Implementing Replication via pgAdmin



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




Home | Main Index | Thread Index

top