Table Replication

Started by Sathish Kumarabout 7 years ago4 messagesgeneral
Jump to latest
#1Sathish Kumar
satcse88@gmail.com

Hi,

We are trying to replicate few tables from one postgresql server to another
server. We are currently using Postgresql 9.5.x, is there any way to
achieve it without Postgresql upgrade.

#2Fabrízio de Royes Mello
fabriziomello@gmail.com
In reply to: Sathish Kumar (#1)
Re: Table Replication

Em ter, 29 de jan de 2019 às 10:24, Sathish Kumar <satcse88@gmail.com>
escreveu:

Hi,

We are trying to replicate few tables from one postgresql server to

another server. We are currently using Postgresql 9.5.x, is there any way
to achieve it without Postgresql upgrade.

Yeap... use pglogical [1]https://www.2ndquadrant.com/en/resources/pglogical/ extension.

Regards,

[1]: https://www.2ndquadrant.com/en/resources/pglogical/

--
Fabrízio de Royes Mello Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

#3Thomas Endres
endres.thomas@gmail.com
In reply to: Fabrízio de Royes Mello (#2)
Re: Table Replication

On Jan 29, 2019, at 8:22 AM, Fabrízio de Royes Mello <fabrizio@timbira.com.br> wrote:

Em ter, 29 de jan de 2019 às 10:24, Sathish Kumar <satcse88@gmail.com <mailto:satcse88@gmail.com>> escreveu:

Hi,

We are trying to replicate few tables from one postgresql server to another server. We are currently using Postgresql 9.5.x, is there any way to achieve it without Postgresql upgrade.

Yeap... use pglogical [1] extension.

I have had success with pgloader when migrating specific tables and/or schemas from one machine to another.
<https://github.com/dimitri/pgloader <https://github.com/dimitri/pgloader&gt;&gt;

Best,
Tom Endres

#4Rene Romero Benavides
rene.romero.b@gmail.com
In reply to: Thomas Endres (#3)
Re: Table Replication

You could also use Slony-I

On Tue, Jan 29, 2019 at 12:24 PM Thomas Endres <endres.thomas@gmail.com>
wrote:

On Jan 29, 2019, at 8:22 AM, Fabrízio de Royes Mello <
fabrizio@timbira.com.br> wrote:

Em ter, 29 de jan de 2019 às 10:24, Sathish Kumar <satcse88@gmail.com>
escreveu:

Hi,

We are trying to replicate few tables from one postgresql server to

another server. We are currently using Postgresql 9.5.x, is there any way
to achieve it without Postgresql upgrade.

Yeap... use pglogical [1] extension.

I have had success with pgloader when migrating specific tables and/or
schemas from one machine to another.
<https://github.com/dimitri/pgloader&gt;

Best,
Tom Endres

--
El genio es 1% inspiración y 99% transpiración.
Thomas Alva Edison
http://pglearn.blogspot.mx/