Skip to content

Commit

Permalink
fix: zookeeper restore fail (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubeJocker authored Jan 8, 2025
1 parent 8d13b57 commit 8c27bf5
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 8c27bf5

Please sign in to comment.