Please fill in the questionnaire below.
Technical Help Questionnaire
Have you read and followed the instructions at: *READ ME FIRST* Technical Help FAQs - #2 by nigel ?
Answer: Yep
How have you self-hosted Baserow.
Running baserow all-in-one image on ECS with external Postgres and Redis instances.
What are the specs of the service or server you are using to host Baserow.
Container Memory Limit: 8GB
Container CPU Request: 4vCPU
Which version of Baserow are you using.
image uri: baserow/baserow:1.25.1
How have you configured your self-hosted installation?
environment={
“DISABLE_VOLUME_CHECK”: “yes”,
“BASEROW_PUBLIC_URL”: f"https://{self._full_name}.{AWS_SUBDOMAIN}",
“DATABASE_HOST”: self.config.db_uri,
“DATABASE_USER”: self.config.db_name,
“DATABASE_PORT”: “5432”,
“DATABASE_NAME”: self.config.db_name,
“REDIS_HOST”: self._redis.attr_primary_end_point_address,
“REDIS_PROTOCOL”: “rediss”,
“REDIS_USER”: self._redis_user.user_name,
“AWS_STORAGE_BUCKET_NAME”: self._bucket.bucket_name,
“DOWNLOAD_FILE_VIA_XHR”: “1”,
},
secrets={
“DATABASE_PASSWORD”: ecs.Secret.from_ssm_parameter(blah),
“REDIS_PASSWORD”: ecs.Secret.from_ssm_parameter(blah),
},
Describe the problem
When specifying the REDIS environment variables and setting REDIS_PROTOCOL to “rediss” the export_worker and celery_worker logs contain the following message:
“”"
WARNING/MainProcess] Secure redis scheme specified (rediss) with no ssl options, defaulting to insecure SSL behaviour.
“”"
Describe, step by step, how to reproduce the error or problem you are encountering.
Run baserow all-in-one image and connect it to an external redis instance similar to the following:
Engine: redis
Engine version: 7.0.7
Cluster mode: Disabled
Encryption in transit: Enabled
Redis AUTH default user access: no
User authentication: RBAC
How many rows in total do you have in your Baserow tables?
New install
Please attach full logs from all of Baserow’s services
Jun 14, 2024 @ 14:23:40.196 e[36m [CELERY_WORKER][2024-06-14 21:23:40] [2024-06-14 21:23:40,149: WARNING/MainProcess] Secure redis scheme specified (rediss) with no ssl options, defaulting to insecure SSL behaviour. e(Be[m
Jun 14, 2024 @ 14:23:40.207 e[36m [CELERY_WORKER][2024-06-14 21:23:40] [2024-06-14 21:23:40,195: WARNING/ForkPoolWorker-1] Not configuring telemetry due to BASEROW_ENABLE_OTEL not being set. e(Be[m
Jun 14, 2024 @ 14:23:40.270 e[36m [CELERY_WORKER][2024-06-14 21:23:40] [2024-06-14 21:23:40,268: INFO/MainProcess] Connected to rediss://baserow-admin:**@:6379/0 e(Be[m
Jun 14, 2024 @ 14:23:40.310 e[36m [CELERY_WORKER][2024-06-14 21:23:40] [2024-06-14 21:23:40,270: WARNING/MainProcess] Secure redis scheme specified (rediss) with no ssl options, defaulting to insecure SSL behaviour. e(Be[m
Jun 14, 2024 @ 14:23:40.313 e[36m [CELERY_WORKER][2024-06-14 21:23:40] [2024-06-14 21:23:40,310: INFO/MainProcess] mingle: searching for neighbors e(Be[m
Jun 14, 2024 @ 14:23:40.314 e[36m [CELERY_WORKER][2024-06-14 21:23:40] [2024-06-14 21:23:40,313: WARNING/MainProcess] Secure redis scheme specified (rediss) with no ssl options, defaulting to insecure SSL behaviour. e(Be[m