Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
f-w committed Dec 15, 2024
1 parent 916ea8c commit 75bd71a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docs/miscellaneous/disaster-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ Under disastrous circumstances, however, entire HA cluster may fail. Recovery sh
1. MongoDB
2. Redis
3. API server

Notes

- MongoDB holds persistent data. When recovering MongoDB, data needs to be recovered. If data is corrupted, restore from backup.
- If MongoDB is the only failed component, after recovery, the other two components don't need to be restarted.
- Redis doesn't hold persistent data. When recovering Redis, data doesn't need to be recovered.
- After recovering Redis, API server needs to be restarted.

0 comments on commit 75bd71a

Please sign in to comment.