= TracAdmin = [[TracGuideToc]] Trac is distributed with a powerful command-line configuration tool. This tool can be used to configure and customize your Trac-installation to better fit your needs. Some of those operations can also be performed via the web interface thanks to the optional [http://trac.edgewall.org/wiki/WebAdmin WebAdmin] plugin, distributed separately for 0.10 (it's part of Trac proper starting with Trac 0.11). == Usage == You can get a comprehensive list of the available options, commands and sub-commands by invoking `trac-admin` with the `help` command: {{{ trac-admin help }}} Unless you're executing the `help`, `about` or `version` sub-commands, you'll need to specify the path to the TracEnvironment that you want to administer as the first argument, for example: {{{ trac-admin /path/to/projenv wiki list }}} == Interactive Mode == When passing the environment path as the only argument, `trac-admin` starts in interactive mode. Commands can then be executed on the selected environment using the prompt, which offers tab-completion (on non-Windows environments, and when the Python `readline` module is available) and automatic repetition of the last command issued. Once you're in interactive mode, you can also get help on specific commands or subsets of commands: For example, to get an explanation of the `resync` command, run: {{{ > help resync }}} To get help on a all the Wiki-related commands, run: {{{ > help wiki }}} == Full Command Reference == {{{ about -- Shows information about trac-admin help -- Show documentation initenv -- Create and initialize a new environment interactively initenv -- Create and initialize a new environment from arguments hotcopy -- Make a hot backup copy of an environment resync -- Re-synchronize trac with the repository resync -- Re-synchronize only the given upgrade -- Upgrade database to current version wiki list -- List wiki pages wiki remove -- Remove wiki page wiki export [file] -- Export wiki page to file or stdout wiki import [file] -- Import wiki page from file or stdin wiki dump -- Export all wiki pages to files named by title wiki load -- Import all wiki pages from directory wiki upgrade -- Upgrade default wiki pages to current version permission list [user] -- List permission rules permission add [action] [...] -- Add a new permission rule permission remove [action] [...] -- Remove permission rule component list -- Show available components component add -- Add a new component component rename -- Rename a component component remove -- Remove/uninstall component component chown -- Change component ownership ticket remove -- Remove ticket ticket_type list -- Show possible ticket types ticket_type add -- Add a ticket type ticket_type change -- Change a ticket type ticket_type remove -- Remove a ticket type ticket_type order up|down -- Move a ticket type up or down in the list priority list -- Show possible ticket priorities priority add -- Add a priority value option priority change -- Change a priority value priority remove -- Remove priority value priority order up|down -- Move a priority value up or down in the list severity list -- Show possible ticket severities severity add -- Add a severity value option severity change -- Change a severity value severity remove -- Remove severity value severity order up|down -- Move a severity value up or down in the list version list -- Show versions version add [time] -- Add version version rename -- Rename version version time