From memory, do you not want a space between ".../archive/" and "%f" - I
think they're separate parameters.
Also, you'll want to redirect STDERR to a file - add the following to
the end of the command: 2>>/tmp/standby.log
That way we'll be able to see what's happening.
> 6. postgres=# select pg_stop_backup();
> 7. Now I have made some changes to the master database and I waited for
> 30 minutes
Or just generate lots of changes so WAL files get filled.
> 8. I have stopped the master database
> 9. I have started the slave. But I did not find the changes I have done
> after I issued the command elect pg_stop_backup();
> 10. The log files have shipped to archive folder
Good. That's a useful fact. Let's see if anything shows up in our
standby logfile once we have it.
--
Richard Huxton
Archonet Ltd
--
Sent via pgsql-general mailing list (pgsql-...@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
--
Greg Smith 2ndQuadrant Baltimore, MD
PostgreSQL Training, Services and Support
gr...@2ndQuadrant.com www.2ndQuadrant.com