We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d540350 + 6246029 commit d179123Copy full SHA for d179123
infrastructure/clear-all-data.sh
@@ -141,6 +141,7 @@ docker run --rm --network=$NETWORK \
141
-e EVENTS_MIGRATOR_ROLE="${EVENTS_MIGRATOR_ROLE}" \
142
-e EVENTS_APP_ROLE="${EVENTS_APP_ROLE}" \
143
-e ANALYTICS_POSTGRES_USER="${ANALYTICS_POSTGRES_USER}" \
144
+ -e ANALYTICS_POSTGRES_DB="${ANALYTICS_POSTGRES_DB}" \
145
postgres:17.6 bash -c '
146
psql -h postgres -U "$POSTGRES_USER" -d postgres -v ON_ERROR_STOP=1 <<EOF
147
DROP DATABASE IF EXISTS "$POSTGRES_DB" WITH (FORCE);
0 commit comments