diff --git a/resources/docs/Documentation.md b/resources/docs/Documentation.md index fbf3131fb..4de9b2a1c 100644 --- a/resources/docs/Documentation.md +++ b/resources/docs/Documentation.md @@ -9,6 +9,7 @@ * [Message filtering](#message-filtering) * [Database backends](#database-backends) * [Misc](#misc) + * [Cleaning database](#cleaning-database) * [Portable user data](#portable-user-data) * [Downloading new messages](#downloading-new-messages) * [Generating debug log file](#generating-debug-log-file) @@ -163,6 +164,11 @@ For database-related configuration see `Settings -> Data storage` dialog. # Misc Here you can find some useful insights into RSS Guard's modus operandi. +## Cleaning database +Your RSS Guard's database can grow really big over time, therefore you might need to do its cleanup regularly. There is a dialog `Cleanup database` in `Tools` menu to do just that for you, but note that RSS Guard should run just fine even with thousands of messages. + +![`Cleanup database` dialog](images/cleanup-db.png) + ## Portable user data RSS Guard checks "config directory" (this is `C:\Users\\AppData\Local` directory on Windows) for existence of file: ``` diff --git a/resources/docs/images/cleanup-db.png b/resources/docs/images/cleanup-db.png new file mode 100755 index 000000000..4ad80f4f8 Binary files /dev/null and b/resources/docs/images/cleanup-db.png differ