Is it possible to host 2 different databases for same domain in different server machines? or is it possible to auto clone the database backup in different server machine?
or is it possible to host same domain on different server machines? so when one is down then auto route to secondary?
edit: … except that seems to install pg9, which is odd because there is a commit in February, but that was a year ago, so maybe this isn’t a good idea. Or BDR is now supported without such heroic efforts. But I think that this isn’t the go-to place for advice on advanced Postgres configuration.
Yes, you can have multiple servers talking to the same database behind some kind of load balancer or dns pointing to both. But this isn’t the place to get advice on load balancing