cluster replication over only http protocol

From: Szabolcs Márton <marton(dot)szabolcs(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: cluster replication over only http protocol
Date: 2009-08-25 23:13:48
Message-ID: 772812df0908251613y660d3ca4r13580e54e4c8b01e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

somebody could give me an advice what should i look for?

my situation is:
- i have a running/working postgre databse
- i have to make another database exactly the same as the first (for
development purposes)
- the two databases have only(!) http or https connection, nothing else !

is there a method to set-up a cluster (replication) using only http
protocols?
(any other ports are closed, and filtered by firewalls)

they should be transaction safe as weel, very very little replication time.

is any feature in postgre support this, or any 3rd party tool ?
what kind of thing should i look for?

thanks in advance,
Szabi

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-08-26 00:21:20 Re: cluster replication over only http protocol
Previous Message Tom Lane 2009-08-25 23:03:23 Re: Importing Mangled SQL File via psql