Skip to content

Releases: RoxasShadow/EDB

0.7

19 Oct 12:43
Compare
Choose a tag to compare
  • Add options only_tables, exclude_tables, run_sql_after_backup, include_cluster (@brookzhang)

0.6.1

17 Oct 17:30
Compare
Choose a tag to compare
  • Crypto/AES_256_CBC: Fix length of encryption key to 32 bytes

0.6

17 Oct 16:06
Compare
Choose a tag to compare
0.6
  • Crypto: Add decryption in the executable and authenticate the ciphering
  • Add tests for DBMS and Crypto

0.5

16 Oct 17:20
Compare
Choose a tag to compare
0.5
  • Implement random key generation and optpaese inside the executable
  • Crypto/AES_256_CBC: Hash given key with HKFD::SHA256
  • Crypto/AES_256_CBC: Generate iv before encryption and decryption
  • DBMS/MySQL: Add flag --single-transaction

Thanks to everyone who read and liked this repo and reported issues and suggestions.
Special thanks also to @dchest!

0.4

11 Aug 21:55
Compare
Choose a tag to compare
0.4
  • Make parsing of given configuration file more reliable
  • Add module Storage::FTP

0.3.1

08 Aug 18:51
Compare
Choose a tag to compare
  • Add travis
    -- Refactor dependencies between gemspec and Gemfile

0.3

08 Aug 17:54
Compare
Choose a tag to compare
0.3
  • Update README.md
  • Make checking of requested modules more strict
  • Prepare tests

0.2.1

08 Aug 16:22
Compare
Choose a tag to compare
  • Change name of keys in S3's bucket section in the config file

0.2

01 Aug 10:20
Compare
Choose a tag to compare
0.2
  • Add module Storage::Filesystem
  • Add module DBMS::MySQL
  • Backups are saved inside sub-folders named as their own dbms

0.1

24 Jun 22:12
Compare
Choose a tag to compare
0.1
Fix consistency of module DBMS