Re: SSL or Tunnelling for Streaming Replication

From: Edson Richter <edsonrichter(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: SSL or Tunnelling for Streaming Replication
Date: 2013-08-21 04:15:02
Message-ID: BLU0-SMTP3758D6FF4ACF9B1147B9F53CF4C0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Em 21/08/2013 01:07, ascot(dot)moss(at)gmail(dot)com escreveu:
> Hi,
>
> I am planning Streaming Replication to a new remote server, can you please suggest how to set up data encryption by SSL or tunnelling in Postgresql?
>
> regards
>

I've implemented streaming replication using OpenVPN as encrypted
tunneling solution with high success.
Just follow OpenVPN tutorial to establish your virtual private network,
enable the virtual IP address in PostgreSQL configuration and establish
the replication.

Regards,

Edson

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2013-08-21 04:21:31 Re: SSL or Tunnelling for Streaming Replication
Previous Message ascot.moss@gmail.com 2013-08-21 04:07:06 SSL or Tunnelling for Streaming Replication