Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

Releases: ShahriyarR/MySQL-AutoXtraBackup

v2.0.2

06 May 11:39
Compare
Choose a tag to compare

v2.0.2 (2021-05-06)

Increased code coverage and did codebase refactoring, #444 by @ShahriyarR

v2.0.1

05 May 15:02
73fae15
Compare
Choose a tag to compare

v2.0.1 (2021-05-05)

  • Added change handler for each release(so-called HISTORY.md), #442 by @ShahriyarR
  • Added new version.py file for getting the exact version from one place, #440 by @ShahriyarR
  • New option --run-server was added to start API server, #437 by @ShahriyarR

v2.0

05 May 09:33
bea739a
Compare
Choose a tag to compare

The changes:

  • Removed the half of redundant code, refactored the project.
  • Added type hints, mypy, black, etc. support.
  • Shifted from setup.py to pyproject.toml + flit.

v1.5.5

07 Feb 14:08
51afdd4
Compare
Choose a tag to compare

All changes stored here:
#347

v1.5.4

29 Dec 21:27
918b26f
Compare
Choose a tag to compare

The next release draft

  • Implemented PXB 8.0 and MySQL 8.0 support for --test-mode:
    #313
    #321

  • Now default config file will be generated during setup and will be stored in ~/.autoxtrabackup/autoxtrabackup.cnf
    #331

  • Updated DOC:
    #333
    #342

  • Added pipfiles:
    #339

  • Implemented proposed changes:
    #340

v1.5.3

13 Sep 06:48
ef61a16
Compare
Choose a tag to compare

Changes:

  • The default configuration is now stored in ~/.autoxtrabackup and renamed to autoxtrabackup.cnf. This is done as part of -> #300
  • The default log file path is changed from /var/log to ~/.autoxtrabackup as part of ->
    #302

Fixed:
#278
#282
#308
#311
#314

v1.5.2

24 Apr 12:29
8ae7927
Compare
Choose a tag to compare

Immediate fix for:
#240

The problem was --test_mode settings which affected overall usage of the tool.
Disabled several checks and disabled --test_mode settings by default.

Fixed -> #243

Fixed -> #246
Now there is 2 new options:

  • move_archive = 1 -> Will only move old backups to archive directory and not tar the old backups
  • prepare_archive = 1 -> Will prepare old backups prior archiving

Fixed -> #250
Fixed -> #252
Fixed -> #254
Fixed -> #260
Fixed -> #262
Fixed -> #263
Fixed -> #264
Fixed -> #268
Fixed -> #271
Fixed -> #275

v1.5.1

14 Dec 16:14
06aecbb
Compare
Choose a tag to compare

v1.5.0

16 Nov 21:07
a995d28
Compare
Choose a tag to compare

v1.4.9

25 Oct 13:00
Compare
Choose a tag to compare

#87 -> Fixed
#89 -> Implemented
#91 -> Fixed
#92 -> Fixed
#99 -> Implemented
#101 -> Implemented
#103 -> Implemented
#104 -> Implemented
#107 -> Implemented
#109 -> Implemented
#111 -> Implemented
#113 -> Implemented
#115 -> Implemented
#116 -> Fixed
#117 -> Implemented
#119 -> Implemented
#120 -> Implemented
#122 -> Fixed
#125 -> Implemented
#128 -> Implemented
#130 -> Implemented
#132 -> Implemented
#135 -> Implemented
#138 -> Implemented

Updated documentation.