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
Trying to migrate to database with sequelize db:migrate.
sequelize db:migrate
Just do it!
------------------------------------- /var/log/nodejs/nodejs.log ------------------------------------- > sequelize db:migrate && node server.js [4mSequelize CLI [Node: 10.16.0, CLI: 5.4.0, ORM: 5.8.7][24m Loaded configuration file "sequelize/config/config.js". Using environment "production". sh: line 1: 10118 Segmentation fault sequelize db:migrate npm ERR! code ELIFECYCLE npm ERR! errno 139 npm ERR! [email protected] start: `sequelize db:migrate && node server.js` npm ERR! Exit status 139 npm ERR! npm ERR! Failed at the [email protected] start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. > [email protected] start /var/app/current > sequelize db:migrate && node server.js -------------------------------------
Dialect: postgres Database version: 11.3 Sequelize CLI version: 5.4.0 Sequelize version: 5.7.1
The text was updated successfully, but these errors were encountered:
Found solution:
brianc/node-pg-native#70
brianc/node-pg-native#71
Sorry, something went wrong.
No branches or pull requests
What you are doing?
Trying to migrate to database with
sequelize db:migrate
.What do you expect to happen?
Just do it!
What is actually happening?
Dialect: postgres
Database version: 11.3
Sequelize CLI version: 5.4.0
Sequelize version: 5.7.1
The text was updated successfully, but these errors were encountered: