Commit 8259bf0a authored by kalvin's avatar kalvin

Merge branch 'master' of git.quantgroup.cn:QA/qg-dockerfiles

parents 3ed093f7 75cec8dd
...@@ -48,7 +48,6 @@ if [[ $db_is_running -eq 1 ]] ...@@ -48,7 +48,6 @@ if [[ $db_is_running -eq 1 ]]
notify.JOB_STATUS_TRACE_LOG notify.JOB_STATUS_TRACE_LOG
xyqb.JOB_EXECUTION_LOG xyqb.JOB_EXECUTION_LOG
xyqb.JOB_STATUS_TRACE_LOG xyqb.JOB_STATUS_TRACE_LOG
xyqb.channel
xyqb.t_phonenum xyqb.t_phonenum
mall.jd_address mall.jd_address
mall.jd_brand mall.jd_brand
...@@ -72,7 +71,7 @@ if [[ $db_is_running -eq 1 ]] ...@@ -72,7 +71,7 @@ if [[ $db_is_running -eq 1 ]]
IGNORED_TABLES_STRING+=" --ignore-table=${TABLE}" IGNORED_TABLES_STRING+=" --ignore-table=${TABLE}"
done done
echo "mysqldump --host=${HOST} --port=${PORT} --user=${USER} --password=${PASSWORD} --all-databases --no-create-info ${IGNORED_TABLES_STRING} >> ${DB_FILE}" echo "mysqldump --host=${HOST} --port=${PORT} --user=${USER} --password=${PASSWORD} --all-databases --no-create-info ${IGNORED_TABLES_STRING} > ${DB_FILE}"
mysqldump --host=${HOST} --port=${PORT} --user=${USER} --password=${PASSWORD} --all-databases ${IGNORED_TABLES_STRING} >> ${DB_FILE} mysqldump --host=${HOST} --port=${PORT} --user=${USER} --password=${PASSWORD} --all-databases ${IGNORED_TABLES_STRING} >> ${DB_FILE}
echo "sed file" echo "sed file"
if [[ $HTTPS = true ]];then if [[ $HTTPS = true ]];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