On Thu, Oct 13, 2011 at 9:41 AM, Evan Walter <ewalter@xxxxxxxxxxxxxxxxxxx> wrote: > > > Hello, > I am somewhat new with postgresql trying to find a good method of > replication for my company. > I am running through the tutorials on binary replication for postgresql > 9.1. Both servers are virtual box Ubuntu 10.10 on a laptop. > > I ran this rsync -av --exclude pg_xlog --exclude postgresql.conf > /var/lib/postgresql/9.1/main/* postgres:<ip-address of > standby>:/var/lib/postgresql/9.1/main/ Shouldn't the destination be: postgres@<ip-address of standby>:/var/lib/postgresql/9.1/main/ -- Sent via pgsql-admin mailing list (pgsql-admin@xxxxxxxxxxxxxx) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin