Verified Commit f99890ad authored by anarcat's avatar anarcat
Browse files

found a tool to do pg replication

parent d3d77a8d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1866,3 +1866,8 @@ It's written in Perl, with [a license similar to the PostgreSQL
license](https://github.com/omniti-labs/omnipitr/blob/master/doc/LICENSE).

I do not believe it is a suitable replacement for our backup system.

## Replication

We don't do high availability right now, but if we would, we might
want to consider [pg_easy_replicate](https://github.com/shayonj/pg_easy_replicate).