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.
1 parent 53412bb commit 6b4487fCopy full SHA for 6b4487f
install/upgrade-clickhouse.sh
@@ -1,7 +1,7 @@
1
echo "${_group}Upgrading Clickhouse ..."
2
3
# First check to see if user is upgrading by checking for existing clickhouse volume
4
-if docker compose ps -a | grep -q clickhouse; then
+if $dc ps -a | grep -q clickhouse; then
5
# Start clickhouse if it is not already running
6
$dc up --wait clickhouse
7
0 commit comments