16 Feb
2008
16 Feb
'08
8:32 p.m.
On Sun, 2008-02-17 at 00:03 +0800, Frank Wang wrote:
Google led me to http://www.dovecot.org/list/dovecot/2008-January/027899.html. I followed the thread to modify my dovecot-sql.conf containing "connect = host=pgsql1 host=pgsql2 dbname=xxxx user=xxxx"
Currently this works only with MySQL. Is it possible to achieve similar failover using pgsql backend?
It would require writing code to support that, but I'm not going to get around to it anytime soon. The MySQL-specific connection pooling code should probably be moved to generic code that works with all SQL backends.