surrogate
surrogate copied to clipboard
bash wrapper for percona xtrabackup
I attempted to restore a single database by pointing to the directory of said backup. For example: sh surrogate -c /backup/mysql/backups/daily/Mon/full_2017-12-11_2200/mysql_database I quickly realized this would not work because of...
/usr/local/lib/surrogate/lib/actions/restore: line 57: /usr/local/bin/qpress: cannot execute binary file
Hi, How should i configure surrogate to get the mysqld_multi working? My MySQL includes test and production environment. Production: - running in port 3306 - datadir=/data/production - socket=/data/production/mysql.sock Test: -...
This PR still needs some work, which I'm unable to put in at this point but feel free to use any of the submitted code for ideas and further implementation....
Hi, I've forked and tweaked your scripts to support automatic archiving to Amazon S3. See: https://github.com/cattlea/surrogate If you like, you can use my implementation in this project or I can...
I have succesfully done a backup, but when i run "surrogate -r" i have got these messages ´´´´ restoring backup copying full backup files: /data/backups/daily/Tue/full_2016-04-12_1605 preparing full backup... 160412 16:18:43...
When making a backup, i have got this error (password is configured inside /etc/surrogate): ``` 160412 15:57:50 version_check Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_group=xtrabackup;mysql_socket=/run/mysqld/mysqld.sock' as 'root' (using password: YES)....
Not sure if this is by design or not, but after install the mysql_socket variable was incorrect in the surrogate.conf, resulting in this error in the logs: 160229 22:58:53 Connecting...