Bucardo

Last updated: 2020-02-28

The list database command is used to list information about one or more databases that Bucardo knows about. It can also be called as list db

Example:

bucardo list database`

Shows a list of all databases, one per line, in alphabetical order.

Usage:

bucardo list database <name(s)>

If one or more database names is given, only lists the given ones. Wildcards can be used. To view detailed information, use the --vv (very verbose) argument. The alternate forms list databases, list db’, and list dbs are also accepted.

Examples

bucardo list databases ` ` ` Database: main Type: postgres Status: active Conn: psql -p 5432 -U bucardo -d postgres Database: sales Type: postgres Status: active Conn: psql -p 5432 -U bucardo -d sdb Database: m1 Type: mysql Status: active Conn: mysql -u bucardo -D sales Database: marketing Type: postgres Status: active Conn: psql -p 5432 -U bucardo -d marketing`

bucardo list database sales ` ` ` Database: sales Type: postgres Status: active Conn: psql -p 5432 -U bucardo -d sdb`

bucardo list db ma% ` ` ` Database: main Type: postgres Status: active Conn: psql -p 5432 -U bucardo -d postgres Database: marketing Type: postgres Status: active Conn: psql -p 5432 -U bucardo -d marketing`

bucardo list database sales -vv ` ` ` Database: sales Status: active Conn: psql -p 5432 -U bucardo -d sdb Belongs to database group fizzy (target) Used in sync s1 in a role of source cdate = 2011-10-10 16:33:02.376544-04 dbconn = ` ` dbhost = ` ` dbname = sales dbpass = NULL dbport = 5432 dbservice = NULL dbtype = postgres dbuser = bucardo epoch = 1318278782.37654 makedelta = 0 name = sales pgpass = NULL server_side_prepares = 1 sourcelimit = 0 status = active targetlimit = 0`

Internals

Information is read from the db table for the main information, from the dbmap table for dbgroup memberships, and from the sync table and dbgroup table for sync information.

See also:

Bucardo.org is hosted and supported by End Point Dev

End Point Dev logo

Need assistance with Bucardo?

End Point Dev offers professional support for Bucardo, as well as specializing in developing, designing, and marketing effective websites. Since 1995, our diverse team of developers has shown that End Point can handle your organization’s greatest web and database challenges.