We have TRAC 0.11 server. Unfortunately we have deleted a milestone in one of our project. How to recover deleted milestone and open tickets in the deleted milstone ?
when i am running the milestone list command it is not showing my deleted milestone information. if any body know to recover deleted milestone and tickets. Help will be appreciated
You will need a tool that lets you execute SQL directly against the database being used for Trac. By default, Trac is installed to use SQLite, The SQLite website has a good list of tools that can be used to edit SQLite data.
Find the location of your SQLite database (you can look in your trac.ini file for that) and then use any one of the tools listed on the SQLite website to execute the queries listed above.