- Replace
DATABASE_URLwith a PlanetScale development branch URL. - From the
packages/prismadirectory, run a the db push command:bun db:push - Then, in PlanetScale dashboard, or using their CLI, you can create a new deploy request from this development branch to your production branch.
You can’t connect to PlanetScale database if you are deploying with Docker as
docker images are currently built only with postgresql support.