Re: [ADMIN] Issues with log-shipping replication

2011-12-18 Thread Ray Stell
On Sun, Dec 18, 2011 at 03:57:54PM +, Khusro Jaleel wrote: > On 16/12/2011 00:55, Rural Hunter wrote: > > You are referring to the "master" log file, is this the same log file I am > referring to, or is that is some different location? http://www.postgresql.org/docs/9.1/interactive/runtime-co

Re: [ADMIN] Issues with log-shipping replication

2011-12-18 Thread Khusro Jaleel
On 16/12/2011 00:55, Rural Hunter wrote: well, is pgsql capable to parse shell variables in postgresql.conf? anway you should check your master log. If it can not archive the wal, there will be errors reported in it. Hi there, I have removed the various shell variables from the postgresql.conf

Re: [ADMIN] Issues with log-shipping replication

2011-12-15 Thread Rural Hunter
well, is pgsql capable to parse shell variables in postgresql.conf? anway you should check your master log. If it can not archive the wal, there will be errors reported in it. 于2011年12月16日 2:02:03,Khusro Jaleel写到: Hello, I'm trying out a simple example from the Postgresql 9 Administration Cook

[ADMIN] Issues with log-shipping replication

2011-12-15 Thread Khusro Jaleel
Hello, I'm trying out a simple example from the Postgresql 9 Administration Cookbook about File-based log shipping replication, but I can't get it to work between 2 CentOS 5.7 VMs running Postgresql 9.1. Here are my settings: .bash_profile on master: export PGARCHIVE=/var/lib/pgsql/pgarchive e