Bidirectional Snapshot Replicaton Setup
RE-SD-1 Publishing a DAV collection
Publishing a DAV collection for replication
Preliminaries
Bidirectional snapshot replication allows you to set up snapshot replication between multiple servers where updates can be performed on all servers.
- Publisher-subscriber model where each DAV collection has only one publisher and when an update is performed on subscriber it goes to publisher first, and then to all other subscribers.
- Conflict resolution may need to take place on the publisher when DAV resources coming from a subscriber are processed.
Example publishing a DAV collection
- Login to the Conductor UI using the dba account.
- Go to the "Replication" tab and then go to the "Bidirectional Snapshot" tab.
- Press "Add DAV Collection" button.
- Enter DAV collection name or select DAV collection using "Browse..." button and press "Add" button.
Equivalent SQL commands to above
- Connect to the Virtuoso server via ISQL utility as DBA user.
- Publish "/DAV/doc" DAV collection.
SQL> repl_create_snapshot_pub ('/DAV/doc', 1);
| View the source | Action |
|---|---|
| 1. re_sd_1.sql | Set the initial state |
OpenLink Home
Technical Support