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-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 |
# cleanup unnecessary data from the database
$ flexget database cleanup