Now I have a database (about 2-3 GB) in PostgreSQL that serves as the data store for an application like LRR / Python.
What tools exist that are simple enough and reliable enough to replicate the main database to a second machine?
I looked through some packages (Slony-I, etc.), but it would be great to hear real stories as well.
Now I do not do load balancing, etc. I am thinking about using the simple Write-Ahead-Log strategy for now.
source share