diff options
author | 2024-06-13 15:09:51 +0200 | |
---|---|---|
committer | 2024-06-13 15:09:51 +0200 | |
commit | 38cd889f7b24a91bc6399e1eaf432b7146438c84 (patch) | |
tree | f79da12856fa4273a86ca6423c0c726f919e7ed0 /docs/advanced/index.md | |
parent | [chore] Update move test (#3005) (diff) | |
download | gotosocial-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.md | 1 |
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) |