A daily database backup in a safe store

Once a day the scenario exports the tables from rees46 into files and stores them in GitLab, 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

How it works

To move data from rees46 to GitLab automatically, use a ready-made scenario — no manual exports.

  1. Starts when: Daily Schedule
  2. Then: List files from repository [GITHUB]
  3. Then: Combine file names [GITHUB]
  4. Then: List tables1
  5. Check: Loop Over Items
  6. Check: Split to single items
  7. Check: Check if file exists in repository
  8. If yes: Update file [GITHUB]
  9. If no: Upload file [GITHUB]
  10. Then: Code
  11. Then: List tables
  12. Then: Convert to File1

You can launch this rees46 + GitLab integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.