From c09165dd7b2a4debd74b402ddafc6035f824cf4b Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Sat, 7 Jun 2014 14:37:10 -0400 Subject: [PATCH] Mild doc updates --- bucardo | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/bucardo b/bucardo index 8f9aec254..409489bae 100755 --- a/bucardo +++ b/bucardo @@ -9624,9 +9624,13 @@ include: bucardo add db dbname=actual_name port=xxx host=xxx user=xxx pass=xxx -Adds a new database. The C is the name by which the database will be +Adds one or more new databases. The C is the name by which the database will be known to Bucardo, and must be unique. This may vary from the actual database -name, as multiple hosts might have databases with the same name. +name, as multiple hosts might have databases with the same name. Multiple databases +can be added by separating the names with commas. Options that differ between the +databases should be separated by a matching commas. Example: + + bucardo add db alpha,beta dbname=sales host=aa,bb user=bucardo The supported named parameters are: @@ -9948,7 +9952,7 @@ and/or sequences and they will be added to the group. =head3 add sync - bucardo add sync syncname relgroup=xxx dbs=xxx + bucardo add sync name relgroup=xxx dbs=xxx Adds a sync, which is a named replication event containing information about what to replicate from where to where. The supported parameters are: @@ -9960,6 +9964,12 @@ what to replicate from where to where. The supported parameters are: The name of a database group or comma-delimited list of databases. All of the specified databases will be synchronized. Required. +=item C + +The name of a database group. All of the databases within this group will be +part of the sync. If the database group does not exists and a separate list +of databases is given, the group will be created and populated. + =item C The name of a relation group to synchronize. All of the tables and/or -- 2.39.5