Database synchronisation over the internet...

From: Wim Aarts <w(dot)aarts(at)dsdeurne(dot)nl>
To: pgsql-general(at)postgreSQL(dot)org
Subject: Database synchronisation over the internet...
Date: 2000-01-13 17:54:40
Message-ID: 200001131754.SAA07142@qube.dsdeurne.nl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

Availabilty is going to play an important role in some postgreSQL applications
we've build, (mission critical for those who wants to know).
Up until now everything has been straight forward SQL. And for backups we rely
on dumps and tapes. In the near future we would like to have a system that
enables synchronisation of data over the internet.
The requirements are:
security of data... (SSL ? in Europe)
master slave concept where the data on the slave is only changed by the master
and is allowed to be 10 minutes behind.

What might we a good strategy for implementing such a system?

--
Wim Aarts

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Barnes 2000-01-13 17:58:58 RE: [GENERAL] oid data type
Previous Message Bruce Momjian 2000-01-13 17:33:39 Re: [GENERAL] oid data typeu