Hi,

 

I would like to change the port on node1 from 5432 to 5433.  Do I need to
'start from scratch'

And recreate the node and the entire set or is there an 'update' function I
can use?

 

I'm running postgres 8.3.11 and slony1 2.0.5

 

 

 

I'm running all my administration scripts from the slonik library. 

./slonik_update_nodes and ./slonik_restart_nodes don't work.  Think they
update the internal functions.

 

 Here is a little bit of my slon_tools.conf file:

 

&add_node(node=>1, host => '192.168.1.222', dbname => 'mavmail', port
=>5433, user=>'slony', password=>'elephant1234');

&add_node(node=>2, host =>  '192.168.1.221', dbname => 'mavmail', port
=>5432, user=>'slony', password=>'elephant1234');

 

Obviously would like to change the port on server 192.168.1.222 to 5433
without dropping and redefining everything.

 

Any help appreciated.  Thanks.

 

 

 

 

 

 

 

 

Mark Steben
Database Administrator
@utoRevenue  |  Autobase  |  AVV
The CRM division of Dominion Dealer Solutions
95D Ashley Avenue
West Springfield,  MA  01089
t: 413.327.3045
f: 413.732.1824
w: www.autorevenue.com <http://www.autorevenue.com/> 



 

_______________________________________________
Slony1-general mailing list
[email protected]
http://lists.slony.info/mailman/listinfo/slony1-general

Reply via email to