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
Create a file .env.custom with the minimum content and run the installation script
SENTRY_EVENT_RETENTION_DAYS=60
Expected Result
Sentry will be installed
Actual Result
▶ Turning things off ...
time="2025-01-31T10:17:35Z" level=warning msg="The \"HEALTHCHECK_INTERVAL\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"HEALTHCHECK_TIMEOUT\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"HEALTHCHECK_RETRIES\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"VROOM_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SYMBOLICATOR_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"SNUBA_IMAGE\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"HEALTHCHECK_INTERVAL\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"HEALTHCHECK_TIMEOUT\" variable is not set. Defaulting to a blank string."
time="2025-01-31T10:17:35Z" level=warning msg="The \"HEALTHCHECK_RETRIES\" variable is not set. Defaulting to a blank string."
error while interpolating services.redis.healthcheck.retries: failed to cast to expected type: strconv.Atoi: parsing "": invalid syntax
Error in install/turn-things-off.sh:8.
'$dc down -t $STOP_TIMEOUT --rmi local --remove-orphans' exited with status 15
-> ./install.sh:main:26
--> install/turn-things-off.sh:source:8
Self-Hosted Version
25.1.0
CPU Architecture
x86_64
Docker Version
26.1.4
Docker Compose Version
2.27.1
Machine Specification
Steps to Reproduce
Create a file
.env.custom
with the minimum content and run the installation scriptExpected Result
Sentry will be installed
Actual Result
You updated the docs in getsentry/sentry-docs#11807 in order to use multiple .env-files.
You also updated the wrap-up in #3523.
But it is still missing to use both .env-files in the installation script: https://github.com/getsentry/self-hosted/blob/master/install/_lib.sh#L14
If this is missing, i am not able to update sentry without editing
.env.custom
Event ID
No response
The text was updated successfully, but these errors were encountered: