A daily database backup in a safe store

Once a day the scenario exports the tables from Postgres into files and stores them in GitHub, updating the ones already there. The backup makes itself.

  • A database copy every day, on schedule
  • Each table as its own file
  • Existing files get updated, not duplicated
  • The full change history is kept