From fd63de460368a4bd1973b01b258aa097fae3bdb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milien=20Devos=20=28perso=29?= Date: Fri, 14 Apr 2023 15:48:46 +0000 Subject: [PATCH] Add note about database maintenance --- docs/db-maintenance.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/db-maintenance.md b/docs/db-maintenance.md index 5412980..5eb20c0 100644 --- a/docs/db-maintenance.md +++ b/docs/db-maintenance.md @@ -1,5 +1,11 @@ # Database Information and Maintenance +!!! Note + + You do not need to setup a cleanup cron anymore as there is now an automatic cleaning process in Invidious. + Since this pull request: [https://github.com/iv-org/invidious/pull/3294](https://github.com/iv-org/invidious/pull/3294). + But this page is left in case you need to manually cleanup the database. + Invidious needs one PostgreSQL database which has the following tables. - `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](./configuration.md)