try to document disaster scenarios authored by anarcat's avatar anarcat
...@@ -128,9 +128,11 @@ accessible only by TPA. To add a user, on the backend server ...@@ -128,9 +128,11 @@ accessible only by TPA. To add a user, on the backend server
## Disaster recovery ## Disaster recovery
<!-- what to do if all goes to hell. e.g. restore from backups? --> If Redis dies, we might lose in-process donations. But otherwise, it
<!-- rebuild from scratch? not necessarily those procedures (e.g. see --> is disposable and data should be recreated as needed.
<!-- "Installation" below but some pointers. -->
If the entire database gets destroyed, it needs to be restored from
backups, by TPA.
# Reference # Reference
... ...
......