Skip to content

MySQL Backup Manager 1.4.0

Compare
Choose a tag to compare
@cbaerike cbaerike released this 28 Feb 23:57
· 48 commits to master since this release

Complete refactoring to make long-term maintenance and adding features easier:

  • Update to Visual Studio 2013 solution
  • Replaced InstallShield installer with Visual Studio Project installer
  • Removed and split up "Classes" and "Library" namespaces and classes
  • Started adding XML comments

Bugs fixed from version 1.3:

  • Installer error 1001 (Issue #18)
  • Databases with spaces in the name were not being backed up (Issue #23)
  • Scheduled backups would not run (Issue martin-rohwedder#30)