This repository was archived by the owner on Apr 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +8
-9
lines changed Expand file tree Collapse file tree 8 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
2+ # Copyright (c) 2020 , 2023 by Delphix. All rights reserved.
33#
44
55#######################################################################################################################
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
2+ # Copyright (c) 2020 , 2023 by Delphix. All rights reserved.
33#
44# library.sh
55#
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
2+ # Copyright (c) 2018 , 2023 by Delphix. All rights reserved.
33#
44
55# #DEBUG## In Delphix debug.log
Original file line number Diff line number Diff line change 11#! /bin/sh
2- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
2+ # Copyright (c) 2018 , 2023 by Delphix. All rights reserved.
33PGM_NAME=' restore_stage.sh'
44
55# Load Library ...
@@ -104,7 +104,6 @@ PWD_LINE=`cat ${NEW_DATA_DIR}/mysqld.log | grep 'temporary password'`
104104TMP_PWD=` echo " ${PWD_LINE} " | ${AWK} -F" : " ' {print $2}' | xargs`
105105# These temporary passwords contain special characters so need to wrap in single / literal quotes ...
106106TMP_PWD=` echo " '" $TMP_PWD " '" `
107- # log "Temporary Password: ${TMP_PWD}"
108107masklog " Staging Connection: ${STAGINGCONN} "
109108RESULTS=$( buildConnectionString " ${STAGINGCONN} " " ${TMP_PWD} " " ${STAGINGPORT} " " ${STAGINGHOSTIP} " )
110109STAGING_CONN=` echo " ${RESULTS} " | $DLPX_BIN_JQ --raw-output " .string" `
Original file line number Diff line number Diff line change 11#! /bin/sh
22#
3- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
3+ # Copyright (c) 2018 , 2023 by Delphix. All rights reserved.
44# Program Name
55PGM_NAME=' restore_stage_bi.sh'
66
Original file line number Diff line number Diff line change 11#! /bin/sh
22#
3- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
3+ # Copyright (c) 2018 , 2023 by Delphix. All rights reserved.
44#
55
66# #DEBUG## In Delphix debug.log
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
2+ # Copyright (c) 2018 , 2023 by Delphix. All rights reserved.
33#
44# #DEBUG## In Delphix debug.log
55set -x
Original file line number Diff line number Diff line change 11#
2- # Copyright (c) 2021 , 2023 by Delphix. All rights reserved.
2+ # Copyright (c) 2018 , 2023 by Delphix. All rights reserved.
33#
44
55# #DEBUG## In Delphix debug.log
You can’t perform that action at this time.
0 commit comments