rt-setup-database(8)
NAME
- rt-setup-database - Set-up the database for Request Track
- er
SYNOPSIS
rt-setup-database --action init|drop|insert [--datafile <file>] --dba <username> --prompt-for-dba-password|--dba-password <guess>
OPTIONS
- action: init Initialize the database
- drop Drop the database.
This will ERASE ALL YOUR DATA
- insert Insert data into RT's database.
By default, will use RT's installationdata.
To use a local or supplementarydatafile, specify it
using the '--datafile' option below. - datafile: /path/to/datafile
- dba: dba's username
dba-password: dba's password
prompt-for-dba-password Ask for the database adminis - trator's
- password interactively
INTERNALS
get_system_dsn
- Returns a dsn suitable for database creates and drops and
- user creates and drops
- ACLEquivGroupId
- Given a userid, return that user's acl equivalence group
- perl v5.8.8 2007-03-03 rt-set