Re: Postgres incremental database updates thru CI/CD

2025-04-05 Thread Adam Brusselback
There are no built in tools for this in Postgres. There are other tools like the one mentioned that you can use instead. I've used Liquibase for migrations for multiple companies now and it works well enough. If you have to support rollbacks for your deployments, that is a pretty manual process fo

Re: Postgres incremental database updates thru CI/CD

2025-03-20 Thread Adrian Klaver
On 3/19/25 11:07, Puspendu Panda wrote: Hi , As my organization started working on postgres database,We are facing some difficulties in creating CI/CD pipeline for deployment updated script(the updated changes after base line database) .Earlier we used sql server database and in sqlserver we h

Postgres incremental database updates thru CI/CD

2025-03-20 Thread Puspendu Panda
Hi , As my organization started working on postgres database,We are facing some difficulties in creating CI/CD pipeline for deployment updated script(the updated changes after base line database) .Earlier we used sql server database and in sqlserver we have one option called DACPAC(Data-tier Applic