Commit dec27e97 authored by 智勇's avatar 智勇

up

parent 8c98226e
...@@ -91,9 +91,9 @@ function db_schema_sync() ...@@ -91,9 +91,9 @@ function db_schema_sync()
sh $work_dir/db_import.sh $database $target_db_host $db_backup_sub_folders $delete_business_data sh $work_dir/db_import.sh $database $target_db_host $db_backup_sub_folders $delete_business_data
echo "--- Step 4: sync schema: $database $target_db_host ---" echo "--- Step 4: sync schema: $database $target_db_host ---"
sync_cmd="mss -conf ${config_file_name} -sync" #sync_cmd="mss -conf ${config_file_name} -sync"
echo "${sync_cmd}" echo "mss -conf ${config_file_name} -sync"
$sync_cmd mss -conf ${config_file_name} -sync
} }
function run_sql_file() function run_sql_file()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment