@Jon Could you please help on this, On Some domains the workflow activation are failing, as activeVersionId is null, the workflow_history and workflow_publish_history don’t get populated, and if i set the activeVersionId, i get the above error.
I upgraded to the latest version, tried doing the same on 2.3.2, got a different error now, n8n import:workflow --separate --input=/home/roney/Workspace/public_html/repo/workflows Importing 77 workflows… An error occurred while importing workflows. See log messages for details. Timeout waiting for lock SqliteWriteConnectionMutex to become available Timeout waiting for lock SqliteWriteConnectionMutex to become available
same happens on clean DB Aswell. SQlite and Postgres aswell.
I verified that the exports are having versionId and activeVersionId
Am i the only person facing the issue?? can someone else also try please
Could not remove webhooks of workflow "zpZdHBVeS2X80V4Q" because of error: "Could not find workflow"
Could not find workflow
Error: Could not find workflow
at ActiveWorkflowManager.clearWebhooks (/home/roney/.nvm/versions/node/v22.18.0/lib/node_modules/n8n/src/active-workflow-manager.ts:244:10)
at ActiveWorkflowManager.remove (/home/roney/.nvm/versions/node/v22.18.0/lib/node_modules/n8n/src/active-workflow-manager.ts:872:4)
at ImportService.importWorkflows (/home/roney/.nvm/versions/node/v22.18.0/lib/node_modules/n8n/src/services/import.service.ts:84:5)
at ImportWorkflowsCommand.run (/home/roney/.nvm/versions/node/v22.18.0/lib/node_modules/n8n/src/commands/import/workflow.ts:104:3)
at CommandRegistry.execute (/home/roney/.nvm/versions/node/v22.18.0/lib/node_modules/n8n/src/command-registry.ts:83:4)
at /home/roney/.nvm/versions/node/v22.18.0/lib/node_modules/n8n/bin/n8n:63:2
Could not remove webhooks of workflow "zyVNHpgKCBO7Blp4" because of error: "Could not find workflow"
An error occurred while importing workflows. See log messages for details.
Timeout waiting for lock SqliteWriteConnectionMutex to become available
Timeout waiting for lock SqliteWriteConnectionMutex to become available
For clean setup i get above. even when the workflows were exported from 2.3.2 aswell