Re: Open Source tool to deploy/promote PostgreSQL DDL

From: Jeremy Finzel <finzelj(at)gmail(dot)com>
To: Hustler DBA <hustlerdba(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Open Source tool to deploy/promote PostgreSQL DDL
Date: 2018-07-11 14:02:34
Message-ID: CAMa1XUgkGSTWefu6ZJNDzdOrattCtfqKMTYHCS-juZD=h1aFkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jul 10, 2018 at 5:13 PM Hustler DBA <hustlerdba(at)gmail(dot)com> wrote:

> Hi Community,
> A client of mine is looking for an open source tool to deploy and promote
> PostgreSQL DDL changes through database environments as part of SDLC. What
> tools (open source) does the community members use? I normally use scripts,
> but they want something open source.
>
> Thanks,
> Neil Barrett
>

A popular one is ActiveRecord Migrations. It is open source. Although
ActiveRecord is also an ORM it’s not required to use it -you can just use
SQL. FWIW:
http://edgeguides.rubyonrails.org/active_record_migrations.html

>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Ravi Krishna 2018-07-11 14:07:33 Re: Extremely slow autovacuum:vacuum to prevent wraparound
Previous Message Steven Winfield 2018-07-11 14:00:00 RE: Extremely slow autovacuum:vacuum to prevent wraparound