diff --git a/bin/upgrade-hobby b/bin/upgrade-hobby index 0e75aeb6352b1..2c882978618e9 100644 --- a/bin/upgrade-hobby +++ b/bin/upgrade-hobby @@ -11,6 +11,13 @@ else exit fi +if [ "$REGISTRY_URL" == "" ] +then +export REGISTRY_URL="posthog/posthog" +fi + +export POSTHOG_APP_TAG="${POSTHOG_APP_TAG:-latest}" + echo "Checking for named postgres and clickhouse volumes to avoid data loss when upgrading from < 1.39" if docker volume ls | grep -Pzoq 'clickhouse-data\n(.|\n)*postgres-data\n' then