Man page - rt-setup-database-5(8)
Packages contains this manual
- rt-crontool-5(1)
- rt-importer-5(8)
- rt-validate-aliases-5(8)
- rt-setup-database-5(8)
- rt-clean-shorteners-5(8)
- rt-shredder-5(8)
- rt-clean-attributes-5(8)
- rt-email-dashboards-5(8)
- rt-munge-attachments-5(8)
- rt-search-attributes-5(8)
- rt-fulltext-indexer-5(8)
- rt-preferences-viewer-5(8)
- rt-email-group-admin-5(8)
- rt-ldapimport-5(8)
- rt-dump-initialdata-5(8)
- rt-attributes-viewer-5(8)
- rt-setup-fulltext-index-5(8)
- rt-session-viewer-5(8)
- rt-validator-5(8)
- rt-passwd-5(8)
- rt-serializer-5(8)
- rt-clean-sessions-5(8)
- rt-email-expiring-auth-tokens-5(8)
- rt-externalize-attachments-5(8)
- rt-dump-metadata-5(8)
- rt-email-digest-5(8)
apt-get install request-tracker5
Manual
rt-setup-database
NAMESYNOPSIS
OPTIONS
NAME
rt-setup-database - Set-up the database for Request Tracker
SYNOPSIS
rt-setup-database --action ...
OPTIONS
action
Several actions can be combined
using comma separated list.
init
Initialize the database. This is combination of multiple actions listed below. Create DB, schema, setup ACL, insert core data and initial data.
upgrade
Apply all needed schema/ACL/content updates (will ask for version to upgrade from)
create
Create the database.
drop
Drop the database. This will ERASE ALL YOUR DATA .
schema
Initialize only the database schema
To use a local or supplementary datafile, specify it using the ā--datadirā option below.
|
acl |
Initialize only the database ACLs |
To use a local or supplementary datafile, specify it using the ā--datadirā option below.
coredata
Insert data into RTās database. This data is required for normal functioning of any RT instance.
insert
Insert data into RTās database. By default, will use RTās installation data. To use a local or supplementary datafile, specify it using the ā--datafileā option below.
datafile
file path of the data you want to action on
e.g. "--datafile /path/to/datafile"
datadir
Used to specify a path to find the local database schema and ACLs to be installed.
e.g. "--datadir /path/to/"
|
dba |
DBAās username |
dba-password
DBAās password
prompt-for-dba-password
Ask for the database administratorās (DBA) password interactively
skip-create
for āinitā: skip creating the database and the user account, so we donāt need administrator privileges
root-password-file
for āinitā and āinsertā: rather than using the default administrative password for RTās "root" user, use the password in this file.
package
the name of the entity performing a create or upgrade. Used for logging changes in the DB. Defaults to RT, otherwise it should be the fully qualified package name of the extension or plugin making changes to the DB.
ext-version
current version of extension making a change. Not needed for RT since RT has a more elaborate system to track upgrades across multiple versions.
upgrade-from
for āupgradeā: specifies the version to upgrade from, and do not prompt for it if it appears to be a valid version.
upgrade-to
for āupgradeā: specifies the version to upgrade to, and do not prompt for it if it appears to be a valid version.