Bablu Ahmed
09/26/2022, 9:59 AMJarupong
09/26/2022, 10:17 AMJarupong
09/26/2022, 10:17 AMJarupong
09/26/2022, 10:18 AMBablu Ahmed
09/26/2022, 1:23 PMBaselining a database
process through a pipeline like Azure pipeline?Alex Ruheni
prisma migrate deploy
with the commands included in the page linked by Jarupong. However, this will be a 3 step process — update your YAML config, baseline the database using CI, and revert changes back to migrate deploy
. (This might be a little hectic but safer because you wouldn’t connect to your production database from your dev machine).Bablu Ahmed
09/26/2022, 1:37 PM