trying to run normal migrations after updating to node 14.3.0
npx sequelize-cli db:migrate
something similar to

or throw any unsupported exception
Sequelize CLI [Node: 12.16.3, CLI: 5.5.1, ORM: 5.21.2]
Loaded configuration file "database/config/config.js".
Using environment "development".
__Dialect:_postgres
__Database version:__ 11.0
__Sequelize CLI version:__ 5.5.1
__Sequelize version:__ 5.21.2
Looks like the same problem of the sequelize package:
https://github.com/sequelize/sequelize/issues/12158
Solved with a update of the pg version.
Thanks @vitorecomp! @khaledbnmohamed Can you let us know if updating pg fixes your issue?
Thanks @vitorecomp! @khaledbnmohamed Can you let us know if updating pg fixes your issue?
I actually downgraded node back again to 12.16.3 no solve this issue. I guess I'll the solution you gave a try when I upgrade again. Thanks for your help I'll close it for now as It seems that your solution will be working ( hopefully :D )
Most helpful comment
Looks like the same problem of the sequelize package:
https://github.com/sequelize/sequelize/issues/12158
Solved with a update of the pg version.