summaryrefslogtreecommitdiff
path: root/docs/advanced/index.md
diff options
context:
space:
mode:
authorLibravatar Martijn de Boer <github@sexybiggetje.nl>2024-06-13 15:09:51 +0200
committerLibravatar GitHub <noreply@github.com>2024-06-13 15:09:51 +0200
commit38cd889f7b24a91bc6399e1eaf432b7146438c84 (patch)
treef79da12856fa4273a86ca6423c0c726f919e7ed0 /docs/advanced/index.md
parent[chore] Update move test (#3005) (diff)
downloadgotosocial-38cd889f7b24a91bc6399e1eaf432b7146438c84.tar.xz
[docs] Add optional instructions for replicating SQLite for disaster recovery (#2981)
* Add optional instructions for replicating SQLite for disaster recovery * Remove references to MacOS from replicating-sqlite.md Resolve comment on review * Add mention for replicating SQLite in database_maintenance.md Adds a reference to the replicating sqlite page under database maintenance
Diffstat (limited to 'docs/advanced/index.md')
-rw-r--r--docs/advanced/index.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/advanced/index.md b/docs/advanced/index.md
index 81773801f..196c2b959 100644
--- a/docs/advanced/index.md
+++ b/docs/advanced/index.md
@@ -15,3 +15,4 @@ We consider these topics advanced because applying them incorrectly does have th
* [Firewall configuration](security/firewall.md)
* [Tracing](tracing.md)
* [Metrics](metrics.md)
+* [Replicating SQLite](replicating-sqlite.md)