Skip to content

Releases: cbaerike/MySQL-Backup-Manager

MySQL Backup Manager 1.4.4 - Hotfix

02 Aug 19:23
Compare
Choose a tag to compare
Pre-release

Attempt at solving Issue #10

MySQL Backup Manager 1.4.4

03 Jul 03:38
Compare
Choose a tag to compare

Issue #22: Option to back up table functions and stored procedures.
Issue martin-rohwedder#28: Option to remove "Use Database" statement from dumpfile.
Improvement: Catch exception and provide useful error in logfile when creating the backup directory fails.

MySQL Backup Manager 1.4.3

13 Jun 04:55
Compare
Choose a tag to compare

Issue #8: Database backup settings could not be modified.
Improvement: Sort databases by host name and database name

MySQL Backup Manager 1.4.2

30 May 06:33
Compare
Choose a tag to compare

Issue #3: The databases config file is now versioned to make future changes possible.
Issue #4, Issue martin-rohwedder#31: Ability to use non-standard port.
Issue martin-rohwedder#29: Fix issues with duplicate database names on different hosts.
Issue martin-rohwedder#30: Better catch and log exceptions that may prevent scheduled backups.
Improvement: Scroll to end when displaying logfile.

MySQL Backup Manager 1.4.1

07 Mar 02:04
Compare
Choose a tag to compare
  • Issue martin-rohwedder#29: Adding database hostname to backup folder structure.
  • Issue martin-rohwedder#24: Displaying databases in grid view, including host and scheduled times.
  • The database config file is now monitored for changes, and automatically reloaded by the service when changes are detected.
  • Adding a 64-bit installer, so both versions are created automatically for each release.

MySQL Backup Manager 1.4.0

28 Feb 23:57
Compare
Choose a tag to compare

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)