[pgsql-cluster-hackers] Streaming replication for security - Mailing list pgsql-cluster-hackers

From Marcio Duarte
Subject [pgsql-cluster-hackers] Streaming replication for security
Date
Msg-id CA+Sm2LMPAKKi9xd7ns129+XPYYEZiX8P7-qXao5=zvDcOb0Apg@mail.gmail.com
Whole thread Raw
Responses Re: [pgsql-cluster-hackers] Streaming replication for security
List pgsql-cluster-hackers
Hello ppl,

My name is Márcio, from Brazil and I need help in understanding the streaming replication process.

I have a PostgreSQL data base hosted in an internal server. I need to replicate this database on Heroku for read only access, but I need to keep this Heroku instance synced with my internal server... I don't want to expose this PostgreSQL internal server to the Web...

What I understood in https://wiki.postgresql.org/wiki/Streaming_Replication is that standby will read data from master and not the other way... In this case, I will need to expose the internal database server to the Web via TCP, right?

If so, there is a way to make the master send the data to standby?

Ty all!

Márcio

pgsql-cluster-hackers by date:

Previous
From: Jelle Ouwerkerk
Date:
Subject: pglogical: Segmentation fault when using last_update_wins
Next
From: Greg Sabino Mullane
Date:
Subject: Re: [pgsql-cluster-hackers] Streaming replication for security