EmadMokhtar
Complete application database OST workflow
1. Start the migration using pgroll.
2. Deploy the new version of the application that uses the schema generated by pgroll.
3. After you finish the deployment, complete the pgroll migration.
4. Re-deploy the application to start using the default schema.
6 replies
Complete application database OST workflow
Thanks for the reply @kostas
I also found this repo https://github.com/xataio/pgroll-demo
It gives nice example on how to use pgroll with application deployment.
I have a follow-up question. After the migration is done, I need to modify the
search path
in the app v2. This means I need to deploy it again. Am I right?
Let me explain how I imagine the workflow:6 replies