Re: Execute DDL across multiple servers in an automated manner

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Anderson Abreu <andersonabreu(at)gmail(dot)com>, PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Re: Execute DDL across multiple servers in an automated manner
Date: 2015-08-28 13:55:40
Message-ID: 55E0685C.3090407@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/28/2015 06:35 AM, Anderson Abreu wrote:
> Hi all,
>
> I usePostgreSQL9.4
>
> I'm looking for somepackage/library/plugintoexecute DDLacross multiple
> serversin an automated manner.

This covers a lot of ground. Could you be more specific:

1) Do you have a preferred programmng/scripting language?

2) Are you trying to schema versioning or are you rolling out complete
packages?

3) What Oses are you dealing with and what method of remote connection?

4) Are the servers all the same version of Postgres(or are they even all
Postgres servers), so do you have to take into account version differences?

>
> Can do thiswithshellscript.
>
> I would like to knowifthis is the only way?

No, that is the problem:)

>
>
> Thanks & Regards
>
>
> ---
>
> Anderson Abreu
> andersonabreu(at)gmail(dot)com <mailto:andersonabreu(at)gmail(dot)com>
>
> "Thejudokaiswhathas:humilitytolearnwhatyouteach,patienceto teachwhat
> theylearnedtotheir fellow manandfaithtobelieve in whatyou don't
> understand.Learna little more every dayanduse it every dayfor the
> good"(Jigoro Kano)

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Anderson Abreu 2015-08-28 14:09:10 Re: Execute DDL across multiple servers in an automated manner
Previous Message Melvin Davidson 2015-08-28 13:44:38 Re: Execute DDL across multiple servers in an automated manner