aboutsummaryrefslogtreecommitdiffstats
path: root/backup_db.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backup_db.sh')
-rwxr-xr-xbackup_db.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/backup_db.sh b/backup_db.sh
index 2562695..501d9d8 100755
--- a/backup_db.sh
+++ b/backup_db.sh
@@ -47,7 +47,7 @@ source_section "$config_file" "general"
cd "$db_dir"
# get all databases
-databases=$(nice -n 19 mysql -u root -N -e "show databases;" | grep -v "^information_schema$" | grep -v "^mysql$")
+databases=$(nice -n 19 mysql -u root -N -e "show databases;" | grep -v "^information_schema$" | grep -v "^mysql$" | grep -v "^performance_schema$")
# handle each database
for database in $databases