Re: backup and wal files

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: backup and wal files
Дата
Msg-id 20051215204048.GA40699@pervasive.com
обсуждение исходный текст
Ответ на backup and wal files  ("f\.guidi\@libero\.it" <f.guidi@libero.it>)
Ответы Re: backup and wal files  (Simon Riggs <simon@2ndquadrant.com>)
Список pgsql-admin
I haven't played with PITR, but I believe that if PostgreSQL doesn't get
the right return code from the archive_command it will keep the WAL
files around; maybe that's the problem.

On Wed, Dec 14, 2005 at 10:57:38AM +0100, f.guidi@libero.it wrote:
> Hello to all ...
> I'm trying to install a backup system for my Postgresql 8.1.1 (on windows xp) using 3 wal files.
>
> So i change these parameters in postgresql.conf
> checkpoint_segments = 3
> archive_command = 'copy "%p" "D:/PostgreSQL/backup/%f"'
>
> I stop the database service and then restart it ...
>
> Before restart i have 1 wal now i have 1 wal file ...
>
> I start to generate data to populate wal files and postgres start to generate new wal files and copy them to the
destinationfolder. 
>
> The problem is that files number don't stop to increase, now i have 10 wal files in pg_xlog and 9 files in backup
folder... 
> why the backup files don't be deleted ?
>
> thanks a lot in advance ...
>
> Fabio
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: explain analyze is your friend
>

--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

В списке pgsql-admin по дате отправления:

Предыдущее
От: Dianne Yumul
Дата:
Сообщение: Re: backup
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: 0 % Data lost