Commit b0985366 authored by 智勇's avatar 智勇

up

parent 823ce8b2
...@@ -6,8 +6,8 @@ sync_config_folder=/home/db_sync_configs ...@@ -6,8 +6,8 @@ sync_config_folder=/home/db_sync_configs
db_backup_folder=/home/daily_db_backup db_backup_folder=/home/daily_db_backup
source_db_host=$1 source_db_host=$1
source_db_user=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/user` source_db_user=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/username`
source_db_pwd=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/pwd` source_db_pwd=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/passwd`
target_db_host=192.168.6.2 target_db_host=192.168.6.2
target_db_port=3306 target_db_port=3306
......
...@@ -30,8 +30,8 @@ sync_config_folder=/home/db_sync_configs ...@@ -30,8 +30,8 @@ sync_config_folder=/home/db_sync_configs
db_backup_folder=/home/db_backups db_backup_folder=/home/db_backups
source_db_host=$1 source_db_host=$1
source_db_user=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/user` source_db_user=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/username`
source_db_pwd=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/pwd` source_db_pwd=`curl -s http://192.168.4.3:10088/config_server/get_db_config/xyqb/passwd`
ip_value=$4 ip_value=$4
......
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