backup-db 0.0.5 release, database backup tools running in Docker

Principle: docker mirror on the basis of native, added a backup tool, enhanced backup features.

Providing postgres, mysql5 mirror, it can be used directly, if necessary to mention issues.

The changes:

  1. Repair the client to read large files, memory footprint is too big a problem
  2. Repair the client to send the file to the server, when the network is not good, prone to data verification failures

Existing features:

  1. Docker own image may be constructed, to support different databases and different versions, such as mysql8, oracle, sqlserver2017 + etc.
  2. Support for custom command
  3. Backup files can be stored on another server
  4. Backup failed mail notification
  5. Daily early morning automatic backup
  6. You can set the maximum number of days to save the backup file (at least 3 days)
  7. Reference tls encryption backup file transfer to the server, RSA asymmetric key exchange + aes-256-gcm symmetric encryption (+ fixing each random password authentication password)

project address:

https://gitee.com/jeessy/backup-db

https://github.com/jeessy2/backup-db

docker Address:

https://hub.docker.com/r/jeessy/backup-db

Guess you like

Origin www.oschina.net/news/114227/backup-db-0-0-5-released