NeonDbError: db error: ERROR: permission denied for schema drizzle
Created a new database on neon.tech today and trying to run migrations
Running migrations with:
Error:
2 Replies
hm so turns out if you create a new user on neon, you need to grant a bunch of permissions
it's easier to use the owner user if you are doing a small/side project
Has anyone found a solution to this? Ive switched to using the master neondb account but it still errors when i try and run the migration, telling me that i dont have permission to access the drizzle schema