dbsync_setup

The dbsync_setup command allows you to administration tasks for the DB Sync server.

Syntax 1: Edit the server-side configuration file

dbsync_setup server-config -c filename
  1. filename is the path to the server-side configuration file.

Syntax 2: Create DB Sync system tables

dbsync_setup create-tables -c filename
  1. filename is the path to the server-side configuration file.

Syntax 3: Drop DB Sync system tables

dbsync_setup drop-tables -c filename
  1. filename is the path to the server-side configuration file.

Syntax 4: Edit the client-side configuration file

dbsync_setup client-config -c filename
  1. filename is the path to the client-side configuration file.

Usage

The dbsync_setup server-config command opens an interative progam to edit the configuration file used by DB Sync server-side applications:
dbsync_setup server-config -c dbsync_config.json
The dbsync_setup create-tables command creates tables in the central database:
dbsync_setup create-tables -c dbsync_config.json
The dbsync_setup drop-tables command drops tables in the central database:
dbsync_setup drop-tables -c dbsync_config.json
The dbsync_setup client-config command opens an interative progam to edit the configuration file used by DB Sync client apps:
dbsync_setup server-config -c dbsync_config.json