Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 829 Bytes

database.md

File metadata and controls

28 lines (25 loc) · 829 Bytes
title description published date tags editor dateCreated
database
true
2022-09-18 04:53:33 UTC
markdown
2022-09-18 04:53:31 UTC

CLI > database

Utilities to manage the FlexGet database.

Sub-commands

Sub-command Option Description
cleanup Cause all plugins to clean unnecessary data from the database
vacuum Optimize the database, possibly increasing performance and decreasing database size
reset Resets the entire database (DANGEROUS!)
--sure Required with --reset to confirm you want to really reset the database.
reset-plugin Reset the database for a specific plugin
<plugin name> Name of the plugin to reset

Examples

# cleanup unnecessary data from the database
$ flexget database cleanup