Commit 48d57246 authored by 智勇's avatar 智勇

fix

parent a8ab0bb8
......@@ -91,6 +91,7 @@ function db_schema_sync()
echo "--- Step 3: import basic data from backup file: $database $db_backup_sub_folders ---"
sh $work_dir/db_import.sh $database $target_db_host $db_backup_sub_folders $delete_business_data $target_db_port
if [ $? != 0 ];then echo "db_import.sh $database error";exit -1; fi
echo "--- Step 4: sync schema: $database $target_db_host ---"
#sync_cmd="mss -conf ${config_file_name} -sync"
......
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