Hello, prisma's migration function does not work in Fly Postgres. I think it is occupied by users who manage the cluster, but I don't know how to suspend it.

Hi… You can use pg_stat_activity to see more about who’s present:

https://community.fly.io/t/rename-postgres-database-after-importing-from-heroku/17840/4

Is the migration attempting to rename or drop prisma_migrate_shadow_* at this point?

1 Like