GithubHelp home page GithubHelp logo

nethalo / backup-scripts Goto Github PK

View Code? Open in Web Editor NEW
27.0 8.0 14.0 19 KB

Short collection of backup scripts. Mostly on bash

Shell 100.00%
mysql mysqldump mydumper xtrabackup backup-scripts mysqldump-backup backup-binlogs mysqlbinlog

backup-scripts's Introduction

Backup Scripts

Collection of backup scripts (sometimes just wrapers) for MySQL. Tools to enhance the MySQL Backup experience and make it easier (almost plug and play...almost!)

All the scripts take care of the retention policy (defined by the user), as followed:

  • For MyDumper: User will define weekly and daily retention times.
  • For Mysqldump: User will define weekly and daily retention times.
  • For Mysqlbinlog: User will define number of days that the binlog files will be keep it
  • For XtraBackup: User will define weekly and daily retention times.

Binlog backup

pull-binlogs.sh Bash script for backup binlogs using the mysqlbinlog utility that comes with MySQL 5.6. To launch this script, run:

  nohup ./pull_binlog.sh > /var/log/mysql/pull_binlog.log 2>&1 /dev/null

MyDumper backup

mydumper.sh Bash script used as a wraper of the MyDumper backup tool. Run this script as a daily cronjob

Mysqldump backup

mysqldump.sh Bash script used as a wraper of the classic mysqldump backup tool. Run this script as a daily cronjob

XtraBackup script.

xtrabackup.sh Bash script used as a wrapper of the Percona XtraBackup tool. Run this script as a daily cronjob. It only takes care of full backups. Coming soon: Incremental backups

backup-scripts's People

Contributors

nethalo avatar ruleant avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

backup-scripts's Issues

[ERROR] Failed execution. Couldn't execute MyDumper.

I've been using your MyDumper script for a couple of years now, and i'm very happy with it.
A couple of days ago, probably due to an update of mydumper, i started receiving error messages from my cron job, though.

The backups look fine like before, but there seems to be an issue with the exit code. The last lines when running is with a verbose shell look like this:

+ logInfo '[OK] Found '\''mydumper'\'' bin'
++ date +%y%m%d-%H:%M:%S
+ echo '[170427-12:38:54] [OK] Found '\''mydumper'\'' bin'
+ logInfo '[Info] Dumping data with MyDumper.....start'
++ date +%y%m%d-%H:%M:%S
+ echo '[170427-12:38:54] [Info] Dumping data with MyDumper.....start'
++ mydumper --user=root --outputdir=/mnt/blockbox/backups/hades/mysql/2017-04-27/ --host=localhost --port=3306 --threads=4 --compress --kill-long-queries --no-schemas --verbose=3
+ out=
+ verifyExecution 1 'Couldn'\''t execute MyDumper. ' true
+ local exitCode=1
+ local mustDie=true
+ '[' 1 -ne 0 ']'
+ msg='[ERROR] Failed execution. Couldn'\''t execute MyDumper. '
+ echo '[ERROR] Failed execution. Couldn'\''t execute MyDumper. '
+ '[' true == true ']'
+ exit 1
+ destructor
+ sendAlert
+ '[' -e /var/log/mysql/mydumper.err ']'
++ cat /var/log/mysql/mydumper.err
+ alertMsg='[ERROR] Failed execution. Couldn'\''t execute MyDumper. '
+ echo -e '[ERROR] Failed execution. Couldn'\''t execute MyDumper. '
+ mailx -s '[hades] ALERT MyDumper backups' [email protected]
+ rm -f /var/lock/mydumper-pull.lock /var/log/mysql/mydumper.err

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.