-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Hi - everyone. This is Ahson Shaikh from Easypanel Team. We are trying to fix your project that we already have onboarded for quite a long time and now after the architectural update you guys we have started having issues maintaining it.
Currently, we have been testing the Docker Compose version of yours. I'm listing down all the steps I did.
- I cloned the Self-Hosted version on an Instance with Public IP.
- I created the SECRET for DJANGO needed.
- I changed all the envs, including the root one and ones that are residing inside the /apps//.env.example to .env
- We ran
docker compose up -d --build
All the containers started without any issue and showed no errors.
My Attempts:
- I first tried with the Caddy proxy that comes along and it showed me 404 page not found.
- I later decided to configure nginx, but the result was the same.
- Later realized, the problem was the plane app itself not starting up, I confirmed this by exposing the web container externally and accessing the UI and showed me this image

I'm still stuck in this and would like to have someone who can help me out for a lot of people out there. Thanks!
space | ▲ Next.js 14.2.30
space | - Local: http://9711e6cf8c22:3000
space | - Network: http://172.24.0.11:3000
space |
space | ✓ Starting...
space | ✓ Ready in 179ms
proxy-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
proxy-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
proxy-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
proxy-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
proxy-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
proxy-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
proxy-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
proxy-1 | 20-envsubst-on-templates.sh: Running envsubst on /etc/nginx/templates/default.conf.template to /etc/nginx/conf.d/default.conf
proxy-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
proxy-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: using the "epoll" event method
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: nginx/1.27.5
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: built by gcc 14.2.0 (Alpine 14.2.0)
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: OS: Linux 6.8.0-58-generic
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: getrlimit(RLIMIT_NOFILE): 1048576:1048576
plane-db |
plane-db | PostgreSQL Database directory appears to contain a database; Skipping initialization
plane-db |
plane-db | 2025-08-20 14:33:01.395 UTC [1] LOG: starting PostgreSQL 15.7 on x86_64-pc-linux-musl, compiled by gcc (Alpine 13.2.1_git20240309) 13.2.1 20240309, 64-bit
plane-db | 2025-08-20 14:33:01.395 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
plane-db | 2025-08-20 14:33:01.395 UTC [1] LOG: listening on IPv6 address "::", port 5432
plane-db | 2025-08-20 14:33:01.397 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
plane-db | 2025-08-20 14:33:01.404 UTC [28] LOG: database system was shut down at 2025-08-20 14:32:46 UTC
plane-db | 2025-08-20 14:33:01.418 UTC [1] LOG: database system is ready to accept connections
plane-db | 2025-08-20 14:38:01.446 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 14:38:01.864 UTC [26] LOG: checkpoint complete: wrote 8 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.406 s, sync=0.005 s, total=0.419 s; sync files=7, longest=0.003 s, average=0.001 s; distance=20 kB, estimate=20 kB
plane-db | 2025-08-20 14:43:01.952 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 14:43:02.063 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.104 s, sync=0.001 s, total=0.111 s; sync files=2, longest=0.001 s, average=0.001 s; distance=2 kB, estimate=19 kB
plane-db | 2025-08-20 14:48:01.151 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 14:48:01.261 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.002 s, total=0.111 s; sync files=2, longest=0.002 s, average=0.001 s; distance=3 kB, estimate=17 kB
plane-db | 2025-08-20 14:53:01.355 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 14:53:01.466 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.103 s, sync=0.003 s, total=0.112 s; sync files=2, longest=0.002 s, average=0.002 s; distance=3 kB, estimate=16 kB
plane-db | 2025-08-20 14:58:01.540 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 14:58:01.651 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.112 s; sync files=2, longest=0.002 s, average=0.002 s; distance=3 kB, estimate=14 kB
plane-db | 2025-08-20 15:03:01.673 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:03:01.784 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.111 s; sync files=2, longest=0.002 s, average=0.002 s; distance=3 kB, estimate=13 kB
plane-db | 2025-08-20 15:08:01.869 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:08:01.978 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=3 kB, estimate=12 kB
plane-db | 2025-08-20 15:13:02.077 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:13:02.185 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.002 s, total=0.109 s; sync files=2, longest=0.001 s, average=0.001 s; distance=4 kB, estimate=11 kB
plane-db | 2025-08-20 15:18:02.246 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:18:02.360 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.115 s; sync files=2, longest=0.002 s, average=0.002 s; distance=4 kB, estimate=11 kB
plane-db | 2025-08-20 15:23:02.407 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:23:02.516 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.101 s, sync=0.002 s, total=0.109 s; sync files=2, longest=0.002 s, average=0.001 s; distance=4 kB, estimate=10 kB
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: start worker processes
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: start worker process 36
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: start worker process 37
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: start worker process 38
plane-db | 2025-08-20 15:28:02.614 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:28:02.723 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=4 kB, estimate=9 kB
plane-db | 2025-08-20 15:33:02.819 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:33:02.928 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.109 s; sync files=2, longest=0.002 s, average=0.002 s; distance=4 kB, estimate=9 kB
plane-db | 2025-08-20 15:38:02.984 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:38:03.094 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.111 s; sync files=2, longest=0.002 s, average=0.002 s; distance=5 kB, estimate=8 kB
plane-db | 2025-08-20 15:43:02.117 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:43:02.227 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=5 kB, estimate=8 kB
plane-db | 2025-08-20 15:48:02.289 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:48:02.400 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.112 s; sync files=2, longest=0.002 s, average=0.002 s; distance=5 kB, estimate=8 kB
plane-db | 2025-08-20 15:53:02.496 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:53:02.604 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.002 s, total=0.108 s; sync files=2, longest=0.002 s, average=0.001 s; distance=5 kB, estimate=8 kB
plane-db | 2025-08-20 15:58:02.704 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 15:58:02.811 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.001 s, total=0.108 s; sync files=2, longest=0.001 s, average=0.001 s; distance=5 kB, estimate=7 kB
plane-db | 2025-08-20 16:03:02.909 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:03:03.019 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=6 kB, estimate=7 kB
plane-db | 2025-08-20 16:08:02.119 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:08:02.228 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.002 s, total=0.110 s; sync files=2, longest=0.001 s, average=0.001 s; distance=6 kB, estimate=7 kB
plane-db | 2025-08-20 16:13:02.307 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:13:03.524 UTC [26] LOG: checkpoint complete: wrote 16 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.206 s, sync=0.005 s, total=1.217 s; sync files=13, longest=0.003 s, average=0.001 s; distance=46 kB, estimate=46 kB
plane-db | 2025-08-20 16:18:02.617 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:18:02.726 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=1 kB, estimate=42 kB
plane-db | 2025-08-20 16:23:02.825 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:23:02.938 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.113 s; sync files=2, longest=0.002 s, average=0.002 s; distance=2 kB, estimate=38 kB
plane-db | 2025-08-20 16:28:03.038 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:28:03.148 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=2 kB, estimate=34 kB
plane-db | 2025-08-20 16:33:03.235 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:33:03.344 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=2 kB, estimate=31 kB
plane-db | 2025-08-20 16:38:03.444 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:38:03.554 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.110 s; sync files=2, longest=0.002 s, average=0.002 s; distance=2 kB, estimate=28 kB
plane-db | 2025-08-20 16:43:03.635 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:43:03.745 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.111 s; sync files=2, longest=0.002 s, average=0.002 s; distance=3 kB, estimate=26 kB
plane-db | 2025-08-20 16:48:03.820 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:48:03.929 UTC [26] LOG: checkpoint complete: wrote 2 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.102 s, sync=0.003 s, total=0.109 s; sync files=2, longest=0.002 s, average=0.002 s; distance=3 kB, estimate=23 kB
plane-db | 2025-08-20 16:53:04.017 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:53:05.039 UTC [26] LOG: checkpoint complete: wrote 14 buffers (0.1%); 0 WAL file(s) added, 0 removed, 0 recycled; write=1.009 s, sync=0.004 s, total=1.022 s; sync files=12, longest=0.002 s, average=0.001 s; distance=38 kB, estimate=38 kB
plane-db | 2025-08-20 16:58:04.133 UTC [26] LOG: checkpoint starting: time
plane-db | 2025-08-20 16:58:04.345 UTC [26] LOG: checkpoint complete: wrote 3 buffers (0.0%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.202 s, sync=0.003 s, total=0.213 s; sync files=3, longest=0.002 s, average=0.001 s; distance=4 kB, estimate=34 kB
proxy-1 | 2025/08/20 14:34:03 [notice] 1#1: start worker process 39
plane-live | [16:51:00.626] WARN (1): Redis URL is not set, continuing without Redis (you won't be able to sync data between multiple plane live servers)
plane-live | [16:51:00.630] INFO (1): Plane Live server has started at port 3000
plane-minio | MinIO Object Storage Server
plane-minio | Copyright: 2015-2025 MinIO, Inc.
plane-minio | License: GNU AGPLv3 - https://www.gnu.org/licenses/agpl-3.0.html
plane-minio | Version: RELEASE.2025-07-23T15-54-02Z (go1.24.5 linux/amd64)
plane-minio |
plane-minio | API: http://172.24.0.3:9000 http://127.0.0.1:9000
plane-minio | WebUI: http://172.24.0.3:9090 http://127.0.0.1:9090
plane-minio |
plane-minio | Docs: https://docs.min.io
beatworker | Waiting for database...
beatworker | Database available!
beatworker | No migrations Pending. Starting processes ...
beatworker | celery beat v5.4.0 (opalescent) is starting.
beatworker | __ - ... __ - _
beatworker | LocalTime -> 2025-08-20 16:51:08
beatworker | Configuration ->
beatworker | . broker -> amqp://plane:**@plane-mq:5672/plane
beatworker | . loader -> celery.loaders.app.AppLoader
beatworker | . scheduler -> django_celery_beat.schedulers.DatabaseScheduler
beatworker |
beatworker | . logfile -> [stderr]@%INFO
beatworker | . maxinterval -> 5.00 seconds (5s)
beatworker | [2025-08-20 16:51:08,463: INFO/MainProcess] DatabaseScheduler: Schedule changed.
beatworker | {"levelname": "INFO", "asctime": "2025-08-20 16:51:08,463", "module": "schedulers", "name": "django_celery_beat.schedulers", "message": "DatabaseScheduler: Schedule changed."}
bgworker | Waiting for database...
bgworker | Database available!
bgworker | No migrations Pending. Starting processes ...
bgworker | /usr/local/lib/python3.12/site-packages/celery/platforms.py:829: SecurityWarning: You're running the worker with superuser privileges: this is
bgworker | absolutely not recommended!
bgworker |
bgworker | Please specify a different user using the --uid option.
bgworker |
bgworker | User information: uid=0 euid=0 gid=0 egid=0
bgworker |
bgworker | warnings.warn(SecurityWarning(ROOT_DISCOURAGED.format(
bgworker |
bgworker | -------------- celery@41a3f8083d5d v5.4.0 (opalescent)
bgworker | --- ***** -----
bgworker | -- ******* ---- Linux-6.8.0-58-generic-x86_64-with 2025-08-20 16:51:08
bgworker | - *** --- * ---
bgworker | - ** ---------- [config]
bgworker | - ** ---------- .> app: plane:0x73d750137380
bgworker | - ** ---------- .> transport: amqp://plane:**@plane-mq:5672/plane
plane-migrator | Waiting for database...
plane-migrator | Database available!
plane-migrator | Operations to perform:
plane-migrator | Apply all migrations: auth, contenttypes, db, django_celery_beat, license, sessions
plane-migrator | Running migrations:
plane-migrator | No migrations to apply.
admin | ▲ Next.js 14.2.30
admin | - Local: http://4dec90635589:3000
admin | - Network: http://172.24.0.14:3000
admin |
admin | ✓ Starting...
admin | ✓ Ready in 112ms
api | Waiting for database...
api | Database available!
api | No migrations Pending. Starting processes ...
api | Instance already registered
api | ENABLE_SIGNUP configuration already exists
api | DISABLE_WORKSPACE_CREATION configuration already exists
plane-redis | 1:C 20 Aug 2025 14:33:01.377 * oO0OoO0OoO0Oo Valkey is starting oO0OoO0OoO0Oo
plane-redis | 1:C 20 Aug 2025 14:33:01.377 * Valkey version=7.2.5, bits=64, commit=00000000, modified=0, pid=1, just started
bgworker | - ** ---------- .> results: disabled://
plane-redis | 1:C 20 Aug 2025 14:33:01.377 # Warning: no config file specified, using the default config. In order to specify a config file use valkey-server /path/to/valkey.conf
bgworker | - *** --- * --- .> concurrency: 4 (prefork)
bgworker | -- ******* ---- .> task events: OFF (enable -E to monitor tasks in this worker)
bgworker | --- ***** -----
bgworker | -------------- [queues]
bgworker | .> celery exchange=celery(direct) key=celery
bgworker |
bgworker |
bgworker | [tasks]
bgworker | . plane.bgtasks.analytic_plot_export.analytic_export_task
bgworker | . plane.bgtasks.analytic_plot_export.export_analytics_to_csv_email
bgworker | . plane.bgtasks.api_logs_task.delete_api_logs
bgworker | . plane.bgtasks.copy_s3_object.copy_s3_objects_of_description_and_assets
bgworker | . plane.bgtasks.deletion_task.hard_delete
bgworker | . plane.bgtasks.deletion_task.soft_delete_related_objects
bgworker | . plane.bgtasks.dummy_data_task.create_dummy_data
bgworker | . plane.bgtasks.email_notification_task.send_email_notification
bgworker | . plane.bgtasks.email_notification_task.stack_email_notification
bgworker | . plane.bgtasks.event_tracking_task.auth_events
bgworker | . plane.bgtasks.event_tracking_task.workspace_invite_event
bgworker | . plane.bgtasks.export_task.issue_export_task
bgworker | . plane.bgtasks.exporter_expired_task.delete_old_s3_link
bgworker | . plane.bgtasks.file_asset_task.delete_unuploaded_file_asset
bgworker | . plane.bgtasks.forgot_password_task.forgot_password
bgworker | . plane.bgtasks.issue_activities_task.issue_activity
bgworker | . plane.bgtasks.issue_automation_task.archive_and_close_old_issues
bgworker | . plane.bgtasks.issue_description_version_sync.schedule_issue_description_version
bgworker | . plane.bgtasks.issue_description_version_sync.sync_issue_description_version
bgworker | . plane.bgtasks.issue_description_version_task.issue_description_version_task
bgworker | . plane.bgtasks.issue_version_sync.issue_task
bgworker | . plane.bgtasks.issue_version_sync.schedule_issue_version
bgworker | . plane.bgtasks.issue_version_sync.sync_issue_version
plane-mq | =INFO REPORT==== 20-Aug-2025::14:33:01.910050 ===
plane-mq | alarm_handler: {set,{system_memory_high_watermark,[]}}
bgworker | . plane.bgtasks.magic_link_code_task.magic_link
bgworker | . plane.bgtasks.notification_task.notifications
bgworker | . plane.bgtasks.page_transaction_task.page_transaction
bgworker | . plane.bgtasks.page_version_task.page_version
bgworker | . plane.bgtasks.project_add_user_email_task.project_add_user_email
bgworker | . plane.bgtasks.recent_visited_task.recent_visited_task
bgworker | . plane.bgtasks.storage_metadata_task.get_asset_object_metadata
bgworker | . plane.bgtasks.user_activation_email_task.user_activation_email
bgworker | . plane.bgtasks.user_deactivation_email_task.user_deactivation_email
bgworker | . plane.bgtasks.webhook_task.model_activity
bgworker | . plane.bgtasks.webhook_task.send_webhook_deactivation_email
bgworker | . plane.bgtasks.webhook_task.webhook_activity
bgworker | . plane.bgtasks.webhook_task.webhook_send_task
bgworker | . plane.bgtasks.work_item_link_task.crawl_work_item_link_title
bgworker | . plane.bgtasks.workspace_invitation_task.workspace_invitation
bgworker | . plane.bgtasks.workspace_seed_task.workspace_seed
bgworker | . plane.license.bgtasks.tracer.instance_traces
bgworker |
bgworker | [2025-08-20 16:51:08,847: WARNING/MainProcess] /usr/local/lib/python3.12/site-packages/celery/worker/consumer/consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
bgworker | whether broker connection retries are made during startup in Celery 6.0 and above.
bgworker | If you wish to retain the existing behavior for retrying connections on startup,
bgworker | you should set broker_connection_retry_on_startup to True.
bgworker | warnings.warn(
bgworker |
bgworker | {"levelname": "WARNING", "asctime": "2025-08-20 16:51:08,847", "module": "warnings", "name": "py.warnings", "message": "/usr/local/lib/python3.12/site-packages/celery/worker/consumer/consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine\nwhether broker connection retries are made during startup in Celery 6.0 and above.\nIf you wish to retain the existing behavior for retrying connections on startup,\nyou should set broker_connection_retry_on_startup to True.\n warnings.warn(\n"}
plane-redis | 1:M 20 Aug 2025 14:33:01.378 * monotonic clock: POSIX clock_gettime
api | ENABLE_EMAIL_PASSWORD configuration already exists
api | ENABLE_MAGIC_LINK_LOGIN configuration already exists
web | ▲ Next.js 14.2.30
api | GOOGLE_CLIENT_ID configuration already exists
web | - Local: http://30de67b569e2:3000
web | - Network: http://172.24.0.8:3000
web |
plane-mq | 2025-08-20 14:33:06.884774+00:00 [notice] <0.44.0> Application syslog exited with reason: stopped
plane-mq | 2025-08-20 14:33:06.892792+00:00 [notice] <0.254.0> Logging: switching to configured handler(s); following messages may not be visible in this log output
plane-mq | 2025-08-20 14:33:06.895713+00:00 [notice] <0.254.0> Logging: configured log handlers are now ACTIVE
plane-mq | 2025-08-20 14:33:06.909593+00:00 [info] <0.254.0> ra: starting system quorum_queues
plane-mq | 2025-08-20 14:33:06.909647+00:00 [info] <0.254.0> starting Ra system: quorum_queues in directory: /var/lib/rabbitmq/mnesia/rabbit@cbf2631d931c/quorum/rabbit@cbf2631d931c
plane-mq | 2025-08-20 14:33:07.015420+00:00 [info] <0.268.0> ra system 'quorum_queues' running pre init for 0 registered servers
plane-mq | 2025-08-20 14:33:07.034852+00:00 [info] <0.269.0> ra: meta data store initialised for system quorum_queues. 0 record(s) recovered
plane-mq | 2025-08-20 14:33:07.060705+00:00 [notice] <0.274.0> WAL: ra_log_wal init, open tbls: ra_log_open_mem_tables, closed tbls: ra_log_closed_mem_tables
plane-mq | 2025-08-20 14:33:07.083379+00:00 [info] <0.254.0> ra: starting system coordination
plane-mq | 2025-08-20 14:33:07.083425+00:00 [info] <0.254.0> starting Ra system: coordination in directory: /var/lib/rabbitmq/mnesia/rabbit@cbf2631d931c/coordination/rabbit@cbf2631d931c
plane-mq | 2025-08-20 14:33:07.086118+00:00 [info] <0.282.0> ra system 'coordination' running pre init for 0 registered servers
plane-mq | 2025-08-20 14:33:07.086473+00:00 [info] <0.283.0> ra: meta data store initialised for system coordination. 0 record(s) recovered
plane-mq | 2025-08-20 14:33:07.086589+00:00 [notice] <0.288.0> WAL: ra_coordination_log_wal init, open tbls: ra_coordination_log_open_mem_tables, closed tbls: ra_coordination_log_closed_mem_tables
plane-mq | 2025-08-20 14:33:07.090938+00:00 [info] <0.254.0> ra: starting system coordination
api | GOOGLE_CLIENT_SECRET configuration already exists
api | GITHUB_CLIENT_ID configuration already exists
api | GITHUB_CLIENT_SECRET configuration already exists
api | GITHUB_ORGANIZATION_ID configuration already exists
api | GITLAB_HOST configuration already exists
api | GITLAB_CLIENT_ID configuration already exists
api | ENABLE_SMTP configuration already exists
api | GITLAB_CLIENT_SECRET configuration already exists
api | EMAIL_HOST configuration already exists
api | EMAIL_HOST_USER configuration already exists
api | EMAIL_HOST_PASSWORD configuration already exists
api | EMAIL_PORT configuration already exists
api | EMAIL_FROM configuration already exists
web | ✓ Starting...
web | ✓ Ready in 81ms
plane-mq | 2025-08-20 14:33:07.090974+00:00 [info] <0.254.0> starting Ra system: coordination in directory: /var/lib/rabbitmq/mnesia/rabbit@cbf2631d931c/coordination/rabbit@cbf2631d931c
plane-mq | 2025-08-20 14:33:07.187677+00:00 [info] <0.254.0> Waiting for Khepri leader for 30000 ms, 9 retries left
plane-mq | 2025-08-20 14:33:07.195684+00:00 [notice] <0.292.0> RabbitMQ metadata store: candidate -> leader in term: 1 machine version: 1
plane-mq | 2025-08-20 14:33:07.212602+00:00 [info] <0.254.0> Khepri leader elected
plane-mq | 2025-08-20 14:33:07.666230+00:00 [info] <0.254.0>
plane-mq | 2025-08-20 14:33:07.666230+00:00 [info] <0.254.0> Starting RabbitMQ 3.13.6 on Erlang 26.2.5.2 [jit]
plane-mq | 2025-08-20 14:33:07.666230+00:00 [info] <0.254.0> Copyright (c) 2007-2024 Broadcom Inc and/or its subsidiaries
plane-mq | 2025-08-20 14:33:07.666230+00:00 [info] <0.254.0> Licensed under the MPL 2.0. Website: https://rabbitmq.com
bgworker | [2025-08-20 16:51:08,851: INFO/MainProcess] Connected to amqp://plane:**@plane-mq:5672/plane
bgworker | {"levelname": "INFO", "asctime": "2025-08-20 16:51:08,851", "module": "connection", "name": "celery.worker.consumer.connection", "message": "Connected to amqp://plane:**@plane-mq:5672/plane"}
bgworker | [2025-08-20 16:51:08,853: WARNING/MainProcess] /usr/local/lib/python3.12/site-packages/celery/worker/consumer/consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine
bgworker | whether broker connection retries are made during startup in Celery 6.0 and above.
bgworker | If you wish to retain the existing behavior for retrying connections on startup,
bgworker | you should set broker_connection_retry_on_startup to True.
bgworker | warnings.warn(
bgworker |
bgworker | {"levelname": "WARNING", "asctime": "2025-08-20 16:51:08,853", "module": "warnings", "name": "py.warnings", "message": "/usr/local/lib/python3.12/site-packages/celery/worker/consumer/consumer.py:508: CPendingDeprecationWarning: The broker_connection_retry configuration setting will no longer determine\nwhether broker connection retries are made during startup in Celery 6.0 and above.\nIf you wish to retain the existing behavior for retrying connections on startup,\nyou should set broker_connection_retry_on_startup to True.\n warnings.warn(\n"}
bgworker | [2025-08-20 16:51:08,856: INFO/MainProcess] mingle: searching for neighbors
bgworker | {"levelname": "INFO", "asctime": "2025-08-20 16:51:08,856", "module": "mingle", "name": "celery.worker.consumer.mingle", "message": "mingle: searching for neighbors"}
bgworker | [2025-08-20 16:51:09,875: INFO/MainProcess] mingle: all alone
bgworker | {"levelname": "INFO", "asctime": "2025-08-20 16:51:09,875", "module": "mingle", "name": "celery.worker.consumer.mingle", "message": "mingle: all alone"}
bgworker | [2025-08-20 16:51:09,903: INFO/MainProcess] Task plane.bgtasks.email_notification_task.stack_email_notification[ad6a74d1-bad5-4c85-bfbc-78af087b0aa5] received
bgworker | {"levelname": "INFO", "asctime": "2025-08-20 16:51:09,903", "module": "strategy", "name": "celery.worker.strategy", "message": "Task plane.bgtasks.email_notification_task.stack_email_notification[ad6a74d1-bad5-4c85-bfbc-78af087b0aa5] received", "data": {"id": "ad6a74d1-bad5-4c85-bfbc-78af087b0aa5", "name": "plane.bgtasks.email_notification_task.stack_email_notification", "args": "()", "kwargs": "{}", "eta": null}}
bgworker | [2025-08-20 16:51:09,904: INFO/MainProcess] Task plane.license.bgtasks.tracer.instance_traces[1e0562a9-7e64-45d9-ae6d-c0d3ee898d0e] received
bgworker | {"levelname": "INFO", "asctime": "2025-08-20 16:51:09,904", "module": "strategy", "name": "celery.worker.strategy", "message": "Task plane.license.bgtasks.tracer.instance_traces[1e0562a9-7e64-45d9-ae6d-c0d3ee898d0e] received", "data": {"id": "1e0562a9-7e64-45d9-ae6d-c0d3ee898d0e", "name": "plane.license.bgtasks.tracer.instance_traces", "args": "()", "kwargs": "{}", "eta": null}}
bgworker | [2025-08-20 16:55:00,009: INFO/MainProcess] Task plane.bgtasks.email_notification_task.stack_email_notification[2bbe4314-a43e-40a1-a284-0f6e30abc95e] received
bgworker | {"levelname": "INFO", "asctime": "2025-08-20 16:55:00,009", "module": "strategy", "name": "celery.worker.strategy", "message": "Task plane.bgtasks.email_notification_task.stack_email_notification[2bbe4314-a43e-40a1-a284-0f6e30abc95e] received", "data": {"id": "2bbe4314-a43e-40a1-a284-0f6e30abc95e", "name": "plane.bgtasks.email_notification_task.stack_email_notification", "args": "()", "kwargs": "{}", "eta": null}}
api | EMAIL_USE_TLS configuration already exists
api | EMAIL_USE_SSL configuration already exists
api | LLM_API_KEY configuration already exists
api | LLM_PROVIDER configuration already exists
api | LLM_MODEL configuration already exists
api | GPT_ENGINE configuration already exists
api | UNSPLASH_ACCESS_KEY configuration already exists
api | IS_INTERCOM_ENABLED configuration already exists
api | INTERCOM_APP_ID configuration already exists
api | IS_GOOGLE_ENABLED configuration already exists
api | IS_GITHUB_ENABLED configuration already exists
api | IS_GITLAB_ENABLED configuration already exists
api | Checking bucket...
api | Bucket 'uploads' exists.
api | Cache Cleared
api | [2025-08-20 16:51:19 +0000] [1] [INFO] Starting gunicorn 23.0.0
api | [2025-08-20 16:51:19 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
api | [2025-08-20 16:51:19 +0000] [1] [INFO] Using worker: uvicorn.workers.UvicornWorker
api | [2025-08-20 16:51:19 +0000] [25] [INFO] Booting worker with pid: 25
api | [2025-08-20 16:51:19 +0000] [26] [INFO] Booting worker with pid: 26
plane-mq |
plane-mq | ## ## RabbitMQ 3.13.6
plane-mq | ## ##
plane-mq | ########## Copyright (c) 2007-2024 Broadcom Inc and/or its subsidiaries
plane-mq | ###### ##
plane-mq | ########## Licensed under the MPL 2.0. Website: https://rabbitmq.com
plane-mq |
plane-mq | Erlang: 26.2.5.2 [jit]
plane-mq | TLS Library: OpenSSL - OpenSSL 3.1.6 4 Jun 2024
plane-mq | Release series support status: see https://www.rabbitmq.com/release-information
plane-mq |
plane-mq | Doc guides: https://www.rabbitmq.com/docs
plane-mq | Support: https://www.rabbitmq.com/docs/contact
plane-mq | Tutorials: https://www.rabbitmq.com/tutorials
plane-mq | Monitoring: https://www.rabbitmq.com/docs/monitoring
plane-mq | Upgrading: https://www.rabbitmq.com/docs/upgrade
plane-mq |
plane-mq | Logs: <stdout>
plane-mq |
plane-mq | Config file(s): /etc/rabbitmq/conf.d/10-defaults.conf
plane-mq |
plane-mq | Starting broker...2025-08-20 14:33:07.666990+00:00 [info] <0.254.0>
plane-mq | 2025-08-20 14:33:07.666990+00:00 [info] <0.254.0> node : rabbit@cbf2631d931c
plane-mq | 2025-08-20 14:33:07.666990+00:00 [info] <0.254.0> home dir : /var/lib/rabbitmq
plane-mq | 2025-08-20 14:33:07.666990+00:00 [info] <0.254.0> config file(s) : /etc/rabbitmq/conf.d/10-defaults.conf
plane-mq | 2025-08-20 14:33:07.666990+00:00 [info] <0.254.0> cookie hash : oWDey1YHhJ/U9dDCe3k55A==
plane-mq | 2025-08-20 14:33:07.666990+00:00 [info] <0.254.0> log(s) : <stdout>
plane-mq | 2025-08-20 14:33:07.666990+00:00 [info] <0.254.0> data dir : /var/lib/rabbitmq/mnesia/rabbit@cbf2631d931c
plane-mq | 2025-08-20 14:33:08.264268+00:00 [info] <0.254.0> Running boot step pre_boot defined by app rabbit
plane-mq | 2025-08-20 14:33:08.264329+00:00 [info] <0.254.0> Running boot step rabbit_global_counters defined by app rabbit
plane-mq | 2025-08-20 14:33:08.270991+00:00 [info] <0.254.0> Running boot step rabbit_osiris_metrics defined by app rabbit
plane-mq | 2025-08-20 14:33:08.271091+00:00 [info] <0.254.0> Running boot step rabbit_core_metrics defined by app rabbit
plane-mq | 2025-08-20 14:33:08.271356+00:00 [info] <0.254.0> Running boot step rabbit_alarm defined by app rabbit
plane-mq | 2025-08-20 14:33:08.283214+00:00 [info] <0.329.0> Memory high watermark set to 3100 MiB (3251136102 bytes) of 7751 MiB (8127840256 bytes) total
plane-mq | 2025-08-20 14:33:08.287892+00:00 [info] <0.331.0> Enabling free disk space monitoring (disk free space: 72009986048, total memory: 8127840256)
plane-mq | 2025-08-20 14:33:08.287926+00:00 [info] <0.331.0> Disk free limit set to 50MB
plane-mq | 2025-08-20 14:33:08.296330+00:00 [info] <0.254.0> Running boot step code_server_cache defined by app rabbit
plane-mq | 2025-08-20 14:33:08.296425+00:00 [info] <0.254.0> Running boot step file_handle_cache defined by app rabbit
plane-mq | 2025-08-20 14:33:08.307686+00:00 [info] <0.334.0> Limiting to approx 1048479 file handles (943629 sockets)
plane-mq | 2025-08-20 14:33:08.307789+00:00 [info] <0.335.0> FHC read buffering: OFF
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * Running mode=standalone, port=6379.
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * Server initialized
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * Loading RDB produced by valkey version 7.2.5
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * RDB age 14 seconds
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * RDB memory usage when created 0.87 Mb
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * Done loading RDB, keys loaded: 0, keys expired: 0.
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * DB loaded from disk: 0.000 seconds
plane-redis | 1:M 20 Aug 2025 14:33:01.379 * Ready to accept connections tcp
plane-redis | 1:M 20 Aug 2025 15:33:02.043 * 1 changes in 3600 seconds. Saving...
plane-redis | 1:M 20 Aug 2025 15:33:02.043 * Background saving started by pid 16
plane-redis | 16:C 20 Aug 2025 15:33:02.048 * DB saved on disk
plane-redis | 16:C 20 Aug 2025 15:33:02.048 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
plane-redis | 1:M 20 Aug 2025 15:33:02.144 * Background saving terminated with success
plane-redis | 1:M 20 Aug 2025 16:33:03.027 * 1 changes in 3600 seconds. Saving...
plane-redis | 1:M 20 Aug 2025 16:33:03.031 * Background saving started by pid 17
plane-redis | 17:C 20 Aug 2025 16:33:03.037 * DB saved on disk
plane-redis | 17:C 20 Aug 2025 16:33:03.038 * Fork CoW for RDB: current 0 MB, peak 0 MB, average 0 MB
plane-redis | 1:M 20 Aug 2025 16:33:03.131 * Background saving terminated with success
plane-mq | 2025-08-20 14:33:08.307811+00:00 [info] <0.335.0> FHC write buffering: ON
plane-mq | 2025-08-20 14:33:08.311622+00:00 [info] <0.254.0> Running boot step worker_pool defined by app rabbit
plane-mq | 2025-08-20 14:33:08.311679+00:00 [info] <0.315.0> Will use 4 processes for default worker pool
plane-mq | 2025-08-20 14:33:08.311703+00:00 [info] <0.315.0> Starting worker pool 'worker_pool' with 4 processes in it
plane-mq | 2025-08-20 14:33:08.311879+00:00 [info] <0.254.0> Running boot step database defined by app rabbit
plane-mq | 2025-08-20 14:33:08.312243+00:00 [info] <0.254.0> Peer discovery: configured backend: rabbit_peer_discovery_classic_config
plane-mq | 2025-08-20 14:33:08.313151+00:00 [notice] <0.316.0> Feature flags: attempt to enable `detailed_queues_endpoint`...
plane-mq | 2025-08-20 14:33:08.490050+00:00 [notice] <0.316.0> Feature flags: `detailed_queues_endpoint` enabled
plane-mq | 2025-08-20 14:33:08.490157+00:00 [notice] <0.316.0> Feature flags: attempt to enable `quorum_queue_non_voters`...
plane-mq | 2025-08-20 14:33:08.631683+00:00 [notice] <0.316.0> Feature flags: `quorum_queue_non_voters` enabled
plane-mq | 2025-08-20 14:33:08.631837+00:00 [notice] <0.316.0> Feature flags: attempt to enable `stream_update_config_command`...
plane-mq | 2025-08-20 14:33:08.851880+00:00 [notice] <0.316.0> Feature flags: `stream_update_config_command` enabled
plane-mq | 2025-08-20 14:33:08.851994+00:00 [notice] <0.316.0> Feature flags: attempt to enable `stream_filtering`...
plane-mq | 2025-08-20 14:33:09.005952+00:00 [notice] <0.316.0> Feature flags: `stream_filtering` enabled
plane-mq | 2025-08-20 14:33:09.006063+00:00 [notice] <0.316.0> Feature flags: attempt to enable `stream_sac_coordinator_unblock_group`...
plane-mq | 2025-08-20 14:33:09.182414+00:00 [notice] <0.316.0> Feature flags: `stream_sac_coordinator_unblock_group` enabled
plane-mq | 2025-08-20 14:33:09.182584+00:00 [notice] <0.316.0> Feature flags: attempt to enable `restart_streams`...
plane-mq | 2025-08-20 14:33:09.375645+00:00 [notice] <0.316.0> Feature flags: `restart_streams` enabled
plane-mq | 2025-08-20 14:33:09.375818+00:00 [notice] <0.316.0> Feature flags: attempt to enable `message_containers`...
plane-mq | 2025-08-20 14:33:09.509644+00:00 [notice] <0.316.0> Feature flags: `message_containers` enabled
plane-mq | 2025-08-20 14:33:09.509758+00:00 [notice] <0.316.0> Feature flags: attempt to enable `message_containers_deaths_v2`...
plane-mq | 2025-08-20 14:33:09.616905+00:00 [notice] <0.316.0> Feature flags: `message_containers_deaths_v2` enabled
plane-mq | 2025-08-20 14:33:09.617012+00:00 [info] <0.254.0> DB: virgin node -> run peer discovery
plane-mq | 2025-08-20 14:33:09.639781+00:00 [notice] <0.44.0> Application mnesia exited with reason: stopped
plane-mq | 2025-08-20 14:33:09.850287+00:00 [info] <0.254.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
plane-mq | 2025-08-20 14:33:09.850383+00:00 [info] <0.254.0> Successfully synced tables from a peer
plane-mq | 2025-08-20 14:33:09.850447+00:00 [info] <0.254.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
plane-mq | 2025-08-20 14:33:09.850476+00:00 [info] <0.254.0> Successfully synced tables from a peer
plane-mq | 2025-08-20 14:33:09.858642+00:00 [info] <0.254.0> Waiting for Mnesia tables for 30000 ms, 9 retries left
plane-mq | 2025-08-20 14:33:09.858736+00:00 [info] <0.254.0> Successfully synced tables from a peer
plane-mq | 2025-08-20 14:33:09.858826+00:00 [info] <0.254.0> Running boot step tracking_metadata_store defined by app rabbit
plane-mq | 2025-08-20 14:33:09.858861+00:00 [info] <0.558.0> Setting up a table for connection tracking on this node: tracked_connection
plane-mq | 2025-08-20 14:33:09.858904+00:00 [info] <0.558.0> Setting up a table for per-vhost connection counting on this node: tracked_connection_per_vhost
plane-mq | 2025-08-20 14:33:09.858946+00:00 [info] <0.558.0> Setting up a table for per-user connection counting on this node: tracked_connection_per_user
plane-mq | 2025-08-20 14:33:09.858970+00:00 [info] <0.558.0> Setting up a table for channel tracking on this node: tracked_channel
plane-mq | 2025-08-20 14:33:09.859050+00:00 [info] <0.558.0> Setting up a table for channel tracking on this node: tracked_channel_per_user
plane-mq | 2025-08-20 14:33:09.859117+00:00 [info] <0.254.0> Running boot step networking_metadata_store defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859187+00:00 [info] <0.254.0> Running boot step feature_flags defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859270+00:00 [info] <0.254.0> Running boot step codec_correctness_check defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859294+00:00 [info] <0.254.0> Running boot step external_infrastructure defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859314+00:00 [info] <0.254.0> Running boot step rabbit_event defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859459+00:00 [info] <0.254.0> Running boot step rabbit_registry defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859504+00:00 [info] <0.254.0> Running boot step rabbit_auth_mechanism_amqplain defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859551+00:00 [info] <0.254.0> Running boot step rabbit_auth_mechanism_cr_demo defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859574+00:00 [info] <0.254.0> Running boot step rabbit_auth_mechanism_plain defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859591+00:00 [info] <0.254.0> Running boot step rabbit_exchange_type_direct defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859612+00:00 [info] <0.254.0> Running boot step rabbit_exchange_type_fanout defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859627+00:00 [info] <0.254.0> Running boot step rabbit_exchange_type_headers defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859646+00:00 [info] <0.254.0> Running boot step rabbit_exchange_type_topic defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859665+00:00 [info] <0.254.0> Running boot step rabbit_mirror_queue_mode_all defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859683+00:00 [info] <0.254.0> Running boot step rabbit_mirror_queue_mode_exactly defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859776+00:00 [info] <0.254.0> Running boot step rabbit_mirror_queue_mode_nodes defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859808+00:00 [info] <0.254.0> Running boot step rabbit_priority_queue defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859824+00:00 [info] <0.254.0> Priority queues enabled, real BQ is rabbit_variable_queue
plane-mq | 2025-08-20 14:33:09.859859+00:00 [info] <0.254.0> Running boot step rabbit_queue_location_client_local defined by app rabbit
plane-mq | 2025-08-20 14:33:09.859987+00:00 [info] <0.254.0> Running boot step rabbit_queue_location_min_masters defined by app rabbit
plane-mq | 2025-08-20 14:33:09.860060+00:00 [info] <0.254.0> Running boot step rabbit_queue_location_random defined by app rabbit
plane-mq | 2025-08-20 14:33:09.860118+00:00 [info] <0.254.0> Running boot step kernel_ready defined by app rabbit
plane-mq | 2025-08-20 14:33:09.860142+00:00 [info] <0.254.0> Running boot step rabbit_sysmon_minder defined by app rabbit
plane-mq | 2025-08-20 14:33:09.860297+00:00 [info] <0.254.0> Running boot step rabbit_epmd_monitor defined by app rabbit
plane-mq | 2025-08-20 14:33:09.862889+00:00 [info] <0.566.0> epmd monitor knows us, inter-node communication (distribution) port: 25672
plane-mq | 2025-08-20 14:33:09.862959+00:00 [info] <0.254.0> Running boot step guid_generator defined by app rabbit
plane-mq | 2025-08-20 14:33:09.866781+00:00 [info] <0.254.0> Running boot step rabbit_node_monitor defined by app rabbit
plane-mq | 2025-08-20 14:33:09.866959+00:00 [info] <0.570.0> Starting rabbit_node_monitor (in ignore mode)
plane-mq | 2025-08-20 14:33:09.867020+00:00 [info] <0.254.0> Running boot step delegate_sup defined by app rabbit
plane-mq | 2025-08-20 14:33:09.867259+00:00 [info] <0.254.0> Running boot step rabbit_memory_monitor defined by app rabbit
plane-mq | 2025-08-20 14:33:09.867390+00:00 [info] <0.254.0> Running boot step rabbit_fifo_dlx_sup defined by app rabbit
plane-mq | 2025-08-20 14:33:09.867456+00:00 [info] <0.254.0> Running boot step core_initialized defined by app rabbit
plane-mq | 2025-08-20 14:33:09.867495+00:00 [info] <0.254.0> Running boot step rabbit_channel_tracking_handler defined by app rabbit
plane-mq | 2025-08-20 14:33:09.867537+00:00 [info] <0.254.0> Running boot step rabbit_connection_tracking_handler defined by app rabbit
plane-mq | 2025-08-20 14:33:09.867575+00:00 [info] <0.254.0> Running boot step rabbit_definitions_hashing defined by app rabbit
plane-mq | 2025-08-20 14:33:09.867612+00:00 [info] <0.254.0> Running boot step rabbit_exchange_parameters defined by app rabbit
plane-mq | 2025-08-20 14:33:09.920123+00:00 [info] <0.254.0> Running boot step rabbit_mirror_queue_misc defined by app rabbit
plane-mq | 2025-08-20 14:33:09.920470+00:00 [info] <0.254.0> Running boot step rabbit_policies defined by app rabbit
plane-mq | 2025-08-20 14:33:09.920739+00:00 [info] <0.254.0> Running boot step rabbit_policy defined by app rabbit
plane-mq | 2025-08-20 14:33:09.922618+00:00 [info] <0.254.0> Running boot step rabbit_queue_location_validator defined by app rabbit
plane-mq | 2025-08-20 14:33:09.922679+00:00 [info] <0.254.0> Running boot step rabbit_quorum_memory_manager defined by app rabbit
plane-mq | 2025-08-20 14:33:09.922726+00:00 [info] <0.254.0> Running boot step rabbit_quorum_queue defined by app rabbit
plane-mq | 2025-08-20 14:33:09.922906+00:00 [info] <0.254.0> Running boot step rabbit_stream_coordinator defined by app rabbit
plane-mq | 2025-08-20 14:33:09.923004+00:00 [info] <0.254.0> Running boot step rabbit_vhost_limit defined by app rabbit
plane-mq | 2025-08-20 14:33:09.923061+00:00 [info] <0.254.0> Running boot step rabbit_federation_parameters defined by app rabbitmq_federation
plane-mq | 2025-08-20 14:33:09.923119+00:00 [info] <0.254.0> Running boot step rabbit_federation_supervisor defined by app rabbitmq_federation
plane-mq | 2025-08-20 14:33:09.938434+00:00 [info] <0.254.0> Running boot step rabbit_federation_queue defined by app rabbitmq_federation
plane-mq | 2025-08-20 14:33:09.938612+00:00 [info] <0.254.0> Running boot step rabbit_federation_upstream_exchange defined by app rabbitmq_federation
plane-mq | 2025-08-20 14:33:09.938683+00:00 [info] <0.254.0> Running boot step rabbit_mgmt_reset_handler defined by app rabbitmq_management
plane-mq | 2025-08-20 14:33:09.938757+00:00 [info] <0.254.0> Running boot step rabbit_mgmt_db_handler defined by app rabbitmq_management_agent
plane-mq | 2025-08-20 14:33:09.938809+00:00 [info] <0.254.0> Management plugin: using rates mode 'basic'
plane-mq | 2025-08-20 14:33:09.939016+00:00 [info] <0.254.0> Running boot step recovery defined by app rabbit
plane-mq | 2025-08-20 14:33:09.959132+00:00 [info] <0.254.0> Running boot step empty_db_check defined by app rabbit
plane-mq | 2025-08-20 14:33:09.959192+00:00 [info] <0.254.0> Will seed default virtual host and user...
plane-mq | 2025-08-20 14:33:09.959270+00:00 [info] <0.254.0> Adding vhost 'plane' (description: 'Default virtual host', tags: [])
plane-mq | 2025-08-20 14:33:09.973505+00:00 [info] <0.630.0> Making sure data directory '/var/lib/rabbitmq/mnesia/rabbit@cbf2631d931c/msg_stores/vhosts/B2Y9HB7XZYD3IVHXROV1NQ4U3' for vhost 'plane' exists
plane-mq | 2025-08-20 14:33:09.974051+00:00 [info] <0.630.0> Setting segment_entry_count for vhost 'plane' with 0 queues to '2048'
plane-mq | 2025-08-20 14:33:09.987761+00:00 [info] <0.630.0> Starting message stores for vhost 'plane'
plane-mq | 2025-08-20 14:33:09.987971+00:00 [info] <0.639.0> Message store "B2Y9HB7XZYD3IVHXROV1NQ4U3/msg_store_transient": using rabbit_msg_store_ets_index to provide index
plane-mq | 2025-08-20 14:33:09.988569+00:00 [info] <0.630.0> Started message store of type transient for vhost 'plane'
plane-mq | 2025-08-20 14:33:09.988748+00:00 [info] <0.643.0> Message store "B2Y9HB7XZYD3IVHXROV1NQ4U3/msg_store_persistent": using rabbit_msg_store_ets_index to provide index
plane-mq | 2025-08-20 14:33:09.992370+00:00 [warning] <0.643.0> Message store "B2Y9HB7XZYD3IVHXROV1NQ4U3/msg_store_persistent": rebuilding indices from scratch
plane-mq | 2025-08-20 14:33:09.992844+00:00 [info] <0.630.0> Started message store of type persistent for vhost 'plane'
plane-mq | 2025-08-20 14:33:09.992931+00:00 [info] <0.630.0> Recovering 0 queues of type rabbit_classic_queue took 18ms
plane-mq | 2025-08-20 14:33:09.992954+00:00 [info] <0.630.0> Recovering 0 queues of type rabbit_quorum_queue took 0ms
plane-mq | 2025-08-20 14:33:09.992981+00:00 [info] <0.630.0> Recovering 0 queues of type rabbit_stream_queue took 0ms
plane-mq | 2025-08-20 14:33:09.996406+00:00 [info] <0.254.0> Created user 'plane'
plane-mq | 2025-08-20 14:33:09.997366+00:00 [info] <0.254.0> Successfully set user tags for user 'plane' to [administrator]
plane-mq | 2025-08-20 14:33:09.998291+00:00 [info] <0.254.0> Successfully set permissions for user 'plane' in virtual host 'plane' to '.*', '.*', '.*'
plane-mq | 2025-08-20 14:33:... (16 KB left)
Metadata
Metadata
Assignees
Labels
No labels