drizzle-team / drizzle-team/drizzle-orm
drizzle-kit push gets stuck
- Dominant language
- TypeScript
- Stars
- 35.8k
- Forks
- 1.6k
- Avg merge
- 2d 7h
- Merged PRs (30d)
- 4
Description
> This is a proxy issue for https://github.com/drizzle-team/drizzle-orm/issues/2590, to raise awareness to the Drizzle team. The issue has been closed, but as many commenters point out, it's still very much an issue.
**Relevant Related Issues**
- 🔗 https://github.com/drizzle-team/drizzle-orm/issues/2590
**Affected Versions**
> please comment with the version of drizzle-kit you are using, and I will update the issue with it.
- `0.30.5`
- `0.30.1`
**Workaround**
As this comment points out https://github.com/drizzle-team/drizzle-orm/issues/2590#issuecomment-2474146785, there is a temporary fix:
>
> a temporary fix what is worked for me is to change the port to 5432 ([supavisor session](https://supabase.com/docs/guides/database/connecting-to-postgres#supavisor-session-mode-port-5432)) instead of 6543 in the connection string, like this:
>
> ```postgres://postgres.apbkobhfnmcqqzqeeqss:[YOUR-PASSWORD]@aws-0-ca-central-1.pooler.supabase.com:5432/postgres```
>
> then changing it back after a finished db push
Contributor guide
Assessment
This issue has not been assessed yet.