Categorygithub.com/KaiserWerk/MySQL-Dumper
modulepackage
0.0.0-20220102191851-f7667ff32b7b
Repository: https://github.com/kaiserwerk/mysql-dumper.git
Documentation: pkg.go.dev

# README

MySQL-Dumper

A tiny (sidecar) app that can automatically backup your app's MySQL database and optionally store it remotely. It is supposed to be run against a central MySQL Dump instance, but it can also be run standalone if you do not need the management/restore features.

  • Automatically creates a backup file (*.sql) from a database using the supplied DSN at a configurable interval (min. 1 minute)
  • Can optionally upload created backups to a MySQL Dump instance