When migrating with
yarn nocobase upgrade
I get an error and migration stop
* Environment
- NocoBase version:
1.5
- Database type and version:
Postgres 16
- OS:
ubuntu server 24.04.02
- Deployment Methods:
Create-nocobase-app
- Docker image version:
- NodeJS version: 23.04
* How To Reproduce
Just upgrade nocobase to last version
Expected behavior
The upgrade was completed and can run the app
Screenshots
I attache a log from console
Loggs
{
event: ‘migrating’,
name: ‘20240802141435-collection-tree/@nocobase/plugin-collection-tree’
}
2025-03-17 03:22:59 [error] Migration 20240802141435-collection-tree/@nocobase/plugin-collection-tree (up) failed: Original error: Cannot read properties of undefined (reading ‘collectionSchema’) stack=MigrationError: Migration 20240802141435-collection-tree/@nocobase/plugin-collection-tree (up) failed: Original error: Cannot read properties of undefined (reading ‘collectionSchema’)
at (/home/automatizacion/nocobasetmb/node_modules/umzug/src/umzug.ts:261:17)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Umzug.runCommand (/home/automatizacion/nocobasetmb/node_modules/umzug/src/umzug.ts:210:14)
at async Object.up (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/lib/plugin-manager/plugin-manager.js:965:11)
at async _AsyncEmitter.upgrade (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/lib/application.js:719:5)
at async _AppCommand. (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/lib/commands/upgrade.js:36:5)
at async _AppCommand.parseAsync (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/node_modules/commander/lib/command.js:935:5)
at async _AsyncEmitter.runAsCLI (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/lib/application.js:526:23) module=application app=main reqId=8d9825e1-ae25-4818-8ca0-c8ab5c3433fa dataSourceKey=main
2025-03-17 03:22:59 [error] Cannot read properties of undefined (reading ‘collectionSchema’) stack=TypeError: Cannot read properties of undefined (reading ‘collectionSchema’)
at /home/automatizacion/nocobasetmb/node_modules/@nocobase/plugin-collection-tree/dist/server/migrations/20240802141435-collection-tree.js:79:57
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async (/home/automatizacion/nocobasetmb/node_modules/sequelize/src/sequelize.js:1197:18)
at async collection_tree_default.up (/home/automatizacion/nocobasetmb/node_modules/@nocobase/plugin-collection-tree/dist/server/migrations/20240802141435-collection-tree.js:59:5)
at async (/home/automatizacion/nocobasetmb/node_modules/umzug/src/umzug.ts:259:11)
at async Umzug.runCommand (/home/automatizacion/nocobasetmb/node_modules/umzug/src/umzug.ts:210:14)
at async Object.up (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/lib/plugin-manager/plugin-manager.js:965:11)
at async _AsyncEmitter.upgrade (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/lib/application.js:719:5)
at async _AppCommand. (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/lib/commands/upgrade.js:36:5)
at async _AppCommand.parseAsync (/home/automatizacion/nocobasetmb/node_modules/@nocobase/server/node_modules/commander/lib/command.js:935:5) app=main reqId=8d9825e1-ae25-4818-8ca0-c8ab5c3433fa
Done in 99.28s.
automatizacion@tmbappserver02:~/nocobasetmb$