Commit 4feb650e authored by 智勇's avatar 智勇

update

parent e2bb762a
...@@ -29,6 +29,7 @@ function db_schema_sync() ...@@ -29,6 +29,7 @@ function db_schema_sync()
echo "database_name is : $sync_db_name" echo "database_name is : $sync_db_name"
echo "delete_business_data : $delete_business_data" echo "delete_business_data : $delete_business_data"
echo "sh $work_dir/db_gen_config.sh $source_db_host $source_db_user $source_db_pwd $target_db_host $target_db_user $target_db_pwd $database $config_file_name $db_backup_folder"
sh $work_dir/db_gen_config.sh $source_db_host $source_db_user $source_db_pwd $target_db_host $target_db_user $target_db_pwd $database $config_file_name $db_backup_folder sh $work_dir/db_gen_config.sh $source_db_host $source_db_user $source_db_pwd $target_db_host $target_db_user $target_db_pwd $database $config_file_name $db_backup_folder
} }
......
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