Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qa-deploy-utils
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
qa-deploy-utils
Commits
288ba23c
Commit
288ba23c
authored
Dec 11, 2017
by
qa_quantgroup
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
52d3a5b7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
db_gen_config.sh
db-utils/db_gen_config.sh
+1
-1
initial_mq.sh
qa_shell_script/rabbitmq/initial_mq.sh
+1
-1
No files found.
db-utils/db_gen_config.sh
View file @
288ba23c
...
...
@@ -65,7 +65,7 @@ elif [[ $database_name = 'dujiangyan' ]]; then
port
=
'3310'
elif
[[
$database_name
=
'mall'
]]
;
then
# 白条商城
sys_table_list
=
'activity_3c_product ad_detail admin_banner advertisement_type album app_channel app_channel_ad app_name app_name_ad category_banner category_nature commodity_slogan commodity_slogan_product configuration edx_city faster_entrance faster_entrance_image goods_after_sale_config goods_after_sale_step home_config home_page hot_category jd_address jd_after_sale_config jd_brand jd_category jd_product_sku_image jd_property jd_sku jd_sku_detail_image jd_sku_specs life_faster_entrance life_service mall_category mall_config merchant nature_value new_3c_product product product_category product_nature product_nature_value_bak product_sku product_sku_image product_specification product_spu recommend_brand recommend_product sale_product_detail sale_product_theme spu_image supplier tab_navigate title_banner'
sys_table_list
=
'activity_3c_product ad_detail admin_banner advertisement_type album app_channel app_channel_ad app_name app_name_ad category_banner category_nature commodity_slogan commodity_slogan_product configuration edx_city faster_entrance faster_entrance_image goods_after_sale_config goods_after_sale_step home_config home_page hot_category jd_address jd_after_sale_config jd_brand jd_category jd_product_sku_image jd_property jd_sku jd_sku_detail_image jd_sku_specs life_faster_entrance life_service mall_category mall_config merchant nature_value new_3c_product product product_category product_nature product_nature_value_bak product_sku product_sku_image product_specification product_spu recommend_brand recommend_product sale_product_detail sale_product_theme spu_image supplier tab_navigate title_banner
loan_config
'
port
=
'3310'
elif
[[
$database_name
=
'qinqiong'
]]
;
then
# qinqiong
...
...
qa_shell_script/rabbitmq/initial_mq.sh
View file @
288ba23c
...
...
@@ -8,7 +8,7 @@ env_ip=`cat $config_server/get_env_ip.sh`
scriptname
=
$(
basename
$0
)
echo
-e
"
\0
33[32m使用方法:sh
$scriptname
14 (同步192.168.4.14环境的MQ)
\0
33[0m"
echo
-e
"
\0
33[32m使用方法:sh
$scriptname
192.168.4.14 (同步192.168.4.14环境的MQ)
\0
33[0m"
echo
-e
"
\0
33[32m使用方法:sh
$scriptname
(同步
ip小于40
环境的MQ)
\0
33[0m"
echo
-e
"
\0
33[32m使用方法:sh
$scriptname
(同步
所有
环境的MQ)
\0
33[0m"
if
[
-n
"
$1
"
]
;
then
env_ip
=
$1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment