Overall improve DB migration and fix SQLite index migration

This commit is contained in:
2026-01-21 21:35:33 +01:00
parent cc40c33dc9
commit ffaf038123
2 changed files with 106 additions and 48 deletions

View File

@@ -317,6 +317,7 @@ wget -qO- --user=username --password=password \
- Rate limiting protects against brute-force attacks
- Database file should have restricted permissions
- Consider fail2ban for additional protection
- **Database backups**: Create recurring backups before upgrades. Migration errors require manual recovery from backup.
## TTL Behavior