Can anyone please help talk me through the configuration changes I need in order to set up a secondary replication target? This is 11.2.1, and replication to a single target is working beautifully. I need to set up a second.
TIA :)
If that's still needed (since it's a bit of an old thread). Basic "source.repl.properties"
[server]
control-agents=agent1,agent2
database=src
defer-agent-startup=10
transition=manual
agent-shutdown-action=recovery
transition-timeout=600
[control-agent.agent1]
name=agent1
database=trg1
host=host1
port=11001
connect-timeout=120
replication-method=async
critical=0
[control-agent.agent2]
name=agent2
database=trg2
host=host2
port=11002
connect-timeout=120
replication-method=async
critical=0
[transition]
database-role=normal
If that's still needed (since it's a bit of an old thread). Basic "source.repl.properties"
[server]
control-agents=agent1,agent2
database=src
defer-agent-startup=10
transition=manual
agent-shutdown-action=recovery
transition-timeout=600
[control-agent.agent1]
name=agent1
database=trg1
host=host1
port=11001
connect-timeout=120
replication-method=async
critical=0
[control-agent.agent2]
name=agent2
database=trg2
host=host2
port=11002
connect-timeout=120
replication-method=async
critical=0
[transition]
database-role=normal
Thanks Libor - I managed to get the answer over at ProgressTalk, and then convinced my bosses that we didn't need secondary replication for what they were planning.