Skip to content
Snippets Groups Projects

FIX localdump call with ALL from backup.sh

Merged Hahn Axel (hahn) requested to merge backup-single-db into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -462,6 +462,7 @@ EOH
@@ -462,6 +462,7 @@ EOH
profiles2run=$(get_database_profiles)
profiles2run=$(get_database_profiles)
echo "INFO: Calling local backup scripts for all active profiles"
echo "INFO: Calling local backup scripts for all active profiles"
echo "$profiles2run" | nl
echo "$profiles2run" | nl
 
shift 1
else
else
profiles2run=$*
profiles2run=$*
echo "INFO: I try to dump the profiles you gave as parameter: $profiles2run"
echo "INFO: I try to dump the profiles you gave as parameter: $profiles2run"
Loading