Tagged Questions
1
vote
0answers
23 views
Failover - automatic switching between servers in Postgresql 9.1 [migrated]
I'm pretty new to Postgresql 9.1 /Failover replication.
We have a simple Master-Slave setup, for failover replication, which our application(client) is connected to. On a failure of the Master, the ...
0
votes
1answer
362 views
Automatic failover with PostgreSQL 9.1
PostgreSql 9.1 has master-slave synchronous replication. Suppose the master is machine A and the slave is machine B.
If the master fails, how does PostgreSQL know when to make the slave the master? ...
1
vote
2answers
453 views
Replicate selected postgresql tables between two servers?
What would be the best way to replicate individual DB tables from a Master postgresql server to a slave machine? It can be done with cron+rsync, or with whatever postgresql might have build in, or ...
2
votes
2answers
1k views
Postgres 9.0 and pgpool replication : single point of failure?
My application uses Postgresql 9.0 and is composed by one or more stations that interacts with a global database: it is like a common client server application but to avoid any additional hardware, ...
0
votes
1answer
698 views
Postgresql with c3p0 - failover
We're using currently c3p0 with postgresql.
Does c3p0 supports any fail-over mechanisms (no info in documentation so I assume that unfortunately no)?
I've found that mysql,oracle and ms sql ...
3
votes
2answers
3k views
Deploying a high availability Postresql 9.0 on Amazon EC2 with PGPool-ii
We have an existing web application that uses Postgresql 9.0 and PGPool-ii. I am thinking of migrating our infrastructore to Amazon EC2 and was inspired by the following link: ...