Skip to content

Commit 54ca9b0

Browse files
authored
ref: Remove unused scripts and code (#1710)
1 parent 1920b23 commit 54ca9b0

File tree

6 files changed

+0
-105
lines changed

6 files changed

+0
-105
lines changed

install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,11 @@ source create-docker-volumes.sh
2525
source ensure-files-from-examples.sh
2626
source ensure-relay-credentials.sh
2727
source generate-secret-key.sh
28-
source replace-tsdb.sh
2928
source update-docker-images.sh
3029
source build-docker-images.sh
31-
source set-up-zookeeper.sh
3230
source install-wal2json.sh
3331
source bootstrap-snuba.sh
3432
source create-kafka-topics.sh
35-
source upgrade-postgres.sh
3633
source set-up-and-migrate-database.sh
37-
source migrate-file-storage.sh
3834
source geoip.sh
3935
source wrap-up.sh

install/migrate-file-storage.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

install/replace-tsdb.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

install/set-up-zookeeper.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

install/turn-things-off.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ if [[ -n "$MINIMIZE_DOWNTIME" ]]; then
66
else
77
# Clean up old stuff and ensure nothing is working while we install/update
88
$dc down -t $STOP_TIMEOUT --rmi local --remove-orphans
9-
10-
# Back-compat with old project name
11-
COMPOSE_PROJECT_NAME=sentry_onpremise \
12-
$dc down -t $STOP_TIMEOUT --rmi local --remove-orphans
139
fi
1410

1511
echo "${_endgroup}"

install/upgrade-postgres.sh

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)