Re: [GENERAL] Asyncron replication from wan to lan with PostgreSQL 8

2005-04-12 Thread None
Hi, I have used Daffodil replicator in a similar situation earlier. It is necessary that master and slave database should be exposed to each other. The problem might have occurred due to deployment of firewall in the network that is preventing the connection to establish. The solution could be

[GENERAL] Asyncron replication from wan to lan with PostgreSQL 8

2005-04-11 Thread Sebastian Hennebrueder
Hello, I am trying to find a solution for the following case: replicate the database from a web application on our Internetserver (master) to a local database (slave) in our LAN with a local IP address. We want to replicate only a few tables creates specially for reports. - the master cannot co