Describe the problem/error/question
I am trying to deploy n8n to kubernetes using GitHub - 8gears/n8n-helm-chart at 0.25.2 helm chart but I cannot get it up and running, I have defined below values.
I guess I am missing some config but I cannot get to it.
N8N_LOG_LEVEL: "debug"
N8N_METRICS: "true"
DB_TYPE: sqlite
DB_SQLITE_VACUUM_ON_STARTUP: true
N8N_EDITOR_BASE_URL: https://xxxxxxxx/
N8N_HOST: https://xxxxxxx/
DB_LOGGING_ENABLED: query
N8N_COMMUNITY_PACKAGES_ENABLED: false
What is the error message (if any)?
No encryption key found - Auto-generated and saved to: /home/node/.n8n/config
Invalid boolean value for DB_LOGGING_ENABLED: query
Loaded config overwrites from /n8n-config/config.json
2024-11-22T14:05:54.619Z | info | Initializing n8n process "{ file: 'start.js', function: 'init' }"
2024-11-22T14:05:58.320Z | info | Received SIGTERM. Shutting down... "{ file: 'base-command.js' }"
2024-11-22T14:05:58.321Z | debug | Shutting down component "License.shutdown()" "{ file: 'shutdown.service.js', function: 'shutdownComponent' }"
2024-11-22T14:05:58.322Z | error | ComponentShutdownError: Failed to shutdown gracefully "{\n component: 'License.shutdown()',\n file: 'LoggerProxy.js',\n function: 'exports.error'\n}"
2024-11-22T14:05:58.323Z | error | ServiceNotFoundError: Service with "MaybeConstructable<DataSource>" identifier was not found in the container. Register it before usage via explicitly calling the "Container.set" function or using the "@Service()" decorator. "{ file: 'LoggerProxy.js', function: 'exports.error' }"
2024-11-22T14:05:58.323Z | debug | Shutting down component "Push.onShutdown()" "{ file: 'shutdown.service.js', function: 'shutdownComponent' }"
2024-11-22T14:05:58.616Z | debug | Shutting down component "ActiveWorkflowManager.removeAllTriggerAndPollerBasedWorkflows()" "{ file: 'shutdown.service.js', function: 'shutdownComponent' }"
2024-11-22T14:05:58.617Z | error | ComponentShutdownError: Failed to shutdown gracefully "{\n component: 'ActiveWorkflowManager.removeAllTriggerAndPollerBasedWorkflows()',\n file: 'LoggerProxy.js',\n function: 'exports.error'\n}"
2024-11-22T14:05:58.617Z | error | ServiceNotFoundError: Service with "MaybeConstructable<DataSource>" identifier was not found in the container. Register it before usage via explicitly calling the "Container.set" function or using the "@Service()" decorator. "{ file: 'LoggerProxy.js', function: 'exports.error' }"
2024-11-22T14:05:58.617Z | debug | Shutting down component "AbstractServer.onShutdown()" "{ file: 'shutdown.service.js', function: 'shutdownComponent' }"
2024-11-22T14:05:58.618Z | debug | Shutting down component "PruningService.shutdown()" "{ file: 'shutdown.service.js', function: 'shutdownComponent' }"
2024-11-22T14:05:58.618Z | error | ComponentShutdownError: Failed to shutdown gracefully "{\n component: 'PruningService.shutdown()',\n file: 'LoggerProxy.js',\n function: 'exports.error'\n}"
2024-11-22T14:05:58.618Z | error | ServiceNotFoundError: Service with "MaybeConstructable<DataSource>" identifier was not found in the container. Register it before usage via explicitly calling the "Container.set" function or using the "@Service()" decorator. "{ file: 'LoggerProxy.js', function: 'exports.error' }"
2024-11-22T14:05:58.619Z | debug | Shutting down component "Telemetry.stopTracking()" "{ file: 'shutdown.service.js', function: 'shutdownComponent' }"
2024-11-22T14:05:58.619Z | error | ComponentShutdownError: Failed to shutdown gracefully "{\n component: 'Telemetry.stopTracking()',\n file: 'LoggerProxy.js',\n function: 'exports.error'\n}"
2024-11-22T14:05:58.619Z | error | ServiceNotFoundError: Service with "MaybeConstructable<DataSource>" identifier was not found in the container. Register it before usage via explicitly calling the "Container.set" function or using the "@Service()" decorator. "{ file: 'LoggerProxy.js', function: 'exports.error' }"
2024-11-22T14:05:58.620Z | info |
Stopping n8n... "{ file: 'start.js', function: 'stopProcess' }"
2024-11-22T14:05:58.620Z | error | Error: There was an error shutting down n8n. "{ file: 'LoggerProxy.js', function: 'exports.error' }"
2024-11-22T14:05:58.620Z | error | TypeError: Cannot read properties of undefined (reading 'removeAllQueuedWorkflowActivations') "{ file: 'LoggerProxy.js', function: 'exports.error' }"
2024-11-22T14:05:58.717Z | debug | Lazy Loading credentials and nodes from n8n-nodes-base "{\n credentials: 362,\n nodes: 459,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
2024-11-22T14:05:58.819Z | debug | Lazy Loading credentials and nodes from @n8n/n8n-nodes-langchain "{\n credentials: 15,\n nodes: 81,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
2024-11-22T14:05:59.517Z | info | n8n ready on 0.0.0.0, port 5678 "{ file: 'abstract-server.js', function: 'init' }"
2024-11-22T14:05:59.618Z | warn | Migrations in progress, please do NOT stop the process. "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.618Z | info | Starting migration InitialMigration1588102412422 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.620Z | info | Finished migration InitialMigration1588102412422 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.716Z | info | Starting migration WebhookModel1592445003908 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.717Z | info | Finished migration WebhookModel1592445003908 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.721Z | info | Starting migration CreateIndexStoppedAt1594825041918 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.722Z | info | Finished migration CreateIndexStoppedAt1594825041918 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.727Z | info | Starting migration MakeStoppedAtNullable1607431743769 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.728Z | info | Finished migration MakeStoppedAtNullable1607431743769 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.731Z | info | Starting migration AddWebhookId1611071044839 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.733Z | info | Finished migration AddWebhookId1611071044839 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.816Z | info | Starting migration CreateTagEntity1617213344594 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.917Z | info | Finished migration CreateTagEntity1617213344594 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.922Z | info | Starting migration UniqueWorkflowNames1620821879465 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.923Z | info | Finished migration UniqueWorkflowNames1620821879465 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.928Z | info | Starting migration AddWaitColumn1621707690587 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:05:59.930Z | info | Finished migration AddWaitColumn1621707690587 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:05:59.936Z | info | Starting migration UpdateWorkflowCredentials1630330987096 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.017Z | info | Finished migration UpdateWorkflowCredentials1630330987096 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.022Z | info | Starting migration AddExecutionEntityIndexes1644421939510 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.024Z | info | Finished migration AddExecutionEntityIndexes1644421939510 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.029Z | info | Starting migration CreateUserManagement1646992772331 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.120Z | info | Finished migration CreateUserManagement1646992772331 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.125Z | info | Starting migration LowerCaseUserEmail1648740597343 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.125Z | info | Finished migration LowerCaseUserEmail1648740597343 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.131Z | info | Starting migration CommunityNodes1652254514001 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.216Z | info | Finished migration CommunityNodes1652254514001 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.224Z | info | Starting migration AddUserSettings1652367743993 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.235Z | info | Finished migration AddUserSettings1652367743993 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.242Z | info | Starting migration AddAPIKeyColumn1652905585850 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.326Z | info | Finished migration AddAPIKeyColumn1652905585850 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.336Z | info | Starting migration IntroducePinData1654089251344 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.337Z | info | Finished migration IntroducePinData1654089251344 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.346Z | info | Starting migration AddNodeIds1658930531669 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.347Z | info | Finished migration AddNodeIds1658930531669 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.422Z | info | Starting migration AddJsonKeyPinData1659888469333 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.423Z | info | Finished migration AddJsonKeyPinData1659888469333 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.431Z | info | Starting migration CreateCredentialsUserRole1660062385367 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.432Z | info | Finished migration CreateCredentialsUserRole1660062385367 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.439Z | info | Starting migration CreateWorkflowsEditorRole1663755770892 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.440Z | info | Finished migration CreateWorkflowsEditorRole1663755770892 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.449Z | info | Starting migration WorkflowStatistics1664196174000 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.450Z | info | Finished migration WorkflowStatistics1664196174000 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.518Z | info | Starting migration CreateCredentialUsageTable1665484192211 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.519Z | info | Finished migration CreateCredentialUsageTable1665484192211 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.528Z | info | Starting migration RemoveCredentialUsageTable1665754637024 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.529Z | info | Finished migration RemoveCredentialUsageTable1665754637024 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.538Z | info | Starting migration AddWorkflowVersionIdColumn1669739707124 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.539Z | info | Finished migration AddWorkflowVersionIdColumn1669739707124 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
2024-11-22T14:06:00.548Z | info | Starting migration AddTriggerCountColumn1669823906993 "{ file: 'migration-helpers.js', function: 'logMigrationStart' }"
2024-11-22T14:06:00.617Z | info | Finished migration AddTriggerCountColumn1669823906993 "{ file: 'migration-helpers.js', function: 'logMigrationEnd' }"
Information on your n8n setup
- n8n version: 1.58.2
- Database (default: SQLite): sqlite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): n8n self-hosted in kubernetes
- Operating system: Kubernetes