X-Git-Url: http://git.rot13.org/?p=pgpool-online-recovery;a=blobdiff_plain;f=README.md;h=156be8925e690bac140e38687b2d6d8b42566423;hp=8a29df33c1f6e4ee51332aabb5eacb13dc44f66b;hb=517229f96b58e230453bd4dccd38facf461e64c7;hpb=bd99e627277962e72502e2a09f89015f8833df12 diff --git a/README.md b/README.md index 8a29df3..156be89 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Requirements There are two requirements to these scripts to work. -*The first one is [pgpool2](http://www.pgpool.net) (v3.1.3) available in [Debian Wheezy](http://packages.debian.org/stable/database/pgpool2). We assume that pgpool2 is installed and set up in master/slave mode. -*The second one is obviously Postgres server (v9.1) also available in Wheezy packages repository. +* The first one is [pgpool2](http://www.pgpool.net) (v3.1.3) available in [Debian Wheezy](http://packages.debian.org/stable/database/pgpool2). We assume that pgpool2 is installed and set up in master/slave mode. +* The second one is obviously Postgres server (v9.1) also available in Wheezy packages repository. There are several tutorials about setting up pgpool2 and postgres servers with [Streaming Replication](http://wiki.postgresql.org/wiki/Streaming_Replication) and this readme is far to be a howto for configuring both of them. You can check out [this tutorial](https://aricgardner.com/databases/postgresql/pgpool-ii-3-0-5-with-streaming-replication/) which describes really all the steps needed.