Re: schema update? - Mailing list pgsql-admin

From Scott Ribe
Subject Re: schema update?
Date
Msg-id 6D883DDD-933E-45A7-B3F4-95CFD7EA8C13@elevated-dev.com
Whole thread Raw
In response to schema update?  (czezz <czezz@o2.pl>)
List pgsql-admin
Nothing built in. So, assuming streaming replication doesn't work for you because these systems have different data,
youhave two choices: 

- track schema changes as any other source so you have the change DDL available
- use a 3rd-party tool

--
Scott Ribe
scott_ribe@elevated-dev.com
https://www.linkedin.com/in/scottribe/



> On Jun 15, 2018, at 4:06 AM, czezz <czezz@o2.pl> wrote:
>
> However, is there a way to apply only differences of schema on Machine2 ?
> In other words to update schema with changes from Machine1?
>



pgsql-admin by date:

Previous
From: Pavan Teja
Date:
Subject: Re: schema update?
Next
From: Debraj Manna
Date:
Subject: How to get current timeline of host in postgres 10.4?