File tree Expand file tree Collapse file tree 3 files changed +2
-35
lines changed Expand file tree Collapse file tree 3 files changed +2
-35
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ source install/update-docker-images.sh
34
34
source install/build-docker-images.sh
35
35
source install/install-wal2json.sh
36
36
source install/bootstrap-snuba.sh
37
- source install/create-kafka-topics.sh
38
37
source install/upgrade-postgres.sh
39
38
source install/set-up-and-migrate-database.sh
40
39
source install/geoip.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ with connection.cursor() as cursor:
19
19
"
20
20
21
21
if [[ -n " ${CI:- } " || " ${SKIP_USER_CREATION:- 0} " == 1 ]]; then
22
- $dcr web upgrade --noinput
22
+ $dcr web upgrade --noinput --create-kafka-topics
23
23
echo " "
24
24
echo " Did not prompt for user creation. Run the following command to create one"
25
25
echo " yourself (recommended):"
26
26
echo " "
27
27
echo " $dc_base run --rm web createuser"
28
28
echo " "
29
29
else
30
- $dcr web upgrade
30
+ $dcr web upgrade --create-kafka-topics
31
31
fi
32
32
33
33
echo " ${_endgroup} "
You can’t perform that action at this time.
0 commit comments