Re: WAL Queries

From: Paul Lambert <paul(dot)lambert(at)autoledgers(dot)com(dot)au>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: WAL Queries
Date: 2007-08-05 10:19:51
Message-ID: 46B5A447.4030507@autoledgers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

RPK wrote:
> I installed PGSQL on Windows XP. I ran:
>
> Select pg_start_backup('label');
>
> It responded: "Archive disabled"
>
> Is WAL archiving disabled by default?
> Can this feature be enabled while installing PGSQL?
> Can I change the path of the logs to another partition on my hard disk?

Enable it in the "Write Ahead Log" section of postgresql.conf file in
the PGDATA directory.

--
Paul Lambert
Database Administrator
AutoLedgers

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message RPK 2007-08-05 10:43:38 Re: WAL Queries
Previous Message Magnus Hagander 2007-08-05 09:12:10 Re: v8.2 ... command line interface on Windows