michelya / tungsten-replicator

Automatically exported from code.google.com/p/tungsten-replicator
0 stars 0 forks source link

PostgreSQL: support for different PG and Replicator home folders for sandbox-like deployment #31

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to be able to setup a sandbox-like PG cluster on a single host (as 
opposed to a virtualized or multi-host environment), two enhancements are 
needed:
[RESOLVED] 1. Ability to define custom port for current PG and [on the slave 
side] for master's PG.
2. Ability to define different path for PG and Replicator home folders for 
current node and for the master's node.

This issue addresses (2).

There are multiple places in the *.rb code where ssh, scp and rsync calls are 
made - all with the same assumption - that PG and Replicator home folders are 
identical on this node and master's node. This assumption does not allow setup 
of a cluster on a single host. We need to make both home folder configurable on 
a per-node basis.

Original issue reported on code.google.com by linas.vi...@gmail.com on 23 Apr 2011 at 12:26

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 3 Jun 2011 at 7:16

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 3 Sep 2011 at 12:30

GoogleCodeExporter commented 9 years ago

Original comment by berkeley...@gmail.com on 3 Sep 2011 at 12:33

GoogleCodeExporter commented 9 years ago

Original comment by robert.h...@continuent.com on 1 Mar 2012 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by robert.h...@continuent.com on 1 Mar 2012 at 9:46

GoogleCodeExporter commented 9 years ago

Original comment by linas.vi...@continuent.com on 23 Sep 2012 at 1:51

GoogleCodeExporter commented 9 years ago

Original comment by jeffm...@gmail.com on 30 Oct 2012 at 12:54

GoogleCodeExporter commented 9 years ago

Original comment by linas.vi...@continuent.com on 14 Mar 2013 at 4:34