Hello,
since the last version update my free licesing is not working and it is giving error below whan trying to access the features
column testrun.workflowId does not exist
column testrun.workflowId does not exist
Hello,
since the last version update my free licesing is not working and it is giving error below whan trying to access the features
column testrun.workflowId does not exist
column testrun.workflowId does not exist
Run migrations manually
This will update the database schema with the necessary columns required by the new version.
docker exec -it n8n npx typeorm migration:run
It is important to ensure that the n8n container is running and properly connected to the database (PostgreSQL or SQLite).
Check the database configuration (if using PostgreSQL), make sure the following environment variables are correctly defined:
-e DB_TYPE=postgresdb
-e DB_POSTGRESDB_HOST=localhost
-e DB_POSTGRESDB_DATABASE=n8n
-e DB_POSTGRESDB_USER=n8n_user
-e DB_POSTGRESDB_PASSWORD=secure_password
Check the installed n8n version
docker exec -it n8n npx n8n --version