DiBaReMy/CHANGELOG.md

11 KiB

Changelog

(unreleased)

Add

  • Add config file Merge backup_db.sh in backup.sh Merge restore_db.sh in restore.sh Update README. (commit 7cd8f65 by Knah Tsaeb)
  • Add changelog and config file for gitchangelog (commit cf65af4 by Knah Tsaeb)

0.0.6 (2019-02-21)

Add

  • Add gitignore. (commit 94378c9 by Knah Tsaeb)
  • Add param --tables. (commit 7ea3f69 by mirocow) --tables - Select only such tables split by space

Update

  • Update backup.sh. (commit 2b9ef28 by mirocow)
  • Update backup_db.sh. (commit f6ab63a by mirocow)

Replace

  • Replace option defaults-extra-file into defaults-file. (commit ba4cee5 by mirocow)
  • Replace option defaults-extra-file into defaults-file. (commit a33059f by mirocow)
  • Replace option defaults-extra-file into defaults-file. (commit 46405d5 by mirocow)
  • Replace option defaults-extra-file into defaults-file. (commit 8c5a460 by mirocow)

Fix

  • Fix error touch: cannot touch. (commit 3162885 by mirocow) fix error touch: cannot touch '/var/backups/mysql/2017.02.11/bd_name/error.log': No such file or directory
  • Fix error touch: cannot touch. (commit 1d4dbd9 by mirocow) fix error touch: cannot touch '/var/backups/mysql/2017.02.11/bd_name/error.log': No such file or directory
  • Fix bd name. (commit 598e20a by mirocow)
  • Fix dump with geospatial fields. (commit e067066 by mirocow)
  • Fix dump with geospatial fields. (commit ced1fbb by mirocow)
  • Fixed utf8 encode load data. (commit 501b3a5 by mirocow)

Delete

  • Delete txt source after execute mysql. (commit ac13691 by mirocow)

0.0.5 (2016-03-21)

Add

  • Add default character fore backup data. (commit 6cd7eb5 by mirocow)
  • Add default character fore backup data. (commit 0586125 by mirocow)
  • Add default character fore backup data. (commit 33c5791 by mirocow)
  • Add Apache back-end support. (commit 6ecc220 by mirocow)

Update

  • Update backup_db.sh. (commit d42db14 by mirocow)
  • Update backup.sh. (commit 14041fb by mirocow)
  • Update restore_db.sh. (commit dbb56b4 by mirocow)
  • Update restore.sh. (commit 73fcf08 by mirocow)

Fix

  • Fixed bugs with default charset. (commit 40266a4 by mirocow)
  • Fix bad previous commit. (commit 438c05c by mirocow)
  • Fix if table is empty. (commit e2efabe by mirocow)
  • Fix if table is empty. (commit 8f54453 by mirocow)

