Difference between revisions of "Maintenance"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
These will delete the meta data pertaining to a piece of media from the database. | These will delete the meta data pertaining to a piece of media from the database. | ||
It will not delete the file contents associated with the media. | It will not delete the file contents associated with the media. | ||
| − | To do that, you must perform a depot consolidation. | + | To do that, you must perform a [[Maintenance ETL#Consolidate Depots|depot consolidation]]. |
| − | By selecting [[Truxton Status#Tray Menu|"Clean Data"]] from the Truxton Tray application, you will enqueue tasks to clean the database of orphaned records, consolidate the depot files, | + | By selecting [[Truxton Status#Tray Menu|"Clean Data"]] from the Truxton Tray application, you will enqueue tasks to [[Maintenance ETL#Clean Database|clean]] the database of orphaned records, [[Maintenance ETL#Consolidate Depots|consolidate]] the depot files, [[Maintenance ETL#Consolidate Depots|Delete Depots]] unused depot files, and [[Maintenance ETL#Optimize|optimize]] the database. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Revision as of 15:40, 25 July 2022
Truxton requires some maintenance here and there. Maintenance tasks are generally exposed to the scripting side of Truxton rather than the GUI side. This allows the maintenance to be automated and customized to customer's needs.
Delete Media
When you want to delete a piece of media from Truxton, you have a few choices:
- Use the Media Management page on the Analyst Desktop
- Use TruxtonCLI
- Write your own program or script
These will delete the meta data pertaining to a piece of media from the database. It will not delete the file contents associated with the media. To do that, you must perform a depot consolidation. By selecting "Clean Data" from the Truxton Tray application, you will enqueue tasks to clean the database of orphaned records, consolidate the depot files, Delete Depots unused depot files, and optimize the database.