Skip to content

Commit

Permalink
fix: zookeeper restore fail
Browse files Browse the repository at this point in the history
  • Loading branch information
kubeJocker committed Jan 8, 2025
1 parent b4cab1e commit d5f9711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/zookeeper/dataprotection/restore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e
set -o pipefail

export PATH="$PATH:$DP_DATASAFED_BIN_PATH"
export DATASAFED_BACKEND_BASE_PATH="$DP_BACKUP_BASE_PATH"
TMP_DIR=/tmp/zookeeper/restore
mkdir -p ${TMP_DIR}

Expand Down

0 comments on commit d5f9711

Please sign in to comment.