summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorLibravatar Daniël Franke <df@ponc.tech>2025-10-05 14:43:09 +0200
committerLibravatar kim <gruf@noreply.codeberg.org>2025-10-05 14:43:09 +0200
commit5b956369934e448db285eb5f3e890f280cfa87de (patch)
tree04fb23f5dcb42c5faea452b3de25534ab23c64aa /mkdocs.yml
parent[bugfix] Update interaction policies of freshly dereffed statuses if differen... (diff)
downloadgotosocial-5b956369934e448db285eb5f3e890f280cfa87de.tar.xz
[docs] Add db migration tip for slow hardware instances. (#4457)v0.20.0-rc2
This PR adds a new section to the documentation to contain workarounds for running GtS on slow hardware. Right now it only contains a procedure on how to run migrations on a different database instance in case the original database is too slow to finish a database migration in a timely manner. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4457 Co-authored-by: Daniël Franke <df@ponc.tech> Co-committed-by: Daniël Franke <df@ponc.tech>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 5c33d764e..0d5528080 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -38,7 +38,7 @@ plugins:
extra:
alternate:
- name: English
- link: /en/
+ link: /en/
lang: en
- name: 中文
link: /zh-cn/
@@ -149,6 +149,7 @@ nav:
- "admin/spam.md"
- "admin/database_maintenance.md"
- "admin/themes.md"
+ - "admin/slow_hardware.md"
- "Federation":
- "federation/index.md"
- "federation/http_signatures.md"