You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My system meets the minimum system requirements of Sentry
Steps to Reproduce
I have two different version of docker compose
# docker-compose version --short
2.32.1
# docker compose version --short
2.35.1
This should not cause any issue since sentry-admin.sh uses install/dc-detect-version.sh to detect which one to use (the latest one)
if [[ -z "$COMPOSE_VERSION" ]] || [[ -n "$STANDALONE_COMPOSE_VERSION" ]] && ! vergte ${COMPOSE_VERSION//v/} ${STANDALONE_COMPOSE_VERSION//v/}; then
COMPOSE_VERSION="${STANDALONE_COMPOSE_VERSION}"
dc_base="$dc_base_standalone"
fi
Unfortunately, vergte function has not been defined.
This function is defined in install/_lib.sh but this file is not sourced in the sentry-admin.sh script.
Not sure it would be a good idea as install/_lib.sh define many other thing.
Uh oh!
There was an error while loading. Please reload this page.
Self-Hosted Version
25.4.0
CPU Architecture
x86_64
Docker Version
28.1.1
Docker Compose Version
2.35.1
Machine Specification
Steps to Reproduce
I have two different version of docker compose
This should not cause any issue since sentry-admin.sh uses install/dc-detect-version.sh to detect which one to use (the latest one)
Unfortunately, vergte function has not been defined.
This function is defined in install/_lib.sh but this file is not sourced in the sentry-admin.sh script.
Not sure it would be a good idea as install/_lib.sh define many other thing.
Expected Result
Actual Result
Event ID
No response
The text was updated successfully, but these errors were encountered: