Cloud backup overview

From TempusServa wiki
Revision as of 12:51, 10 December 2021 by Tvi (talk | contribs) (5 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Backup of Tempus Serva instances running in AWS is done in the following manner

  1. Instance saves .sql for each table in the database
  2. Remote backup server
    • Rsyncs the files from EACH instance
    • Build daily archives containing all .sql files
    • Registers succesfull backup on the monitor server
  3. Site 24 polls the monitor server
    • If failed: Sends warning emails

The backup setup is part of the server creation service

TsBackup.png