[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
This commit is contained in:
Martijn de Boer 2024-06-13 15:09:51 +02:00 committed by GitHub
commit 38cd889f7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 110 additions and 0 deletions

View file

@ -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)