admin-scripts icon indicating copy to clipboard operation
admin-scripts copied to clipboard

Simple administration scripts I use on my servers.

Results 4 admin-scripts issues
Sort by recently updated
recently updated
newest added

I suggest an additional parameter "SOCKET" for the config file (`.xtrabackup.config`) defaults to `/tmp/mysql.sock`. The reason is the following innobackupex's error: ``` Failed to connect to MySQL server: Can't connect...

I tried your script "xtrabackup.sh". The backup works like expectet but I get a problem with the restore prodedure. The call ``` xtrabackup.sh restore 2015-06-30_09-12-47 tmp/xxx ``` results in the...

Loading configuration from /root/.duplicity.config. Command line error: Expected 2 args, got 0 Enter 'duplicity --help' for help screen. basically its running this: /usr/bin/nice -n 15 /usr/bin/ionice -c2 -n7 /usr/bin/duplicity

Subject says it all. Added support for the xtrabackup parameters 'socket' and 'defaults-group'. Mostly used by mysqld_multi deployments