Re: Logical replication from Rds into on-premise

From: Cory Nemelka <cnemelka(at)gmail(dot)com>
To: Rama Krishnan <raghuldrag(at)gmail(dot)com>
Cc: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Logical replication from Rds into on-premise
Date: 2021-07-26 22:42:26
Message-ID: CAMe5Gn0zK03UDhPs_ShikpeV1yLj1vkt8=YwGBDGEj9qSJ1Tdw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jul 26, 2021 at 12:06 PM Rama Krishnan <raghuldrag(at)gmail(dot)com> wrote:

> Hi all,
>
> I have a postgres server on Aws RDS no i want to replicate the data or
> logical replication into the on-premise server. I have gone through DMS
> provides the service buy it pricing was high. Do we have any option or
> method to achieve this?
>
> Thanks
>
> RamaKrishnan
>

I would start here:
https://www.postgresql.org/docs/12/sql-createpublication.html

make sure all your tables have primary keys. :D

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message guntiso 2021-07-27 00:53:25 single-row deadlock
Previous Message Ron 2021-07-26 19:49:50 Re: pg-audit extension