Issue running migrate(): error: script "migrate" exited with code 1 (SIGHUP)
I am trying to run my migration script that should execute my migration sql files:
But I get this error:
5 Replies
the weird thing is that this is a copied repo, and in the original repo the script does execute normally. any ideas?
This is a known bun/postgres issue
GitHub
Drizzle + postgres not working with bun . Getting error: ResolveMes...
What version of Bun is running? 1.0.6 What platform is your computer? Darwin 21.6.0 x86_64 i386 What steps can reproduce the bug? package.json { "name": "drizzlebuntest", "...
GitHub
error: ResolveMessage after upgrade to v 3.4.0 · Issue #692 · porsa...
Runtime : bun 1.0.4+745b6b94ee56cad24d475799690cc9a89957d15b Updating Postgres.js from 3.3.5 to 3.4.0, but then I got an error: ResolveMessage when executing a query. ResolveMessage { stack: "...
ahh okay, thx so much!