[sysadmin-bin] Switch to rh-mariadb103
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
 
- To: gnome-sysadmin gnome org,commits-list gnome org
 
- Subject: [sysadmin-bin] Switch to rh-mariadb103
 
- Date: Mon,  2 Nov 2020 12:15:27 +0000 (UTC)
 
commit d625947efed6df084bf1f6509d9be9cbb62f3ffc
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Nov 2 13:14:52 2020 +0100
    Switch to rh-mariadb103
 mysqlbackup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mysqlbackup b/mysqlbackup
index ee02c48..f7d9c23 100755
--- a/mysqlbackup
+++ b/mysqlbackup
@@ -3,7 +3,7 @@
 set -e
 
 DESTDIR=/mnt/galera-backups
-mariabackup="scl enable rh-mariadb102 -- mariabackup --user=root --backup --stream=xbstream 
--open-files-limit=20480"
+mariabackup="scl enable rh-mariadb103 -- mariabackup --user=root --backup --stream=xbstream 
--open-files-limit=20480"
 
 mysql -N -e 'show databases' | while read -r dbname; do
     ionice -c2 -n7 $mariabackup --databases="$dbname" | zstd -T6 -11 - > 
"$DESTDIR/${dbname}.xbstream.zst.tmp"
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]