-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Fresh install Error in install/set-up-and-migrate-database.sh:12 #2704
Comments
Hello! Did you change anything on the |
Hi. sentry/config.yml
|
Not sure why this would be a problem regularly. Are you setting the cache backend properly in your sentry.conf.py?
|
This file was almost empty, after deleting
sentry/sentry.conf.py
|
I just saw this same behaviour. Running onprem, ran ./install.sh to upgrade our local setup, saw the error during install.sh (well, I did not notice it at the time as the script still finished with 'you're all done'), then ran docker-compose up -d and now several containers have the sentry_install_log-2024-01-21_19-09-02.txt▶ Parsing command line ...▶ Detecting Docker platform ▶ Initializing Docker Compose ... ▶ Setting up error handling ... #1 [internal] load .dockerignore #2 [internal] load build definition from Dockerfile #3 [auth] library/debian:pull token for registry-1.docker.io #4 [internal] load metadata for docker.io/library/debian:bookworm-slim #5 [1/2] FROM docker.io/library/debian:bookworm-slim@sha256:f4a83aa865a2b4a064ff142aa91c713180df9fcb86ce676b5de2981029379c37 #6 [2/2] RUN set -x && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends jq && apt-get clean && rm -rf /var/lib/apt/lists/* #7 exporting to image ▶ Checking for latest commit ... ▶ Checking minimum requirements ... ▶ Turning things off ... ▶ Creating volumes for persistent storage ... ▶ Ensuring files from examples ... ▶ Ensuring Relay credentials ... ▶ Generating secret key ... ▶ Fetching and updating Docker images ... ▶ Building and tagging Docker images ... #1 [web internal] load .dockerignore #2 [web internal] load build definition from Dockerfile #3 [web internal] load metadata for docker.io/getsentry/sentry:nightly #4 [web internal] load build context #5 [web 1/4] FROM docker.io/getsentry/sentry:nightly #6 [web 2/4] COPY . /usr/src/sentry #7 [web 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [web 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [web] exporting to image #2 [clickhouse internal] load build definition from Dockerfile #3 [clickhouse auth] altinity/clickhouse-server:pull token for registry-1.docker.io #4 [clickhouse internal] load metadata for docker.io/altinity/clickhouse-server:21.8.13.1.altinitystable #5 [clickhouse 1/1] FROM docker.io/altinity/clickhouse-server:21.8.13.1.altinitystable@sha256:125d2ea49c298515c46784d202a2bd4dde05157c85a76517afc2567f262ab335 #6 [clickhouse] exporting to image #2 [attachments-consumer internal] load .dockerignore #3 [attachments-consumer internal] load metadata for docker.io/getsentry/sentry:nightly #4 [attachments-consumer 1/4] FROM docker.io/getsentry/sentry:nightly #5 [attachments-consumer internal] load build context #6 [attachments-consumer 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [attachments-consumer 2/4] COPY . /usr/src/sentry #8 [attachments-consumer 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [attachments-consumer] exporting to image #2 [billing-metrics-consumer internal] load build definition from Dockerfile #3 [billing-metrics-consumer internal] load metadata for docker.io/getsentry/sentry:nightly #4 [billing-metrics-consumer 1/4] FROM docker.io/getsentry/sentry:nightly #5 [billing-metrics-consumer internal] load build context #6 [billing-metrics-consumer 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [billing-metrics-consumer 2/4] COPY . /usr/src/sentry #8 [billing-metrics-consumer 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [billing-metrics-consumer] exporting to image #2 [cron internal] load build definition from Dockerfile #3 [cron internal] load metadata for docker.io/getsentry/sentry:nightly #4 [cron 1/4] FROM docker.io/getsentry/sentry:nightly #5 [cron internal] load build context #6 [cron 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [cron 2/4] COPY . /usr/src/sentry #8 [cron 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [cron] exporting to image #2 [events-consumer internal] load build definition from Dockerfile #3 [events-consumer internal] load metadata for docker.io/getsentry/sentry:nightly #4 [events-consumer 1/4] FROM docker.io/getsentry/sentry:nightly #5 [events-consumer internal] load build context #6 [events-consumer 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [events-consumer 2/4] COPY . /usr/src/sentry #8 [events-consumer 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [events-consumer] exporting to image #2 [generic-metrics-consumer internal] load build definition from Dockerfile #3 [generic-metrics-consumer internal] load metadata for docker.io/getsentry/sentry:nightly #4 [generic-metrics-consumer 1/4] FROM docker.io/getsentry/sentry:nightly #5 [generic-metrics-consumer internal] load build context #6 [generic-metrics-consumer 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [generic-metrics-consumer 2/4] COPY . /usr/src/sentry #8 [generic-metrics-consumer 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [generic-metrics-consumer] exporting to image #2 [ingest-monitors internal] load .dockerignore #3 [ingest-monitors internal] load metadata for docker.io/getsentry/sentry:nightly #4 [ingest-monitors 1/4] FROM docker.io/getsentry/sentry:nightly #5 [ingest-monitors internal] load build context #6 [ingest-monitors 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [ingest-monitors 2/4] COPY . /usr/src/sentry #8 [ingest-monitors 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [ingest-monitors] exporting to image #2 [ingest-occurrences internal] load build definition from Dockerfile #3 [ingest-occurrences internal] load metadata for docker.io/getsentry/sentry:nightly #4 [ingest-occurrences 1/4] FROM docker.io/getsentry/sentry:nightly #5 [ingest-occurrences internal] load build context #6 [ingest-occurrences 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [ingest-occurrences 2/4] COPY . /usr/src/sentry #8 [ingest-occurrences 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [ingest-occurrences] exporting to image #2 [ingest-profiles internal] load build definition from Dockerfile #3 [ingest-profiles internal] load metadata for docker.io/getsentry/sentry:nightly #4 [ingest-profiles 1/4] FROM docker.io/getsentry/sentry:nightly #5 [ingest-profiles internal] load build context #6 [ingest-profiles 2/4] COPY . /usr/src/sentry #7 [ingest-profiles 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [ingest-profiles 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [ingest-profiles] exporting to image #2 [ingest-replay-recordings internal] load build definition from Dockerfile #3 [ingest-replay-recordings internal] load metadata for docker.io/getsentry/sentry:nightly #4 [ingest-replay-recordings 1/4] FROM docker.io/getsentry/sentry:nightly #5 [ingest-replay-recordings internal] load build context #6 [ingest-replay-recordings 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [ingest-replay-recordings 2/4] COPY . /usr/src/sentry #8 [ingest-replay-recordings 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [ingest-replay-recordings] exporting to image #2 [metrics-consumer internal] load build definition from Dockerfile #3 [metrics-consumer internal] load metadata for docker.io/getsentry/sentry:nightly #4 [metrics-consumer 1/4] FROM docker.io/getsentry/sentry:nightly #5 [metrics-consumer internal] load build context #6 [metrics-consumer 2/4] COPY . /usr/src/sentry #7 [metrics-consumer 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [metrics-consumer 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [metrics-consumer] exporting to image #2 [web internal] load build definition from Dockerfile #3 [web internal] load metadata for docker.io/getsentry/sentry:nightly #4 [web 1/4] FROM docker.io/getsentry/sentry:nightly #5 [web internal] load build context #6 [web 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [web 2/4] COPY . /usr/src/sentry #8 [web 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [web] exporting to image #2 [post-process-forwarder-errors internal] load build definition from Dockerfile #3 [post-process-forwarder-errors internal] load metadata for docker.io/getsentry/sentry:nightly #4 [post-process-forwarder-errors 1/4] FROM docker.io/getsentry/sentry:nightly #5 [post-process-forwarder-errors internal] load build context #6 [post-process-forwarder-errors 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [post-process-forwarder-errors 2/4] COPY . /usr/src/sentry #8 [post-process-forwarder-errors 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [post-process-forwarder-errors] exporting to image #2 [post-process-forwarder-issue-platform internal] load build definition from Dockerfile #3 [post-process-forwarder-issue-platform internal] load metadata for docker.io/getsentry/sentry:nightly #4 [post-process-forwarder-issue-platform 1/4] FROM docker.io/getsentry/sentry:nightly #5 [post-process-forwarder-issue-platform internal] load build context #6 [post-process-forwarder-issue-platform 2/4] COPY . /usr/src/sentry #7 [post-process-forwarder-issue-platform 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [post-process-forwarder-issue-platform 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [post-process-forwarder-issue-platform] exporting to image #2 [post-process-forwarder-transactions internal] load .dockerignore #3 [post-process-forwarder-transactions internal] load metadata for docker.io/getsentry/sentry:nightly #4 [post-process-forwarder-transactions 1/4] FROM docker.io/getsentry/sentry:nightly #5 [post-process-forwarder-transactions internal] load build context #6 [post-process-forwarder-transactions 2/4] COPY . /usr/src/sentry #7 [post-process-forwarder-transactions 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [post-process-forwarder-transactions 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [post-process-forwarder-transactions] exporting to image #2 [sentry-cleanup internal] load build definition from Dockerfile #3 [sentry-cleanup internal] load metadata for docker.io/library/sentry-self-hosted-local:latest #4 [sentry-cleanup internal] load build context #5 [sentry-cleanup 1/5] FROM docker.io/library/sentry-self-hosted-local #6 [sentry-cleanup 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi #7 [sentry-cleanup 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi #8 [sentry-cleanup 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/* #9 [sentry-cleanup 5/5] COPY entrypoint.sh /entrypoint.sh #10 [sentry-cleanup] exporting to image #2 [subscription-consumer-events internal] load build definition from Dockerfile #3 [subscription-consumer-events internal] load metadata for docker.io/getsentry/sentry:nightly #4 [subscription-consumer-events 1/4] FROM docker.io/getsentry/sentry:nightly #5 [subscription-consumer-events internal] load build context #6 [subscription-consumer-events 2/4] COPY . /usr/src/sentry #7 [subscription-consumer-events 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [subscription-consumer-events 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [subscription-consumer-events] exporting to image #2 [subscription-consumer-generic-metrics internal] load build definition from Dockerfile #3 [subscription-consumer-generic-metrics internal] load metadata for docker.io/getsentry/sentry:nightly #4 [subscription-consumer-generic-metrics 1/4] FROM docker.io/getsentry/sentry:nightly #5 [subscription-consumer-generic-metrics internal] load build context #6 [subscription-consumer-generic-metrics 2/4] COPY . /usr/src/sentry #7 [subscription-consumer-generic-metrics 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [subscription-consumer-generic-metrics 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [subscription-consumer-generic-metrics] exporting to image #2 [subscription-consumer-metrics internal] load build definition from Dockerfile #3 [subscription-consumer-metrics internal] load metadata for docker.io/getsentry/sentry:nightly #4 [subscription-consumer-metrics 1/4] FROM docker.io/getsentry/sentry:nightly #5 [subscription-consumer-metrics internal] load build context #6 [subscription-consumer-metrics 2/4] COPY . /usr/src/sentry #7 [subscription-consumer-metrics 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [subscription-consumer-metrics 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [subscription-consumer-metrics] exporting to image #2 [subscription-consumer-transactions internal] load .dockerignore #3 [subscription-consumer-transactions internal] load metadata for docker.io/getsentry/sentry:nightly #4 [subscription-consumer-transactions 1/4] FROM docker.io/getsentry/sentry:nightly #5 [subscription-consumer-transactions internal] load build context #6 [subscription-consumer-transactions 2/4] COPY . /usr/src/sentry #7 [subscription-consumer-transactions 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [subscription-consumer-transactions 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [subscription-consumer-transactions] exporting to image #2 [symbolicator-cleanup internal] load build definition from Dockerfile #3 [symbolicator-cleanup internal] load metadata for docker.io/getsentry/symbolicator:nightly #4 [symbolicator-cleanup internal] load build context #5 [symbolicator-cleanup 1/5] FROM docker.io/getsentry/symbolicator:nightly #6 [symbolicator-cleanup 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi #7 [symbolicator-cleanup 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi #8 [symbolicator-cleanup 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/* #9 [symbolicator-cleanup 5/5] COPY entrypoint.sh /entrypoint.sh #10 [symbolicator-cleanup] exporting to image #2 [transactions-consumer internal] load build definition from Dockerfile #3 [transactions-consumer internal] load metadata for docker.io/getsentry/sentry:nightly #4 [transactions-consumer 1/4] FROM docker.io/getsentry/sentry:nightly #5 [transactions-consumer internal] load build context #6 [transactions-consumer 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #7 [transactions-consumer 2/4] COPY . /usr/src/sentry #8 [transactions-consumer 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [transactions-consumer] exporting to image #2 [vroom-cleanup internal] load .dockerignore #3 [vroom-cleanup internal] load metadata for docker.io/getsentry/vroom:nightly #4 [vroom-cleanup internal] load build context #5 [vroom-cleanup 1/5] FROM docker.io/getsentry/vroom:nightly #6 [vroom-cleanup 2/5] RUN if [ -z "${http_proxy}" ]; then echo "Acquire::http::proxy "${http_proxy}";" >> /etc/apt/apt.conf; fi #7 [vroom-cleanup 3/5] RUN if [ -z "${https_proxy}" ]; then echo "Acquire::https::proxy "${https_proxy}";" >> /etc/apt/apt.conf; fi #8 [vroom-cleanup 4/5] RUN apt-get update && apt-get install -y --no-install-recommends cron && rm -r /var/lib/apt/lists/* #9 [vroom-cleanup 5/5] COPY entrypoint.sh /entrypoint.sh #10 [vroom-cleanup] exporting to image #2 [worker internal] load .dockerignore #3 [worker internal] load metadata for docker.io/getsentry/sentry:nightly #4 [worker 1/4] FROM docker.io/getsentry/sentry:nightly #5 [worker internal] load build context #6 [worker 2/4] COPY . /usr/src/sentry #7 [worker 3/4] RUN if [ -s /usr/src/sentry/enhance-image.sh ]; then /usr/src/sentry/enhance-image.sh; fi #8 [worker 4/4] RUN if [ -s /usr/src/sentry/requirements.txt ]; then echo "sentry/requirements.txt is deprecated, use sentry/enhance-image.sh - see https://github.com/getsentry/self-hosted#enhance-sentry-image"; pip install -r /usr/src/sentry/requirements.txt; fi #9 [worker] exporting to image Docker images built. ▶ Downloading and installing wal2json ... ▶ Bootstrapping and migrating Snuba ... ▶ Creating additional Kafka topics ... ▶ Ensuring proper PostgreSQL version ... ▶ Setting up / migrating database ...
▶ Setting up GeoIP integration ... You're all done! Run the following command to get Sentry running: docker compose up -d |
... I fixed it by editing my sentry.conf.py like this diff suggests: https://github.com/getsentry/self-hosted/pull/2722/files |
Error solved, thank you |
Self-Hosted Version
23.12.1
CPU Architecture
x86_64
Docker Version
24.0.7
Docker Compose Version
2.21.0
Steps to Reproduce
./install
on CentOS 7Expected Result
Complete install
Actual Result
The text was updated successfully, but these errors were encountered: