Baserow docker-compose deployment fails: ERROR: relation "core_notificationrecipient" does not exist at character 507

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 ?

Yes

Self-Hosted Installation and Setup Questions

Delete this section if you are using Baserow.io.

How have you self-hosted Baserow.

Portainer v2.19.3 on OpenSuse Leap 15.5 host running on a raspberry pi 4.

What are the specs of the service or server you are using to host Baserow.

Host has 8GB RAM with 4GB available

Which version of Baserow are you using.

dociker image baserow/baserow:1.22.0

How have you configured your self-hosted installation?

---
version: "2.1"
services:
  baserow:
    image: baserow/baserow:1.22.0
    container_name: baserow
    environment:
      - TZ=America/Los_Angeles
      - BASEROW_PUBLIC_URL='http://myhost.com:280'
    volumes:
      - data:/baserow/data
    ports:
      - 280:80  #changed from default 80
      - 2443:443
    restart: unless-stopped
volumes:
  data:

What commands if any did you use to start your Baserow server?

Deployed successfully via Portainer, but errors were encountered in the baserow container log

Describe the problem

I see errors in the container log during initialization. The entire log is bigger than I can put into a single message, so I will split into several postings.

  [STARTUP][2023-12-20 12:25:54] No DATABASE_HOST or DATABASE_URL provided, using embedded postgres.  
 [STARTUP][2023-12-20 12:25:54] Using embedded baserow redis as no REDIS_HOST or REDIS_URL provided.   
 [STARTUP][2023-12-20 12:25:54] Creating REDIS_PASSWORD secret in /baserow/data/.redispass  
 [STARTUP][2023-12-20 12:25:54] Importing REDIS_PASSWORD secret from /baserow/data/.redispass  
 [STARTUP][2023-12-20 12:25:54] Creating SECRET_KEY secret in /baserow/data/.secret  
 [STARTUP][2023-12-20 12:25:54] Importing SECRET_KEY secret from /baserow/data/.secret  
 [STARTUP][2023-12-20 12:25:54] Creating BASEROW_JWT_SIGNING_KEY secret in /baserow/data/.jwt_signing_key  
 [STARTUP][2023-12-20 12:25:54] Importing BASEROW_JWT_SIGNING_KEY secret from /baserow/data/.jwt_signing_key  
 [STARTUP][2023-12-20 12:25:54] Creating DATABASE_PASSWORD secret in /baserow/data/.pgpass  
 [STARTUP][2023-12-20 12:25:54] Importing DATABASE_PASSWORD secret from /baserow/data/.pgpass  
=========================================================================================
██████╗  █████╗ ███████╗███████╗██████╗  ██████╗ ██╗    ██╗
██╔══██╗██╔══██╗██╔════╝██╔════╝██╔══██╗██╔═══██╗██║    ██║
██████╔╝███████║███████╗█████╗  ██████╔╝██║   ██║██║ █╗ ██║
██╔══██╗██╔══██║╚════██║██╔══╝  ██╔══██╗██║   ██║██║███╗██║
██████╔╝██║  ██║███████║███████╗██║  ██║╚██████╔╝╚███╔███╔╝
╚═════╝ ╚═╝  ╚═╝╚══════╝╚══════╝╚═╝  ╚═╝ ╚═════╝  ╚══╝╚══╝
Version 1.22.0
=========================================================================================
Welcome to Baserow. See https://baserow.io/installation/install-with-docker/ for detailed instructions on 
how to use this Docker image.
 [STARTUP][2023-12-20 12:25:54] Running setup of embedded baserow database.  
 [POSTGRES_INIT][2023-12-20 12:26:00] Becoming postgres superuser to run setup SQL commands:  
 [POSTGRES_INIT][2023-12-20 12:26:00] CREATE DATABASE  
 [POSTGRES_INIT][2023-12-20 12:26:00] CREATE ROLE  
 [POSTGRES_INIT][2023-12-20 12:26:00] GRANT  
 [POSTGRES_INIT][2023-12-20 12:26:00]   
 [POSTGRES_INIT][2023-12-20 12:26:00] PostgreSQL init process complete; ready for start up.  
 [POSTGRES_INIT][2023-12-20 12:26:00]   
 [STARTUP][2023-12-20 12:26:00] Starting Baserow using addresses http://semi.permeable.com:280/, if any are https automatically Caddy will attempt to setup HTTPS automatically.  
 [STARTUP][2023-12-20 12:26:00] Starting all Baserow processes:  
2023-12-20 12:26:01,206 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
2023-12-20 12:26:01,206 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
2023-12-20 12:26:01,206 INFO Included extra file "/baserow/supervisor/includes/enabled/embedded-postgres.conf" during parsing
2023-12-20 12:26:01,206 INFO Included extra file "/baserow/supervisor/includes/enabled/embedded-postgres.conf" during parsing
2023-12-20 12:26:01,206 INFO Included extra file "/baserow/supervisor/includes/enabled/embedded-redis.conf" during parsing
2023-12-20 12:26:01,206 INFO Included extra file "/baserow/supervisor/includes/enabled/embedded-redis.conf" during parsing
2023-12-20 12:26:01,210 INFO supervisord started with pid 1
2023-12-20 12:26:01,210 INFO supervisord started with pid 1
2023-12-20 12:26:02,218 INFO spawned: 'processes' with pid 269
2023-12-20 12:26:02,218 INFO spawned: 'processes' with pid 269
2023-12-20 12:26:02,225 INFO spawned: 'baserow-watcher' with pid 270
2023-12-20 12:26:02,225 INFO spawned: 'baserow-watcher' with pid 270
2023-12-20 12:26:02,232 INFO spawned: 'caddy' with pid 271
2023-12-20 12:26:02,232 INFO spawned: 'caddy' with pid 271
2023-12-20 12:26:02,241 INFO spawned: 'postgresql' with pid 272
2023-12-20 12:26:02,241 INFO spawned: 'postgresql' with pid 272
2023-12-20 12:26:02,249 INFO spawned: 'redis' with pid 273
2023-12-20 12:26:02,249 INFO spawned: 'redis' with pid 273
2023-12-20 12:26:02,256 INFO spawned: 'backend' with pid 275
2023-12-20 12:26:02,256 INFO spawned: 'backend' with pid 275
2023-12-20 12:26:02,263 INFO spawned: 'celeryworker' with pid 277
2023-12-20 12:26:02,263 INFO spawned: 'celeryworker' with pid 277
2023-12-20 12:26:02,274 INFO spawned: 'exportworker' with pid 278
2023-12-20 12:26:02,274 INFO spawned: 'exportworker' with pid 278
2023-12-20 12:26:02,283 INFO spawned: 'webfrontend' with pid 281
2023-12-20 12:26:02,283 INFO spawned: 'webfrontend' with pid 281
2023-12-20 12:26:02,294 INFO spawned: 'beatworker' with pid 282
2023-12-20 12:26:02,294 INFO spawned: 'beatworker' with pid 282
2023-12-20 12:26:02,297 INFO reaped unknown pid 267 (exit status 0)
2023-12-20 12:26:02,297 INFO reaped unknown pid 267 (exit status 0)
 [REDIS][2023-12-20 12:26:02] 273:C 20 Dec 2023 12:26:02.511 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo  
 [REDIS][2023-12-20 12:26:02] 273:C 20 Dec 2023 12:26:02.511 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=273, just started  
 [REDIS][2023-12-20 12:26:02] 273:C 20 Dec 2023 12:26:02.511 # Configuration loaded  
 [REDIS][2023-12-20 12:26:02] 273:M 20 Dec 2023 12:26:02.531 * Running mode=standalone, port=6379.  
 [REDIS][2023-12-20 12:26:02] 273:M 20 Dec 2023 12:26:02.541 # Server initialized  
 [REDIS][2023-12-20 12:26:02] 273:M 20 Dec 2023 12:26:02.541 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.  
 [REDIS][2023-12-20 12:26:02] 273:M 20 Dec 2023 12:26:02.541 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo madvise > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP is disabled (set to 'madvise' or 'never').  
 [CADDY][2023-12-20 12:26:02] {"level":"info","ts":1703103962.5929003,"msg":"using provided configuration","config_file":"/baserow/caddy/Caddyfile","config_adapter":""}  
 [CADDY][2023-12-20 12:26:02] {"level":"warn","ts":1703103962.6020608,"msg":"input is not formatted with 'caddy fmt'","adapter":"caddyfile","file":"/baserow/caddy/Caddyfile","line":2}  
 [CADDY][2023-12-20 12:26:02] {"level":"info","ts":1703103962.6178703,"logger":"admin","msg":"admin endpoint started","address":"tcp/localhost:2019","enforce_origin":false,"origins":["localhost:2019","[::1]:2019","127.0.0.1:2019"]}  
 [CADDY][2023-12-20 12:26:02] {"level":"info","ts":1703103962.6186807,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80}  
 [POSTGRES][2023-12-20 12:26:02] 2023-12-20 20:26:02.629 UTC [272] LOG:  listening on IPv4 address "127.0.0.1", port 5432  
 [POSTGRES][2023-12-20 12:26:02] 2023-12-20 20:26:02.629 UTC [272] LOG:  could not bind IPv6 address "::1": Cannot assign requested address  
 [CADDY][2023-12-20 12:26:02] {"level":"info","ts":1703103962.6215599,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0x40001a0000"}  
 [CADDY][2023-12-20 12:26:02] {"level":"info","ts":1703103962.6337762,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/baserow/data/caddy/data/caddy"}  
 [CADDY][2023-12-20 12:26:02] {"level":"info","ts":1703103962.633986,"logger":"tls","msg":"finished cleaning storage units"}  
 [CADDY][2023-12-20 12:26:02] {"level":"info","ts":1703103962.636469,"msg":"autosaved config (load with --resume flag)","file":"/baserow/data/caddy/config/caddy/autosave.json"}  
 [POSTGRES][2023-12-20 12:26:02] 2023-12-20 20:26:02.629 UTC [272] HINT:  Is another postmaster already running on port 5432? If not, wait a few seconds and retry.  
 [POSTGRES][2023-12-20 12:26:02] 2023-12-20 20:26:02.645 UTC [272] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"  
 [POSTGRES][2023-12-20 12:26:02] 2023-12-20 20:26:02.701 UTC [457] LOG:  database system was shut down at 2023-12-20 20:26:00 UTC  
 [BEAT_WORKER][2023-12-20 12:26:02] OTEL_RESOURCE_ATTRIBUTES=service.namespace=Baserow,service.version=1.22.0,deployment.environment=unknown  
 [BACKEND][2023-12-20 12:26:03] OTEL_RESOURCE_ATTRIBUTES=service.namespace=Baserow,service.version=1.22.0,deployment.environment=unknown  
 [BACKEND][2023-12-20 12:26:03] PostgreSQL is available  
2023-12-20 12:26:04,124 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-12-20 12:26:04,124 INFO success: processes entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-12-20 12:26:04,125 INFO success: baserow-watcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2023-12-20 12:26:04,125 INFO success: baserow-watcher entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
 [BASEROW-WATCHER][2023-12-20 12:26:12] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BACKEND][2023-12-20 12:26:18] python /baserow/backend/src/baserow/manage.py locked_migrate  
 [BACKEND][2023-12-20 12:26:18] 2023-12-20 20:26:18.483 | INFO     | baserow.core.management.commands.locked_migrate:acquire_lock:54 - Attempting to lock the postgres advisory lock with id: 123456 You can disable using locked_migrate by default and switch back to the non-locking version by setting BASEROW_DISABLE_LOCKED_MIGRATIONS=true  
 [BEAT_WORKER][2023-12-20 12:26:21] Sleeping for 15 before starting beat to prevent  startup errors.  
 [CELERY_WORKER][2023-12-20 12:26:22] OTEL_RESOURCE_ATTRIBUTES=service.namespace=Baserow,service.version=1.22.0,deployment.environment=unknown  
 [CELERY_WORKER][2023-12-20 12:26:22]    
 [CELERY_WORKER][2023-12-20 12:26:22]  -------------- default-worker@df658564bd78 v5.2.7 (dawn-chorus)  
 [CELERY_WORKER][2023-12-20 12:26:22] --- ***** -----   
 [CELERY_WORKER][2023-12-20 12:26:22] -- ******* ---- Linux-5.14.21-150500.55.39-default-aarch64-with-glibc2.31 2023-12-20 20:26:22  
 [CELERY_WORKER][2023-12-20 12:26:22] - *** --- * ---   
 [CELERY_WORKER][2023-12-20 12:26:22] - ** ---------- [config]  
 [CELERY_WORKER][2023-12-20 12:26:22] - ** ---------- .> app:         baserow:0xffff9b307760  
 [CELERY_WORKER][2023-12-20 12:26:22] - ** ---------- .> transport:   redis://:**@localhost:6379/0  
 [CELERY_WORKER][2023-12-20 12:26:22] - ** ---------- .> results:     disabled://  
 [CELERY_WORKER][2023-12-20 12:26:22] - *** --- * --- .> concurrency: 1 (prefork)  
 [CELERY_WORKER][2023-12-20 12:26:22] -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)  
 [CELERY_WORKER][2023-12-20 12:26:22] --- ***** -----   
 [CELERY_WORKER][2023-12-20 12:26:22]  -------------- [queues]  
 [CELERY_WORKER][2023-12-20 12:26:22]                 .> celery           exchange=celery(direct) key=celery  
 [CELERY_WORKER][2023-12-20 12:26:22]                   
 [CELERY_WORKER][2023-12-20 12:26:22]   
 [CELERY_WORKER][2023-12-20 12:26:22] [tasks]  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.export.tasks.clean_up_old_jobs  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.export.tasks.run_export_job  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.fields.tasks.run_periodic_fields_updates  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.rows.tasks.clean_up_row_history_entries  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.search.tasks.async_update_tsvector_columns  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.run_row_count_job  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.setup_created_by_and_last_modified_by_column  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.setup_new_background_update_and_search_columns  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.unsubscribe_user_from_tables_when_removed_from_workspace  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.views.tasks._check_for_pending_view_index_updates  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.views.tasks.update_view_index  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.webhooks.tasks.call_webhook  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.action.tasks.cleanup_old_actions  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.jobs.tasks.clean_up_jobs  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.jobs.tasks.run_async_job  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.send_daily_and_weekly_notifications_summary_by_email  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.send_queued_notifications_to_users  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.singleton_send_instant_notifications_summary_by_email  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.snapshots.tasks.delete_application_snapshot  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.snapshots.tasks.delete_expired_snapshots  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.tasks.sync_templates_task  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.trash.tasks.mark_old_trash_for_permanent_deletion  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.trash.tasks.permanently_delete_marked_trash  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.usage.tasks.run_calculate_storage  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.user.tasks.check_pending_account_deletion  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.core.user.tasks.flush_expired_tokens  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_application_created  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_channel_group  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_group  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_groups  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_permitted_users  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_users  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_users_individual_payloads  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.force_disconnect_users  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow_enterprise.audit_log.tasks.clean_up_audit_log_entries  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow_enterprise.tasks.unsubscribe_subject_from_tables_currently_subscribed_to_task  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow_premium.license.tasks.license_check  
 [CELERY_WORKER][2023-12-20 12:26:22]   . baserow_premium.usage.tasks.run_calculate_seats  
 [CELERY_WORKER][2023-12-20 12:26:22]   . djcelery_email_send_multiple  
 [EXPORT_WORKER][2023-12-20 12:26:22] OTEL_RESOURCE_ATTRIBUTES=service.namespace=Baserow,service.version=1.22.0,deployment.environment=unknown  
 [EXPORT_WORKER][2023-12-20 12:26:22]    
 [EXPORT_WORKER][2023-12-20 12:26:22]  -------------- export-worker@df658564bd78 v5.2.7 (dawn-chorus)  
 [EXPORT_WORKER][2023-12-20 12:26:22] --- ***** -----   
 [EXPORT_WORKER][2023-12-20 12:26:22] -- ******* ---- Linux-5.14.21-150500.55.39-default-aarch64-with-glibc2.31 2023-12-20 20:26:22  
 [EXPORT_WORKER][2023-12-20 12:26:22] - *** --- * ---   
 [EXPORT_WORKER][2023-12-20 12:26:22] - ** ---------- [config]  
 [EXPORT_WORKER][2023-12-20 12:26:22] - ** ---------- .> app:         baserow:0xffff8acbf940  
 [EXPORT_WORKER][2023-12-20 12:26:22] - ** ---------- .> transport:   redis://:**@localhost:6379/0  
 [EXPORT_WORKER][2023-12-20 12:26:22] - ** ---------- .> results:     disabled://  
 [EXPORT_WORKER][2023-12-20 12:26:22] - *** --- * --- .> concurrency: 1 (prefork)  
 [EXPORT_WORKER][2023-12-20 12:26:22] -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)  
 [EXPORT_WORKER][2023-12-20 12:26:22] --- ***** -----   
 [EXPORT_WORKER][2023-12-20 12:26:22]  -------------- [queues]  
 [EXPORT_WORKER][2023-12-20 12:26:22]                 .> export           exchange=export(direct) key=export  
 [EXPORT_WORKER][2023-12-20 12:26:22]                   
 [EXPORT_WORKER][2023-12-20 12:26:22]   
 [EXPORT_WORKER][2023-12-20 12:26:22] [tasks]  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.export.tasks.clean_up_old_jobs  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.export.tasks.run_export_job  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.fields.tasks.run_periodic_fields_updates  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.rows.tasks.clean_up_row_history_entries  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.search.tasks.async_update_tsvector_columns  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.run_row_count_job  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.setup_created_by_and_last_modified_by_column  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.setup_new_background_update_and_search_columns  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.table.tasks.unsubscribe_user_from_tables_when_removed_from_workspace  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.views.tasks._check_for_pending_view_index_updates  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.views.tasks.update_view_index  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.contrib.database.webhooks.tasks.call_webhook  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.action.tasks.cleanup_old_actions  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.jobs.tasks.clean_up_jobs  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.jobs.tasks.run_async_job  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.send_daily_and_weekly_notifications_summary_by_email  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.send_queued_notifications_to_users  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.notifications.tasks.singleton_send_instant_notifications_summary_by_email  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.snapshots.tasks.delete_application_snapshot  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.snapshots.tasks.delete_expired_snapshots  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.tasks.sync_templates_task  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.trash.tasks.mark_old_trash_for_permanent_deletion  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.trash.tasks.permanently_delete_marked_trash  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.usage.tasks.run_calculate_storage  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.user.tasks.check_pending_account_deletion  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.core.user.tasks.flush_expired_tokens  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_application_created  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_channel_group  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_group  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_groups  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_permitted_users  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_users  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.broadcast_to_users_individual_payloads  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow.ws.tasks.force_disconnect_users  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow_enterprise.audit_log.tasks.clean_up_audit_log_entries  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow_enterprise.tasks.unsubscribe_subject_from_tables_currently_subscribed_to_task  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow_premium.license.tasks.license_check  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . baserow_premium.usage.tasks.run_calculate_seats  
 [EXPORT_WORKER][2023-12-20 12:26:22]   . djcelery_email_send_multiple  
 [CELERY_WORKER][2023-12-20 12:26:23]   
 [EXPORT_WORKER][2023-12-20 12:26:23]   
 [CELERY_WORKER][2023-12-20 12:26:23] [2023-12-20 20:26:23,354: INFO/MainProcess] Connected to redis://:**@localhost:6379/0  
 [EXPORT_WORKER][2023-12-20 12:26:23] [2023-12-20 20:26:23,395: INFO/MainProcess] Connected to redis://:**@localhost:6379/0  
 [BACKEND][2023-12-20 12:26:23] 2023-12-20 20:26:18.497 | INFO     | baserow.core.management.commands.locked_migrate:acquire_lock:65 - Acquired the lock, proceeding with migration.  
 [BACKEND][2023-12-20 12:26:23] Operations to perform:  
 [BACKEND][2023-12-20 12:26:23]   Apply all migrations: auth, baserow_enterprise, baserow_premium, contenttypes, core, database, db, sessions  
 [BACKEND][2023-12-20 12:26:23] Clearing Baserow's internal generated model cache...  
 [BACKEND][2023-12-20 12:26:23] Done clearing cache.  
 [CELERY_WORKER][2023-12-20 12:26:23] [2023-12-20 20:26:23,409: INFO/MainProcess] mingle: searching for neighbors  
 [CELERY_WORKER][2023-12-20 12:26:23] [2023-12-20 20:26:23,552: WARNING/ForkPoolWorker-1] Not configuring telemetry due to BASEROW_ENABLE_OTEL not being set.  
 [EXPORT_WORKER][2023-12-20 12:26:23] [2023-12-20 20:26:23,454: INFO/MainProcess] mingle: searching for neighbors  
 [EXPORT_WORKER][2023-12-20 12:26:23] [2023-12-20 20:26:23,693: WARNING/ForkPoolWorker-1] Not configuring telemetry due to BASEROW_ENABLE_OTEL not being set.  
 [BACKEND][2023-12-20 12:26:24] Running migrations:  
 [BACKEND][2023-12-20 12:26:24]   Applying contenttypes.0001_initial... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying contenttypes.0002_remove_content_type_name... OK  
 [CELERY_WORKER][2023-12-20 12:26:24] [2023-12-20 20:26:23,583: WARNING/ForkPoolWorker-1] 505|2023-12-20 20:26:23.579|INFO|baserow.core.telemetry.telemetry:setup_logging:72 - Logger setup.  
 [EXPORT_WORKER][2023-12-20 12:26:24] [2023-12-20 20:26:23,722: WARNING/ForkPoolWorker-1] 506|2023-12-20 20:26:23.721|INFO|baserow.core.telemetry.telemetry:setup_logging:72 - Logger setup.  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0001_initial... OK  
 [CELERY_WORKER][2023-12-20 12:26:24] [2023-12-20 20:26:24,473: INFO/MainProcess] mingle: all alone  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0002_alter_permission_name_max_length... OK  
 [EXPORT_WORKER][2023-12-20 12:26:24] [2023-12-20 20:26:24,562: INFO/MainProcess] mingle: all alone  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0003_alter_user_email_max_length... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0004_alter_user_username_opts... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0005_alter_user_last_login_null... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0006_require_contenttypes_0002... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0007_alter_validators_add_error_messages... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0008_alter_user_username_max_length... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0009_alter_user_last_name_max_length... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0010_alter_group_name_max_length... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0011_update_proxy_permissions... OK  
 [BACKEND][2023-12-20 12:26:24]   Applying auth.0012_alter_user_first_name_max_length... OK  
 [BACKEND][2023-12-20 12:26:25]   Applying core.0001_initial... OK  
 [BACKEND][2023-12-20 12:26:25]   Applying database.0001_initial... OK  
 [BACKEND][2023-12-20 12:26:25]   Applying database.0002_booleanfield_field_numberfield_textfield... OK  
 [BACKEND][2023-12-20 12:26:26]   Applying database.0003_field_primary... OK  
 [BACKEND][2023-12-20 12:26:26]   Applying database.0004_auto_20200117_1157... OK  
 [BACKEND][2023-12-20 12:26:26]   Applying database.0005_auto_20200505_1242... OK  
 [BASEROW-WATCHER][2023-12-20 12:26:26] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BACKEND][2023-12-20 12:26:26]   Applying database.0006_auto_20200522_1329... OK  
 [BACKEND][2023-12-20 12:26:26]   Applying database.0007_datefield... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0008_auto_20200701_1608... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0009_linkrowfield... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0010_auto_20200828_1306... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0011_link_row_column_name_fix... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0012_auto_20200904_1410... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0013_urlfield... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0014_viewsort... OK  
 [BACKEND][2023-12-20 12:26:27]   Applying database.0015_emailfield... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0016_token_tokenpermission... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0017_view_filters_disabled... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0018_auto_20201110_1251... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0019_filefield... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0020_fix_primary_link_row... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0021_auto_20201215_2047... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0022_row_order... OK  
 [BACKEND][2023-12-20 12:26:28]   Applying database.0023_convert_int_to_bigint... OK  
 [BACKEND][2023-12-20 12:26:30]   Applying database.0024_selectoption_singleselectfield... OK  
 [BACKEND][2023-12-20 12:26:30]   Applying database.0025_gridviewfieldoptions_hidden... OK  
 [BACKEND][2023-12-20 12:26:31]   Applying database.0026_auto_20210125_1454... OK  
 [BACKEND][2023-12-20 12:26:31]   Applying database.0027_gridviewfieldoptions_order... OK  
 [BACKEND][2023-12-20 12:26:31]   Applying database.0028_fix_negative_date... OK  
 [BACKEND][2023-12-20 12:26:31]   Applying database.0029_phonenumberfield... OK  
 [BACKEND][2023-12-20 12:26:32]   Applying database.0030_auto_20210526_1939... OK  
 [BACKEND][2023-12-20 12:26:32]   Applying database.0031_fix_url_field_max_length... OK  
 [BACKEND][2023-12-20 12:26:32]   Applying database.0032_trash... OK  
2023-12-20 12:26:32,286 INFO success: caddy entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,286 INFO success: caddy entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,286 INFO success: postgresql entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,286 INFO success: postgresql entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,286 INFO success: redis entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,286 INFO success: redis entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,286 INFO success: backend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,286 INFO success: backend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,287 INFO success: celeryworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,287 INFO success: celeryworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,287 INFO success: exportworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,287 INFO success: exportworker entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,287 INFO success: webfrontend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
2023-12-20 12:26:32,287 INFO success: webfrontend entered RUNNING state, process has stayed up for > than 30 seconds (startsecs)
 [BEAT_WORKER][2023-12-20 12:26:32] celery beat v5.2.7 (dawn-chorus) is starting.  
 [BEAT_WORKER][2023-12-20 12:26:32] __    -    ... __   -        _  
 [BEAT_WORKER][2023-12-20 12:26:32] LocalTime -> 2023-12-20 20:26:32  
 [BEAT_WORKER][2023-12-20 12:26:32] Configuration ->  
 [BEAT_WORKER][2023-12-20 12:26:32]     . broker -> redis://:**@localhost:6379/0  
 [BEAT_WORKER][2023-12-20 12:26:32]     . loader -> celery.loaders.app.AppLoader  
 [BEAT_WORKER][2023-12-20 12:26:32]     . scheduler -> redbeat.schedulers.RedBeatScheduler  
 [BEAT_WORKER][2023-12-20 12:26:32]        . redis -> redis://:**@localhost:6379/0  
 [BEAT_WORKER][2023-12-20 12:26:32]        . lock -> `redbeat::lock` 1.33 minutes (80s)  
 [BEAT_WORKER][2023-12-20 12:26:32]     . logfile -> [stderr]@%INFO  
 [BEAT_WORKER][2023-12-20 12:26:32]     . maxinterval -> 20.00 seconds (20s)  
 [BACKEND][2023-12-20 12:26:32]   Applying database.0033_unique_field_names... OK  
 [BACKEND][2023-12-20 12:26:32]   Applying core.0002_userfile... OK  
 [BACKEND][2023-12-20 12:26:32]   Applying core.0003_auto_20201215_2047... OK  
 [BACKEND][2023-12-20 12:26:33]   Applying core.0004_auto_20210126_1950... OK  
 [BACKEND][2023-12-20 12:26:33]   Applying core.0005_settings... OK  
 [BACKEND][2023-12-20 12:26:33]   Applying core.0006_template_templatecategory... OK  
 [BACKEND][2023-12-20 12:26:34]   Applying core.0007_userlogentry... OK  
 [BACKEND][2023-12-20 12:26:34]   Applying database.0034_form_view... OK  
 [BACKEND][2023-12-20 12:26:35]   Applying database.0035_remove_field_old_name... OK  
 [BACKEND][2023-12-20 12:26:35]   Applying database.0036_createdonfield_lastmodifiedfield... OK  
 [BACKEND][2023-12-20 12:26:35]   Applying database.0037_alter_exportjob_export_options... OK  
 [BACKEND][2023-12-20 12:26:35]   Applying database.0038_multipleselectfield... OK  
 [BACKEND][2023-12-20 12:26:35]   Applying database.0039_formulafield... OK  
 [BACKEND][2023-12-20 12:26:36]   Applying database.0040_formulafield_remove_field_by_id... OK  
 [BACKEND][2023-12-20 12:26:36]   Applying database.0041_add_generated_table_indexes... OK  
 [BACKEND][2023-12-20 12:26:36]   Applying database.0042_add_other_trashed_indexes... OK  
 [BASEROW-WATCHER][2023-12-20 12:26:36] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BACKEND][2023-12-20 12:26:37]   Applying database.0043_webhooks... OK  
 [BACKEND][2023-12-20 12:26:37]   Applying database.0044_field_dependencies... OK  
 [BACKEND][2023-12-20 12:26:38]   Applying database.0045_alter_field_name... OK  
 [BACKEND][2023-12-20 12:26:38]   Applying database.0046_add_lookup_field... OK  
 [BACKEND][2023-12-20 12:26:38]   Applying database.0047_fix_date_diff... OK  
 [BACKEND][2023-12-20 12:26:38]   Applying database.0048_fix_trashed_field_dependencies...Fixed 0 trashed dependants  
 [BACKEND][2023-12-20 12:26:38] Fixed 0 trashed vias  
 [BACKEND][2023-12-20 12:26:38] Fixed 0 trashed dependencies  
 [BACKEND][2023-12-20 12:26:38]  OK  
 [BACKEND][2023-12-20 12:26:38]   Applying database.0049_urlfield_2_textfield... OK  
 [BACKEND][2023-12-20 12:26:38]   Applying database.0050_remove_multiselect_missing_options... OK  
 [BACKEND][2023-12-20 12:26:39]   Applying database.0051_gallery_view... OK  
 [BACKEND][2023-12-20 12:26:39]   Applying database.0052_table_order_and_id_index...  
 [BACKEND][2023-12-20 12:26:39] Adding (order ASC, id ASC) index to all tables: 0it [00:00, ?it/s]  
 [BACKEND][2023-12-20 12:26:39] Adding (order ASC, id ASC) index to all tables: 0it [00:00, ?it/s]  
 [BACKEND][2023-12-20 12:26:39]  OK  
 [BACKEND][2023-12-20 12:26:39]   Applying database.0053_add_and_move_public_flags...Migrating form view public and slug properties to View...  
 [BACKEND][2023-12-20 12:26:39] Done with form view  
 [BACKEND][2023-12-20 12:26:39]   
 [BACKEND][2023-12-20 12:26:39] Generating slugs for 0 views in batches of 1000: 0it [00:00, ?it/s]  
 [BACKEND][2023-12-20 12:26:40] Generating slugs for 0 views in batches of 1000: 1it [00:00, 288.98it/s]  
 [BACKEND][2023-12-20 12:26:40]  OK  
 [BACKEND][2023-12-20 12:26:40]   Applying database.0054_ratingfield... OK  
 [BACKEND][2023-12-20 12:26:40]   Applying database.0055_formview_submit_text... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0056_galleryview_card_cover_image_field... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0057_fix_invalid_type_filters_and_sorts...Fixed 0 invalid filters  
 [BACKEND][2023-12-20 12:26:41] Fixed 0 invalid sorts  
 [BACKEND][2023-12-20 12:26:41]  OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0058_fix_hanging_formula_field_
metadata... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0059_add_view_public_index... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0060_set_ordering_on_tablewebhook_models... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0061_change_decimal_places... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0062_migrate_number_type... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0063_drop_number_type... OK  
 [BACKEND][2023-12-20 12:26:41]   Applying database.0064_add_aggregation_field_options... OK  
 [BACKEND][2023-12-20 12:26:42]   Applying database.0065_rename_old_generated_table_indexes...  
 [BACKEND][2023-12-20 12:26:42] Renaming old table indexes: 0it [00:00, ?it/s]  
 [BACKEND][2023-12-20 12:26:42] Renaming old table indexes: 0it [00:00, ?it/s]  
 [BACKEND][2023-12-20 12:26:42]  OK  
 [BACKEND][2023-12-20 12:26:42]   Applying core.0008_trash... OK  
 [BACKEND][2023-12-20 12:26:42]   Applying core.0009_user_profile... OK  
 [BACKEND][2023-12-20 12:26:43]   Applying core.0010_fix_trash_constraint... OK  
 [BACKEND][2023-12-20 12:26:43]   Applying core.0011_settings_instance_id... OK  
 [BACKEND][2023-12-20 12:26:43]   Applying core.0012_add_trashed_indexes... OK  
 [BACKEND][2023-12-20 12:26:43]   Applying core.0013_alter_application_name_squashed_0014_alter_group_name... OK  
 [BACKEND][2023-12-20 12:26:43]   Applying core.0014_settings_allow_signups_with_group_invitations... OK  
 [BACKEND][2023-12-20 12:26:43]   Applying core.0015_alter_userprofile_language... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0066_airtableimportjob... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0067_viewdecoration... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0068_view_public_view_password... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0069_view_trashed... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0070_trashedrows... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0071_alter_linkrowfield_link_row_relation_id... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0072_gridview_row_identifier_type... OK  
 [BACKEND][2023-12-20 12:26:44]   Applying database.0073_increase_available_number_dp... OK  
 [BACKEND][2023-12-20 12:26:45]   Applying database.0074_auto_20220530_0919... OK  
 [BACKEND][2023-12-20 12:26:45]   Applying database.0075_change_export_cascade... OK  
 [BACKEND][2023-12-20 12:26:46]   Applying core.0016_actions... OK  
 [BACKEND][2023-12-20 12:26:46]   Applying core.0017_alter_userprofile_language... OK  
 [BACKEND][2023-12-20 12:26:46]   Applying core.0018_trashentry_names... OK  
 [BACKEND][2023-12-20 12:26:46]   Applying core.0019_trashentry_extra_description_to_names... OK  
 [BACKEND][2023-12-20 12:26:46]   Applying core.0020_add_action_updated_on_and_type_idx... OK  
 [BACKEND][2023-12-20 12:26:46]   Applying core.0021_settings_allow_reset_password... OK  
 [BACKEND][2023-12-20 12:26:47]   Applying core.0022_userprofile_deleted... OK  
 [BACKEND][2023-12-20 12:26:47]   Applying core.0023_settings_account_deletion_grace_delay... OK  
 [BACKEND][2023-12-20 12:26:47]   Applying core.0024_group_storage_usage... OK  
 [BASEROW-WATCHER][2023-12-20 12:26:47] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BACKEND][2023-12-20 12:26:47]   Applying core.0025_job... OK  
 [BACKEND][2023-12-20 12:26:47]   Applying database.0076_add_file_import_job... OK  
 [BACKEND][2023-12-20 12:26:47]   Applying database.0077_recreate_airtable_job... OK  
 [BACKEND][2023-12-20 12:26:48]   Applying database.0078_fileimportjob_report... OK  
 [BACKEND][2023-12-20 12:26:48]   Applying database.0079_table_version... OK  
 [BACKEND][2023-12-20 12:26:48]   Applying database.0080_auto_20220702_1612... OK  
 [BACKEND][2023-12-20 12:26:48]   Applying database.0081_batch_webhooks... OK  
 [BACKEND][2023-12-20 12:26:49]   Applying database.0082_add_import_job_data_mixin... OK  
 [BACKEND][2023-12-20 12:26:49]   Applying database.0083_form_field_options_conditions... OK  
 [BACKEND][2023-12-20 12:26:49]   Applying core.0026_settings_show_admin_signup_page... OK  
 [BACKEND][2023-12-20 12:26:50]   Applying core.0027_default_settings_show_admin_signup_page... OK  
 [BACKEND][2023-12-20 12:26:50]   Applying core.0028_action_action_group... OK  
 [BACKEND][2023-12-20 12:26:50]   Applying core.0029_duplicateapplicationjob... OK  
 [BACKEND][2023-12-20 12:26:50]   Applying database.0084_duplicatetablejob... OK  
 [BACKEND][2023-12-20 12:26:50]   Applying database.0085_alter_fileimportjob_name... OK  
 [BACKEND][2023-12-20 12:26:50]   Applying database.0086_formview_mode... OK  
 [BACKEND][2023-12-20 12:26:51]   Applying core.0030_snapshots... OK  
 [BACKEND][2023-12-20 12:26:51]   Applying core.0031_duplicateapplicationjob_user_action_group_id... OK  
 [BACKEND][2023-12-20 12:26:51]   Applying database.0087_add_duplicate_field_job_type... OK  
 [BACKEND][2023-12-20 12:26:52]   Applying database.0088_multiple_collaborators_field... OK  
 [BACKEND][2023-12-20 12:26:52]   Applying database.0089_update_webhook_url_validators... OK  
 [BACKEND][2023-12-20 12:26:52]   Applying database.0090_add_link_formula_type... OK  
 [BACKEND][2023-12-20 12:26:52]   Applying database.0091_view_show_logo... OK  
 [BACKEND][2023-12-20 12:26:52]   Applying database.0092_alter_token_name... OK  
 [BACKEND][2023-12-20 12:26:53]   Applying database.0093_add_auto_number_to_webhook_log... OK  
 [BACKEND][2023-12-20 12:26:53]   Applying database.0094_exportjob_refactor... OK  
 [BACKEND][2023-12-20 12:26:53]   Applying database.0095_update_exportjob_data... OK  
 [BACKEND][2023-12-20 12:26:54]   Applying database.0096_add_user_ip_address_to_jobs... OK  
 [BACKEND][2023-12-20 12:26:54]   Applying database.0097_add_ip_address_to_jobs... OK  
 [BACKEND][2023-12-20 12:26:54]   Applying database.0098_view_ownership_type... OK  
 [BACKEND][2023-12-20 12:26:55]   Applying database.0099_alter_view_ownership_type... OK  
 [BACKEND][2023-12-20 12:26:55]   Applying database.0100_airtableimportjob_user_ip_address... OK  
 [BACKEND][2023-12-20 12:26:55]   Applying database.0101_formulafield_nullable... OK  
 [BACKEND][2023-12-20 12:26:56]   Applying database.0102_add_timezone_attrs_for_datetimes... OK  
 [BACKEND][2023-12-20 12:26:56]   Applying database.0103_fix_datetimes_timezones... OK  
 [BACKEND][2023-12-20 12:26:57]   Applying database.0104_remove_timezone_field... OK  
 [BACKEND][2023-12-20 12:26:57]   Applying database.0105_formulafield_needs_periodic_update... OK  
 [BACKEND][2023-12-20 12:26:57]   Applying database.0106_add_to_timestamptz_formula... OK  
 [BACKEND][2023-12-20 12:26:57]   Applying database.0107_alter_tokenpermission_type... OK  
 [BACKEND][2023-12-20 12:26:57]   Applying core.0032_trashentry_related_items... OK  
 [BACKEND][2023-12-20 12:26:57]   Applying core.0033_alter_userprofile_language... OK  
 [BASEROW-WATCHER][2023-12-20 12:26:57] Waiting for Baserow to become available, this might take 30+ seconds...  
 [BACKEND][2023-12-20 12:26:58]   Applying core.0034_add_install_template_job... OK  
 [BACKEND][2023-12-20 12:26:59]   Applying core.0035_add_auth_providers... OK  
 [BACKEND][2023-12-20 12:26:59]   Applying core.0036_operation... OK  
 [BACKEND][2023-12-20 12:26:59]   Applying core.0037_remove_permissions_choices... OK  
 [BACKEND][2023-12-20 12:26:59]   Applying core.0038_group_storage_usage_updated_at... OK  
 [BACKEND][2023-12-20 12:26:59]   Applying core.0039_settings_allow_global_group_creation... OK  
 [BACKEND][2023-12-20 12:26:59]   Applying core.0040_alter_groupinvitation_message... OK  
 [BACKEND][2023-12-20 12:26:59]   Applying core.0041_action_group... OK  
 [BEAT_WORKER][2023-12-20 12:27:00] [2023-12-20 20:26:32,475: INFO/MainProcess] beat: Starting...  
 [EXPORT_WORKER][2023-12-20 12:27:00] [2023-12-20 20:26:24,667: INFO/MainProcess] export-worker@df658564bd78 ready.  
 [EXPORT_WORKER][2023-12-20 12:27:00] [2023-12-20 20:27:00,036: INFO/MainProcess] Task baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email[4c404032-360e-4354-af95-f2be01422d7a] received  

XPORT_WORKER][2023-12-20 12:27:00] [2023-12-20 20:27:00,068: INFO/ForkPoolWorker-1] Task baserow.core.notifications.tasks.beat_send_instant_notifications_summary_by_email[4c404032-360e-4354-af95-f2be01422d7a] succeeded in 0.028872674040030688s: None  
 [POSTGRES][2023-12-20 12:27:00] 2023-12-20 20:26:02.734 UTC [272] LOG:  database system is ready to accept connections  
 [POSTGRES][2023-12-20 12:27:00] 2023-12-20 20:27:00.157 UTC [553] baserow@baserow ERROR:  relation "core_notificationrecipient" does not exist at character 507  
 [EXPORT_WORKER][2023-12-20 12:27:00] [2023-12-20 20:27:00,082: INFO/MainProcess] Task baserow.core.notifications.tasks.singleton_send_instant_notifications_summary_by_email[4368b573-8598-4e23-ab91-df04ed0b86c4] received  
 [EXPORT_WORKER][2023-12-20 12:27:00] [2023-12-20 20:27:00,167: ERROR/ForkPoolWorker-1] Task baserow.core.notifications.tasks.singleton_send_instant_notifications_summary_by_email[4368b573-8598-4e23-ab91-df04ed0b86c4] raised unexpected: ProgrammingError('relation "core_notificationrecipient" does not exist\nLINE 1: ..."."id" = "core_userprofile"."user_id") INNER JOIN "core_noti...\n                                                             ^\n')  
 [EXPORT_WORKER][2023-12-20 12:27:00] Traceback (most recent call last):  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute  
 [EXPORT_WORKER][2023-12-20 12:27:00]     return self.cursor.execute(sql, params)  
 [EXPORT_WORKER][2023-12-20 12:27:00] psycopg2.errors.UndefinedTable: relation "core_notificationrecipient" does not exist  
 [EXPORT_WORKER][2023-12-20 12:27:00] LINE 1: ..."."id" = "core_userprofile"."user_id") INNER JOIN "core_noti...  
 [EXPORT_WORKER][2023-12-20 12:27:00]                                                              ^  
 [EXPORT_WORKER][2023-12-20 12:27:00]   
 [EXPORT_WORKER][2023-12-20 12:27:00]   
 [EXPORT_WORKER][2023-12-20 12:27:00] The above exception was the direct cause of the following exception:  
 [EXPORT_WORKER][2023-12-20 12:27:00]   
 [EXPORT_WORKER][2023-12-20 12:27:00] Traceback (most recent call last):  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/celery/app/trace.py", line 451, in trace_task  
 [EXPORT_WORKER][2023-12-20 12:27:00]     R = retval = fun(*args, **kwargs)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/celery/app/trace.py", line 734, in __protected_call__  
 [EXPORT_WORKER][2023-12-20 12:27:00]     return self.run(*args, **kwargs)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/notifications/tasks.py", line 119, in singleton_send_instant_notifications_summary_by_email  
 [EXPORT_WORKER][2023-12-20 12:27:00]     send_instant_notifications_email_to_users()  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/notifications/tasks.py", line 131, in send_instant_notifications_email_to_users  
 [EXPORT_WORKER][2023-12-20 12:27:00]     NotificationHandler.send_new_notifications_to_users_matching_filters_by_email(  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 72, in _wrapper  
 [EXPORT_WORKER][2023-12-20 12:27:00]     raise ex  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 68, in _wrapper  
 [EXPORT_WORKER][2023-12-20 12:27:00]     result = wrapped_func(*args, **kwargs)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/notifications/handler.py", line 754, in send_new_notifications_to_users_matching_filters_by_email  
 [EXPORT_WORKER][2023-12-20 12:27:00]     result = cls.filter_and_annotate_users_with_notifications_to_send_by_email(  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 72, in _wrapper  
 [EXPORT_WORKER][2023-12-20 12:27:00]     raise ex  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/telemetry/utils.py", line 68, in _wrapper  
 [EXPORT_WORKER][2023-12-20 12:27:00]     result = wrapped_func(*args, **kwargs)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/backend/src/baserow/core/notifications/handler.py", line 709, in filter_and_annotate_users_with_notifications_to_send_by_email  
 [EXPORT_WORKER][2023-12-20 12:27:00]     filtered_users.count() - limit_users, 0  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/models/query.py", line 412, in count  
 [EXPORT_WORKER][2023-12-20 12:27:00]     return self.query.get_count(using=self.db)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/models/sql/query.py", line 528, in get_count  
 [EXPORT_WORKER][2023-12-20 12:27:00]     number = obj.get_aggregation(using, ['__count'])['__count']  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/models/sql/query.py", line 513, in get_aggregation  
 [EXPORT_WORKER][2023-12-20 12:27:00]     result = compiler.execute_sql(SINGLE)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/models/sql/compiler.py", line 1175, in execute_sql  
 [EXPORT_WORKER][2023-12-20 12:27:00]     cursor.execute(sql, params)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/backends/utils.py", line 66, in execute  
 [EXPORT_WORKER][2023-12-20 12:27:00]     return self._execute_with_wrappers(sql, params, many=False, executor=self._execute)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/backends/utils.py", line 75, in _execute_with_wrappers  
 [EXPORT_WORKER][2023-12-20 12:27:00]     return executor(sql, params, many, context)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute  
 [EXPORT_WORKER][2023-12-20 12:27:00]     return self.cursor.execute(sql, params)  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/utils.py", line 90, in __exit__  
 [EXPORT_WORKER][2023-12-20 12:27:00]     raise dj_exc_value.with_traceback(traceback) from exc_value  
 [EXPORT_WORKER][2023-12-20 12:27:00]   File "/baserow/venv/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute  
 [EXPORT_WORKER][2023-12-20 12:27:00]     return self.cursor.execute(sql, params)  
 [EXPORT_WORKER][2023-12-20 12:27:00] django.db.utils.ProgrammingError: relation "core_notificationrecipient" does not exist  
 [EXPORT_WORKER][2023-12-20 12:27:00] LINE 1: ..."."id" = "core_userprofile"."user_id") INNER JOIN "core_noti...  
 [EXPORT_WORKER][2023-12-20 12:27:00]                                                              ^  
 [BACKEND][2023-12-20 12:27:00]   Applying core.0042_add_ip_address_to_jobs... OK  
 [BACKEND][2023-12-20 12:27:00]   Applying core.0043_settings_track_group_usage... OK  
 [BACKEND][2023-12-20 12:27:00]   Applying core.0044_add_role_usage_columns_to_group... OK  
 [BACKEND][2023-12-20 12:27:00]   Applying core.0045_group_now... OK  
 [BACKEND][2023-12-20 12:27:00]   Applying baserow_enterprise.0001_initial... OK  
 [BACKEND][2023-12-20 12:27:01]   Applying baserow_enterprise.0002_add_teams... OK  
 [BACKEND][2023-12-20 12:27:01]   Applying baserow_enterprise.0003_teamsubject... OK  
 [BACKEND][2023-12-20 12:27:02]   Applying baserow_enterprise.0004_add_rbac_roles... OK  
 [BACKEND][2023-12-20 12:27:04]   Applying baserow_enterprise.0005_oauth2_providers... OK  
 [BACKEND][2023-12-20 12:27:04]   Applying baserow_enterprise.0006_alter_teamsubject_options... OK  
 [BACKEND][2023-12-20 12:27:04]   Applying baserow_enterprise.0007_teamsubject_baserow_ent_created_01fb9f_idx... OK  
 [BACKEND][2023-12-20 12:27:04]   Applying baserow_enterprise.0008_delete_all_role_assignments... OK  
 [BACKEND][2023-12-20 12:27:04]   Applying baserow_enterprise.0009_roleassignment_subject_and_scope_uniqueness... OK  
 [BACKEND][2023-12-20 12:27:04]   Applying baserow_enterprise.0010_rename_no_role_to_no_access... OK  
 [BACKEND][2023-12-20 12:27:05]   Applying core.0046_rename_group_workspace... OK  
 [BACKEND][2023-12-20 12:27:05]   Applying database.0108_rename_group_airtableimportjob_workspace... OK  
 [BACKEND][2023-12-20 12:27:05]   Applying database.0109_rename_group_token_workspace... OK  
 [BACKEND][2023-12-20 12:27:05]   Applying core.0047_rename_groupuser_workspaceuser... OK  

It looks like the the periodic task that runs every minutes to see if there are new mail to send have tried to look into a table that was not existing yet.

To confirm if my intuition is correct, have you seen that error again after, or does the singleton_send_instant_notifications_summary_by_email task start and end correctly now?

I’ve created an issue here to fix the problem: The singleton_send_instant_notifications_summary_by_email task tries to send emails even before the table exists (#2196) · Issues · Baserow / baserow · GitLab

I left out this screenshot in my first posting:

I can’t get past that error even after restarting baserow container. The following errors are in seen in the log when I submit the signup form:

 [BACKEND][2023-12-21 08:35:49] WARNING 2023-12-21 16:35:49,118 django.request.log_response:224- Not Found: //api/user/   
 [BACKEND][2023-12-21 08:35:49] WARNING 2023-12-21 16:35:49,118 django.request.log_response:224- Not Found: //api/user/   
 [BACKEND][2023-12-21 08:35:49] WARNING 2023-12-21 16:35:49,118 django.request.log_response:224- Not Found: //api/user/   

I think the problem is with BASEROW_PUBLIC_URL='http://myhost.com:280'

It could be written as:

environment:
      - BASEROW_PUBLIC_URL=http://myhost.com:280

or

environment:
      BASEROW_PUBLIC_URL: 'http://myhost.com:280'

but not the with the - and the single quotes around the URL.

Also looking at the logs you provided it seems that the URL contains a / at the end. It should just be the domain and the port as explained here; docs/tutorials/debugging-connection-issues.md · develop · Baserow / baserow · GitLab

Hope this helps,
davide

I changed the docker-compose.yml to version 3.1 and it now seems to be working as expected.

Thanks