mirror of
https://github.com/iv-org/documentation.git
synced 2025-06-06 22:18:53 -04:00
Add note about database maintenance
This commit is contained in:
parent
15eef0af6f
commit
fd63de4603
1 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Database Information and Maintenance
|
# 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.
|
Invidious needs one PostgreSQL database which has the following tables.
|
||||||
|
|
||||||
- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](./configuration.md)
|
- `annotations` Caches annotation data if `cache_annotations` is enabled in [`config.yml`](./configuration.md)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue