Postgres incremental database updates thru CI/CD

From: Puspendu Panda <puspendupanda(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Postgres incremental database updates thru CI/CD
Date: 2025-03-19 18:07:29
Message-ID: CABj6V64i-YMNRMZ2gh4U=dPrLiL4=hvUQE-0n+g1EcJP0NVROg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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
Application Package) thru which we can able to generate update script and
thru CI/cd pipeline we automate deployment process in destination database
(customer).
But in Postgres I didn't find any such tool like DACPAC .
As we need this process to incrementally update the customer database can
you help us in this regard .
Thanks & Regards,
Puspendu

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Sebastien Flaesch 2025-03-20 07:17:47 Re: After upgrading libpq, the same function(PQftype) call returns a different OID
Previous Message Ron Johnson 2025-03-19 17:57:06 Re: size of attributes table is too big