Commit af4e6b03 authored by 智勇's avatar 智勇

up

parent e4c95ecd
......@@ -8,9 +8,10 @@
# -------------------------------------------------------------------------------
source ~/.bash_profile
work_dir=/home/qa-deploy-utils/db-utils
source_db_host=$1
source_db_user=$2
source_db_pwd='Uiwb@o^fR&nHOa5t'
source_db_pwd=`grep source_db_pwd $work_dir/config/db_config | cut -d "=" -f 2`
target_db_host=$4
target_db_user=$5
......@@ -27,7 +28,7 @@ port=""
sys_table_list=""
sync_config_folder=~/db_sync_configs
base_config_file=$sync_config_folder/base_config.json
base_config_file=$work_dir/config/base_config.json
cache_dir=/root/daily_db_backup
# if [ $# -ne 9 ]; then
......
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