On Thu, October 16, 2008 06:47, Carol Walter wrote:
> Let me see if I understand this correctly.
> Always do a backup before doing any destructive sys admin functions. =)
> First, I run configure, taking care to make sure all the options point
> to the right places.
> Second, I run gmake
> Third,
Let me see if I understand this correctly.
Always do a backup before doing any destructive sys admin functions. =)
First, I run configure, taking care to make sure all the options point
to the right places.
Second, I run gmake
Third, I run gmake install.
Thanks,
Carol
On Oct 14, 2008, at 1:2
Hello,
I am using pg_standby with PostgreSQL 8.2.4.
I configured master and standby server according to the articles at
http://michsan.blogspot.com/2008/08/using-pgstandby-for-high-availability.html
and http://www.postgresql.org/docs/8.3/static/pgstandby.html.
my recovery.conf file is like follow
How can I make them constantly create restore points? Once I create
recover.conf it creates recover.done but what about those new queries
that comes after that? Do I have to re-create recover.conf? Or how do I
achive constant logging to slaves? This issue is not clear in the
documentation
htt