Skip to content

Commit

Permalink
Remove extra sstdata
Browse files Browse the repository at this point in the history
  • Loading branch information
eleo007 committed Nov 29, 2024
1 parent 5880472 commit 43f628a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions percona-xtradb-cluster-8.0-backup/backup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ function request_streaming() {
exit 1
fi

mkfifo /tmp/sstdata
cat /tmp/sstdata \
| xbcloud put \
--storage=s3 \
--parallel="$(grep -c processor /proc/cpuinfo)" \
--md5 $XBCLOUD_ARGS \
--s3-bucket="$S3_BUCKET" \
"$S3_BUCKET_PATH" 2>&1 &

set +o errexit
log 'INFO' 'Garbd was started'
garbd \
Expand Down

0 comments on commit 43f628a

Please sign in to comment.