diff options
| author | 2024-03-14 18:40:36 +0100 | |
|---|---|---|
| committer | 2024-03-14 17:40:36 +0000 | |
| commit | 9b94b1faa26ebca69238eadd640852c9df08f198 (patch) | |
| tree | 7812a5971f1df487ba25545eb189081532a39bdb /mkdocs.yml | |
| parent | [bugfix] Don't return 500 when searching for unpermitted status (#2753) (diff) | |
| download | gotosocial-9b94b1faa26ebca69238eadd640852c9df08f198.tar.xz | |
[docs] Add database maintenance section; update info message on ANALYZE run (sqlite) (#2756)
* [chore] Limit size of ANALYZE run after migration (sqlite)
* add basic db maintenance tips
* update docs, analyze
* amend info message a wee bit
* update docs/admin/database_maintenance.md wording
Co-authored-by: Daenney <daenney@users.noreply.github.com>
---------
Co-authored-by: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com>
Co-authored-by: Daenney <daenney@users.noreply.github.com>
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index 173b7aa03..38dc7d449 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -119,6 +119,7 @@ nav: - "admin/backup_and_restore.md" - "admin/media_caching.md" - "admin/spam.md" + - "admin/database_maintenance.md" - "Federation": - "federation/index.md" - "federation/glossary.md" |
