2021-09-03 15:22:27 +08:00

110 lines
6.1 KiB
Plaintext

combine setp:
1、maintain server
cd /data/git/dev_ops/wjtx_tools/ops_tools
python wjtx_global_tools.py -m maintain -s 1-3
2、 close auto load in ops:
3、stop service && backup redis && backup mysql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_241 >legend_241.sql
4、run scripts
cd /root/opensource/migrate_server/wjtx/tools/combine_db/script
python combine_db.py
python combine_redis.py
drop database
cd /data/git/dev_ops/wjtx_tools/ops_tools && python wjtx_tools.py -t initdb -s 2008
cd /root/opensource/migrate_server/wjtx/tools/combine_db/script/out
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_237 -e"source all.sql"
cd ..
python import_redis.py 10.10.6.59 6381 out/game_redis.script
python import_redis.py 10.10.6.4 6379 out/global_redis.script
5、start service && change service to open && autoload
python wjtx_global_tools.py -m open -s 1-3
cd /data/git/dev_ops/wjtx_tools/ops_tools && python wjtx_tools.py -t autoload
clear_mysql:
select count(1) FROM role WHERE login_time < '2020-11-01 00:00:00' AND total_rmb < 6 AND total_online_millis < 3600000 AND id not in (select role_id from role_marry)
select count(id) from item where role_id not in (select id from role)
select count(id) from role_mail where role_id not in (select id from role)
select count(id) FROM `tribe_member` WHERE role_id NOT IN ( SELECT id FROM role)
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_556 -e"select count(1),server_id from user group by server_id;"
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_560 -e"select count(1),server_id from user group by server_id;"
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_520 -e"select count(1),server_id from user group by server_id;"
==========================================step 1===============================================
10.10.6.220-223
python wjtx.py changestatus -m maintain -o add -s 564-571
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_564 >legend_564.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_565 >legend_565.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_566 >legend_566.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_567 >legend_567.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_568 >legend_568.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_569 >legend_569.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_570 >legend_570.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_571 >legend_571.sql
python wjtx.py initdb -s 564
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_564 -e"source all.sql"
python import_redis.py 10.10.6.220 6381 out/game_redis.script
python import_redis.py 10.10.6.4 6379 out/global_redis.script
python wjtx.py changestatus -m maintain -o remove -s 564-571
==========================================step 2===============================================
10.10.6.224 225
python wjtx.py changestatus -m maintain -o add -s 572-575
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_572 >legend_572.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_573 >legend_573.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_574 >legend_574.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_575 >legend_575.sql
python wjtx.py initdb -s 572
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_572 -e"source all.sql"
python import_redis.py 10.10.6.224 6381 out/game_redis.script
python import_redis.py 10.10.6.4 6379 out/global_redis.script
python wjtx.py changestatus -m maintain -o remove -s 572-575
=======================================step 3===============================================
10.10.6.216 218
python wjtx.py changestatus -m maintain -o add -s 556-563
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_556 >legend_556.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_560 >legend_560.sql
python wjtx.py initdb -s 556
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_556 -e"source all.sql"
python import_redis.py 10.10.6.216 6381 out/game_redis.script
python import_redis.py 10.10.6.4 6379 out/global_redis.script
redis-cli -h 10.10.6.4 hdel hefu_info 556
redis-cli -h 10.10.6.4 hdel hefu_info 560
python wjtx.py changestatus -m maintain -o remove -s 556-563
=======================================step 4===============================================
10.10.6.45
python wjtx.py changestatus -m maintain -o add -s 210-309
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_210 >legend_210.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_266 >legend_266.sql
clear database by clear_old.sql
python wjtx.py initdb -s 210
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_210 -e"source all.sql"
clear 10.10.6.45 6381
python import_redis.py 10.10.6.45 6381 out/game_redis.script
python import_redis.py 10.10.6.4 6379 out/global_redis.script
redis-cli -h 10.10.6.4 hdel hefu_info 210
redis-cli -h 10.10.6.4 hdel hefu_info 266
change gameserve config 210 redis from 6382->6381
python wjtx.py changestatus -m maintain -o remove -s 210-309
=======================================step 5===============================================
10.10.6.93
python wjtx.py changestatus -m maintain -o add -s 310-391
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_310 >legend_310.sql
mysqldump --default-character-set=utf8 -uwjtx -pmMWA4DKCfeOL -h10.10.6.2 legend_360 >legend_360.sql
clear database by clear_old.sql
python wjtx.py initdb -s 310
mysql -uroot -p0usmUwROtWjf -h10.10.6.2 legend_310 -e"source all.sql"
python import_redis.py 10.10.6.93 6381 out/game_redis.script
python import_redis.py 10.10.6.4 6379 out/global_redis.script
redis-cli -h 10.10.6.4 hdel hefu_info 310
redis-cli -h 10.10.6.4 hdel hefu_info 360
python wjtx.py changestatus -m maintain -o remove -s 310-391