docs: add database backup restore guide

This commit is contained in:
Christian Krakau-Louis
2026-05-22 22:15:53 +02:00
parent be983e7110
commit b5508e428c
9 changed files with 168 additions and 32 deletions
+1 -1
View File
@@ -278,4 +278,4 @@ Regular backups of the database should be configured:
- For SQLite: Simple file copy or SQLite's `.backup` command
- For PostgreSQL: `pg_dump` command or continuous archiving with WAL
See the [Deployment Guide](../deployment/docker.md) for more information on database backup strategies.
See [Database Backup and Restore](../deployment/backups.md) for backup, restore, and verification commands.