On 05/05/2009 11:44, Philipp Haselwarter wrote:
> So far I installed postgres 8.3 using the installer and put the binaries
> from http://developer.pgadmin.org/~hiroshi/Slony-I/ into the respective
> directories (c:/program files/postgresql/8.3/..) and registered slon as a
> service using the command line as local administrator and " sc create
> Slony-I binPath= "c:\Program Files\PostgreSQL\8.3\bin\slon.exe -service" ".
> 
> What are the next steps to take?

Sounds good so far..... From here, I think you do pretty much as in the
documentation - I found the section on "replicating your first database"
a good walk-through:

  http://www.slony.info/documentation/firstdb.html

I didn't do it with pgAdmin; instead, I wrote slonik scripts using the
ones in this example as templates, and it all worked fine. The only
difference for running on Windows is that instead of having separate
slons for each node, you have just one slon registered as a service (as
you've done), and then use the slon --addengine command to register each
node with the service. Once you've done that, restart the slon service
and cross your fingers! :-)

Ray.

------------------------------------------------------------------
Raymond O'Donnell, Director of Music, Galway Cathedral, Ireland
[email protected]
Galway Cathedral Recitals: http://www.galwaycathedral.org/recitals
------------------------------------------------------------------
_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to