diff options
author | 2024-09-28 22:45:43 +0200 | |
---|---|---|
committer | 2024-09-28 22:45:43 +0200 | |
commit | 504b3a9162d5509b7497c62baae522b4aafa1104 (patch) | |
tree | e908beaa3e390b80d622cb05402b50b7f33ac4f3 /docs/advanced/index.md | |
parent | [chore] Update apparmor example file (#3368) (diff) | |
download | gotosocial-504b3a9162d5509b7497c62baae522b4aafa1104.tar.xz |
[docs] Don't run SQLite on networked storage (#3369)
* [docs] Don't run SQLite on networked storage
This updates our documentation to include warnings against running
SQLite on networked storage.
It also slightly reorganises and consolidates some admonitions on the
Getting Started page because it was getting a bit too busy with repeated
information.
* [docs] Reword a few things
Diffstat (limited to 'docs/advanced/index.md')
-rw-r--r-- | docs/advanced/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/advanced/index.md b/docs/advanced/index.md index 196c2b959..3986d4ada 100644 --- a/docs/advanced/index.md +++ b/docs/advanced/index.md @@ -16,3 +16,4 @@ We consider these topics advanced because applying them incorrectly does have th * [Tracing](tracing.md) * [Metrics](metrics.md) * [Replicating SQLite](replicating-sqlite.md) +* [SQLite on networked storage](sqlite-networked-storage.md) |