Marvin
11/12/2020, 8:17 PMprisma migrate
. When I run it, I get a "permission denied to create database" error. Sounds reasonable for me because the database isn't mine but why wants prisma to create a new database instead of the tables?Marvin
11/12/2020, 8:26 PMRyan
11/13/2020, 7:57 AMcreatedb
privilege. I think it’s due to Migrate creating a shadow DB to store migrations temporarily.Joël
prisma migrate
command is better for dev only and you can use prisma migrate up
when deploying on Heroku.
Note: it’s better to post issues and feedback about new migrate in #product-feedback or #prisma-migrate
@marvin-amador How does that sound? Did you want to use the Heroku db for development maybe?Marvin
11/13/2020, 11:21 AMmigrate up
and everything will be pushed to the production database on Heroku?
Sorry for the wrong channel, I will take care of it! 🙂
The new migrate is really cool, makes so many things easier. 🚀Ryan
11/13/2020, 12:32 PMuser
that has access to create a database. If not, you would need to use a local one.