Re: Open Source tool to deploy/promote PostgreSQL DDL

From: Ravi Krishna <sravikrishna3(at)gmail(dot)com>
To: Ron <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Open Source tool to deploy/promote PostgreSQL DDL
Date: 2018-07-11 20:39:38
Message-ID: 30EDCBE5-8FEB-476A-BADD-E5511FD13DDC@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> Where I work, the requirement to have rollback scripts is part of the ITIL requirement for Changes to have a backout procedure.
>

Liquibase provides that ability, but IMO rollback for RDBMS is always bit tricky. Certain DDL operations can take long time if it involves
a table rewrite. PG is actually better than others.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2018-07-11 20:42:43 Re: Open Source tool to deploy/promote PostgreSQL DDL
Previous Message Ron 2018-07-11 20:36:53 Re: Open Source tool to deploy/promote PostgreSQL DDL