Trac FAQ
Here you can find answers to some of the most frequently asked questions about Trac.
- How do I delete a ticket ?
- How can I backup/restore a Trac enviroment ?
- How do I increase the file attachment size ?
How do I delete a ticket ?
Using trac-admin command, for example:
$ sudo trac-admin /path/to/project ticket remove 1
How can I backup/restore a Trac enviroment ?
With the TracAdmin command hotcopy. See TracBackup for documentation.
How do I increase the file attachment size ?
Modify trac.ini configuration file, for example to set maximun size to 10MB.
[attachment]
max_size = 10485760
Also a value of -1 should remove all limits.




