Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade clickhouse to 23.8 #3009

Merged
merged 10 commits into from
May 6, 2024
Prev Previous commit
the fix
  • Loading branch information
hubertdeng123 committed May 3, 2024
commit 28196c229e4a4ad37eb9ff5d50f86b2b2336091a
1 change: 0 additions & 1 deletion install/upgrade-clickhouse.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ if [[ -n "$(docker volume ls -q --filter name=sentry-clickhouse)" ]]; then
else
echo "Detected clickhouse version $version. Skipping upgrades!"
fi
$dc down clickhouse
fi
echo "${_endgroup}"
Loading