Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

XLogArchivingActive


  • From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
  • To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
  • Subject: XLogArchivingActive
  • Date: Thu, 25 May 2006 13:00:56 +0200
  • Message-id: <44758E68(dot)5060805(at)pse-consulting(dot)de>

Currently, WAL files will be archived as soon as archive_command is set. IMHO, this is not desirable if no permanent backup is wanted, but only scheduled online backup because; it will flood the wal_archive destination with files that will never be used.

I propose to introduce a GUC "permanent_archiving" or so, to select whether wal archiving happens permanently or only when a backup is in progress (i.e. between pg_start_backup and pg_stop_backup).


Regards,
Andreas



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group