Gabriel
Gabriel
PPrisma
Created by Gabriel on 5/17/2024 in #help-and-questions
Prisma migrations working with more than one container
(English is not my native language, I hope this is understandable.) Hello everyone, I would like to point out that I am new to prisma and am exploring the first complexities in the projects I have been working on. I'm migrating a monolith project to microservices using Nest.js and Docker, and following the prism documentation, I have the history of my migrations in the migration folder. My question is, how can I make all the services have the database synchronized, since they all consume the same database, but the migration file will only be in one of the services?
2 replies