After updating the app, the app won’t deploy anymore. I’m adding the logs from the postgres container and n8n container. It is running as an “app” in truneas scale.
postgres logs:
2025-03-17 18:37:33.573093+00:002025-03-17T18:37:33.573093433Z
2025-03-17 18:37:33.573152+00:00PostgreSQL Database directory appears to contain a database; Skipping initialization
2025-03-17 18:37:33.573173+00:002025-03-17T18:37:33.573173786Z
2025-03-17 18:37:33.647604+00:002025-03-17 11:37:33.647 PDT [1] LOG: starting PostgreSQL 15.12 (Debian 15.12-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit
2025-03-17 18:37:33.647786+00:002025-03-17 11:37:33.647 PDT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
2025-03-17 18:37:33.647855+00:002025-03-17 11:37:33.647 PDT [1] LOG: listening on IPv6 address "::", port 5432
2025-03-17 18:37:33.672404+00:002025-03-17 11:37:33.672 PDT [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2025-03-17 18:37:33.703822+00:002025-03-17 11:37:33.703 PDT [16] LOG: database system was shut down at 2025-03-17 11:36:18 PDT
2025-03-17 18:37:33.831485+00:002025-03-17 11:37:33.831 PDT [1] LOG: database system is ready to accept connections
n8n logs:
2025-03-17 18:37:41.252159+00:00Permissions 0644 for n8n settings file /data/.n8n/config are too wide. This is ignored for now, but in the future n8n will attempt to change the permissions automatically. To automatically enforce correct permissions now set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true (recommended), or turn this check off set N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=false.
2025-03-17 18:37:41.253831+00:00User settings loaded from: /data/.n8n/config
2025-03-17 18:37:42.566781+00:00Initializing n8n process
2025-03-17 18:37:43.334819+00:00n8n ready on 0.0.0.0, port 30109
2025-03-17 18:37:43.721684+00:002025-03-17T18:37:43.721684499Z
2025-03-17 18:37:43.721761+00:00There is a deprecation related to your environment variables. Please take the recommended actions to update your configuration:
2025-03-17 18:37:43.721786+00:00- N8N_RUNNERS_ENABLED -> Running n8n without task runners is deprecated. Task runners will be turned on by default in a future version. Please set `N8N_RUNNERS_ENABLED=true` to enable task runners now and avoid potential issues in the future. Learn more: https://docs.n8n.io/hosting/configuration/task-runners/
2025-03-17 18:37:43.721841+00:002025-03-17T18:37:43.721841738Z
2025-03-17 18:37:48.616731+00:00Found unfinished executions: 639260, 639254
2025-03-17 18:37:48.616838+00:00This could be due to a crash of an active workflow or a restart of n8n.
n8n web UI error: Cannot GET /
any ideas what could cause the problem? I’m also very new to everything so be nice.
Information on your n8n setup
n8n version: TRUENAS APP 1.84.0
Database (default: SQLite): all defualt
n8n EXECUTIONS_PROCESS setting (default: own, main): all defualt
No there are some errors, the app takes seconds to load and not hours/days. anyway, you can see in the logs there are two unfinished executions. and the app wont deploy, when you go to the web UI you get the error: Cannot GET / any ideas :)?