We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to upgrade from v2.7.4 to v3.0.1, I receive the following error, then the service stops:
> [email protected] migrate > knex migrate:latest migration file "20241223103044_visits_user_id.js" failed migration failed with error: Cannot read properties of undefined (reading 'id') Cannot read properties of undefined (reading 'id') TypeError: Cannot read properties of undefined (reading 'id') at Object.up (/kutt/server/migrations/20241223103044_visits_user_id.js:28:41) at process.processTicksAndRejections (node:internal/process/task_queues:105:5) at async Migrator._runBatch (/kutt/node_modules/knex/lib/migrations/migrate/Migrator.js:382:19) npm notice npm notice New major version of npm available! 10.9.2 -> 11.0.0 npm notice Changelog: https://github.com/npm/cli/releases/tag/v11.0.0 npm notice To update run: npm install -g [email protected] npm notice
I'm using PostgreSQL and the application is running as a docker image inside a kubernetes cluster
The text was updated successfully, but these errors were encountered:
Please pull version 3.0.2. This should be fixed now.
Sorry, something went wrong.
This did the trick, thank you for the quick fix
No branches or pull requests
When I try to upgrade from v2.7.4 to v3.0.1, I receive the following error, then the service stops:
I'm using PostgreSQL and the application is running as a docker image inside a kubernetes cluster
The text was updated successfully, but these errors were encountered: