Skip to content

Commit

Permalink
chore: Remove everything zookeeper (#3499)
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertdeng123 authored Dec 31, 2024
1 parent d5b49a4 commit 8653327
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
1 change: 0 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ source install/check-minimum-requirements.sh
# in order to determine whether or not the clickhouse version needs to be upgraded.
source install/upgrade-clickhouse.sh
source install/turn-things-off.sh
source install/update-docker-volume-permissions.sh
source install/create-docker-volumes.sh
source install/ensure-files-from-examples.sh
source install/check-memcached-backend.sh
Expand Down
9 changes: 0 additions & 9 deletions install/update-docker-volume-permissions.sh

This file was deleted.

5 changes: 0 additions & 5 deletions install/wrap-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,3 @@ else
echo "-----------------------------------------------------------------"
echo ""
fi

# TODO(getsentry/self-hosted#2489)
if docker volume ls | grep -qw sentry-zookeeper; then
docker volume rm sentry-zookeeper
fi

0 comments on commit 8653327

Please sign in to comment.