public inbox for [email protected]
help / color / mirror / Atom feedPostgres incremental database updates thru CI/CD
2+ messages / 2 participants
[nested] [flat]
* Postgres incremental database updates thru CI/CD
@ 2025-03-19 18:07 Puspendu Panda <[email protected]>
0 siblings, 1 reply; 2+ messages in thread
From: Puspendu Panda @ 2025-03-19 18:07 UTC (permalink / raw)
To: [email protected]
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
^ permalink raw reply [nested|flat] 2+ messages in thread
* Re: Postgres incremental database updates thru CI/CD
@ 2025-03-20 14:20 Adrian Klaver <[email protected]>
parent: Puspendu Panda <[email protected]>
0 siblings, 0 replies; 2+ messages in thread
From: Adrian Klaver @ 2025-03-20 14:20 UTC (permalink / raw)
To: Puspendu Panda <[email protected]>; [email protected]
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 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 .
https://sqitch.org/
> As we need this process to incrementally update the customer database
> can you help us in this regard .
> Thanks & Regards,
> Puspendu
--
Adrian Klaver
[email protected]
^ permalink raw reply [nested|flat] 2+ messages in thread
end of thread, other threads:[~2025-03-20 14:20 UTC | newest]
Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2025-03-19 18:07 Postgres incremental database updates thru CI/CD Puspendu Panda <[email protected]>
2025-03-20 14:20 ` Adrian Klaver <[email protected]>
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox