develop a backup script that dumps the session store for backup.
we can keep a central backup of all sessions in a merged/joint repository, and then insert missing sessions into any future session-service deployment that is incomplete
This is good if we lose our session service database in an accident / if we need to recover data.
develop a backup script that dumps the session store for backup. we can keep a central backup of all sessions in a merged/joint repository, and then insert missing sessions into any future session-service deployment that is incomplete This is good if we lose our session service database in an accident / if we need to recover data.