publisher.conf
Synopsis
Any line beginning with a '#' is considered a comment. Options are of the format:
VARIABLE=value
With no spaces around the '=' and no quotes at all.
Description
This file gets parsed when dbreplicator gets called with any of the publisher-specific operations.
General Options
DRIVERThis is the database driver used to connect to the SQL backend
URLThis is the specific jdbc connect string of the format: <jdbc>:<database>://<hostname>:<db port>/<database name>
USERUser to connect to the database as User to connect to the database as. Must have permission to create/drop tables etc. For postgres, do:
su - postgres -c "createuser -a -d <USER>"
PASSWORDPassword for above user
PUB_NAMEName given to publication. This will be the name given to the publication in the database if publisher is being run in -init mode.(publish-init) Otherwise, it's the database to publish
SYS_NAMEName of subscribing system. Usually local host name.
PORT_NUMBERPort number to listen on for connections from subscribers