Other

  • Remove bad commit. (commit fd432fb by mirocow)
  • =fix load data from source file with charset cp1251. (commit c635e3b by Mirocow)
  • Dont delete source file. (commit 719abd0 by mirocow)
  • Don`t delete source file. (commit 024da4c by mirocow)

0.0.4 (2016-02-16)

Update

  • Update backup_db.sh. (commit 194b577 by mirocow)
  • Update restore_db.sh. (commit c308b1b by mirocow)

Fix

  • Fixed delete segment files. (commit 60303b7 by mirocow)
  • Fixed delete segment files. (commit cf43e79 by mirocow)
  • Fixed typo. (commit 3dc75d5 by mirocow)

0.0.3 (2016-02-16)

Update

  • Update restore.sh. (commit 971c2d0 by mirocow)
  • Update restore_db.sh. (commit 9b0bdb0 by mirocow)

0.0.2 (2016-02-16)

Add

  • Add check if debian os. (commit b74f33f by mirocow)
  • Add check shell. (commit 4d4fc1a by mirocow)

Update

  • Update restore_db.sh. (commit 3cf1be7 by mirocow)
  • Update restore_db.sh. (commit be23cdb by mirocow)
  • Update restore.sh. (commit fe69208 by mirocow)
  • Update restore.sh. (commit e85bdf8 by mirocow)
  • Update restore.sh. (commit 15d4283 by mirocow)
  • Update restore.sh. (commit d23f850 by mirocow)
  • Update backup.sh. (commit 082ebca by mirocow)
  • Update restore.sh. (commit c6431c0 by mirocow)
  • Update restore.sh. (commit 488c209 by mirocow)
  • Update backup.sh. (commit 81fc75d by mirocow)
  • Update restore_db.sh. (commit 728a1c6 by mirocow)
  • Update restore_db.sh. (commit 7c9b46e by mirocow)
  • Update backup_db.sh. (commit 4c8fd75 by mirocow)
  • Update backup.sh. (commit a0b772c by mirocow)
  • Update backup_db.sh. (commit 84da1b1 by mirocow)
  • Update backup.sh. (commit dd2a1b3 by mirocow)
  • Update restore.sh. (commit 3dd4b76 by mirocow)
  • Update restore_db.sh. (commit 7afff39 by mirocow)
  • Update README.md. (commit 2abca96 by mirocow)
  • Update backup_db.sh. (commit 05c4948 by mirocow)
  • Update backup.sh. (commit cb49829 by mirocow)
  • Update backup_db.sh. (commit 2944087 by mirocow)
  • Update backup.sh. (commit 37a09e9 by mirocow)
  • Update backup_db.sh. (commit d76a2ac by mirocow)
  • Update backup.sh. (commit 1f97f5d by mirocow)
  • Update backup.sh. (commit 8f46f81 by mirocow)
  • Update backup.sh. (commit efe163a by mirocow)
  • Update restore_db.sh. (commit 3d617f6 by mirocow)
  • Update restore.sh. (commit 32447b4 by mirocow)
  • Update backup.sh. (commit 2c98f9a by mirocow)
  • Update backup.sh. (commit 427c725 by mirocow)
  • Update backup.sh. (commit 2044e32 by mirocow) fixed params
  • Update backup.sh. (commit e2eda7e by mirocow) add mysqldump flags
  • Update backup.sh. (commit c2cb0f8 by mirocow) fixed path to error log file
  • Update backup.sh. (commit c7a1974 by mirocow) mysqldump params fixed
  • Update backup.sh. (commit 1694412 by mirocow) add nodata filter --exclude-data-tables (fixed)
  • Update backup.sh. (commit 04a842a by mirocow) split file attributes and directory attributes
  • Update backup.sh. (commit 73162b0 by mirocow) replace configuration variables into the top
  • Update backup.sh. (commit 4cd8cfd by mirocow)
  • Update backup.sh. (commit 0fa7250 by mirocow)
    • add flag exclude data tables
    • add chmod and chown operation with sql dump and compresed files
  • Update backup.sh. (commit 8e0a123 by mirocow)
  • Update backup.sh. (commit eeea0fd by mirocow)
  • Update backup.sh. (commit ead3f36 by mirocow)
  • Update backup.sh. (commit 8a478eb by mirocow)
  • Update backup.sh. (commit f2011dc by mirocow)
  • Update backup.sh. (commit 84f978e by mirocow)
  • Update backup.sh. (commit a4a8619 by mirocow) add chmod && chown commands
  • Update README.md. (commit 0b52962 by mirocow)
  • Update README.md. (commit bf32098 by mirocow)
  • Update backup.sh. (commit cb334ef by mirocow)
  • Update backup.sh. (commit 4812068 by mirocow)
  • Update backup.sh. (commit 1e00862 by mirocow)
  • Update backup.sh. (commit f9e7d22 by mirocow)
  • Update backup.sh. (commit 17a0d2a by mirocow) add exclude tables
  • Update backup.sh. (commit 6c35e45 by mirocow)
  • Update backup.sh. (commit c5ca85f by mirocow)
  • Update backup.sh. (commit ea20cf1 by mirocow)
  • Update backup.sh. (commit 6018645 by mirocow)
  • Update backup.sh. (commit 727b570 by mirocow)
  • Update backup.sh. (commit f6e3e22 by mirocow)
  • Update backup.sh. (commit 2df24b4 by mirocow)
  • Update backup.sh. (commit 71b85a7 by mirocow)
  • Update backup.sh. (commit 96d2aa7 by mirocow)
  • Update backup.sh. (commit fcd5767 by mirocow)
  • Update restore_db.sh. (commit f4b3fc8 by mirocow)
  • Update restore_db.sh. (commit 884f6e9 by mirocow)
  • Update backup.sh. (commit c2e3bf0 by mirocow)
  • Update README.md. (commit 3cbf44e by Mirocow)
  • Update README.md. (commit fb3f982 by Mirocow)
  • Update README.md. (commit 2ed63fb by Mirocow)
  • Update README.md. (commit b1239eb by Mirocow) upgrade cron descriptions
  • Update README.md. (commit 8f247f8 by Mirocow)
  • Update backup.sh. (commit 86d0ea7 by Mirocow)
  • Update debian.cnf. (commit 7dd188f by Mirocow)
  • Update README.md. (commit 68cba63 by Mirocow)
  • Update README.md. (commit 6474de5 by Mirocow)
  • Update README.md. (commit c3ff1e2 by Mirocow)
  • Update README.md. (commit 60e6729 by Mirocow)
  • Update README.md. (commit c84c5e1 by Mirocow)
  • Update README.md. (commit 93af490 by Mirocow)
  • Update README.md. (commit 3bb2452 by Mirocow)
  • Update README.md. (commit 1c7db08 by Mirocow)

Fix

Other

  • Release. (commit f6678aa by mirocow)

  • Release. (commit 1d573a6 by mirocow)

  • Segment path fixed. (commit afd2c06 by mirocow)

  • Segment path fixed. (commit 116511a by mirocow)

  • Segment name try fixes. (commit 5b668dc by mirocow)

  • Skip files with part part (segment) (commit 1147cce by mirocow)

  • Segment fixed. (commit 6b9f6fa by mirocow)

  • Check errors. (commit db9e056 by mirocow)

  • Some fixes. (commit faee180 by mirocow)

  • Some fixes. (commit e331888 by mirocow)

  • Some fixes. (commit ea01afb by mirocow)

  • =Add split file for fast restore db; fixed path; check scripts on macos. (commit ee7c575 by Mirocow)

  • Speed fixed. (commit f812f1c by mirocow)

  • Speed fixed. (commit 8566d75 by mirocow)

  • Create backup_db.sh. (commit eee6d2b by mirocow)

  • Extented functions. (commit 8095c2c by mirocow) Add many options such

    Options: -e= | --exclude= Exclude databases -c= | --compress= Compress with gzip or bzip2 -v | --verbose Add verbose into output -l | --lifetime= Lifetime for dump files --config Config file of Debian format --dir Backup directory -h | --help This text

    Example: backup.sh --verbose --compress= backup.sh --verbose --compress=zgip backup.sh --verbose --compress=bzip2 backup.sh --verbose --compress= --exclude="mysql" backup.sh --verbose --compress= --exclude="mysql" --lifetime="3 day ago" backup.sh --verbose --config="/etc/mysql/debian.cnf" --exclude="mysql" --lifetime="1 day ago" backup.sh --verbose --dir="/var/backups/mysql" --config="/etc/mysql/debian.cnf" --exclude="mysql" --lifetime="1 day ago" backup.sh --verbose --dir="/home/backups/mysql" --exclude="mysql" --lifetime="1 day ago"

  • =Add usage default descriptions. (commit 733592b by mirocow)

  • =Add usage default descriptions. (commit 0d79392 by mirocow)

  • =Add switch compress engine or disabled it. (commit 73e86dd by mirocow)

  • =Fixed long params. (commit ae351ae by root)

  • =Add additional long params. (commit 1d7fce8 by root)

  • Rename restore_table.sh to restore_db.sh. (commit 80e08c3 by Mirocow)

  • Create .gitignore. (commit 3b7b584 by Mirocow)

  • Create debian.cnf. (commit 95c8ffe by Mirocow)

  • Скрипт восстанавливает таблицу в папке в которой был запущен. (commit 04fd4e4 by Mirocow)

0.0.1 (2013-07-07)

Update

  • Update some fixes. (commit 670e2ca by Mirocow)

Other

  • Реализовано сохранение дампа таблиц БД в репозиторий Реализована восстановление БД за указанную в хранилище дату Реализован пропуск сохраняемы и восстанавливаемых БД по ключу -e. (commit 0147bdb by Mirocow)
  • Initial commit. (commit 1a98233 by Mirocow)