Heikki Linnakangas wrote:
1. call pg_start_backup('foo') 2. tar/etc. the whole data directory, except for pg_xlog 3. tar pg_xlog 4. call pg_stop_backup()If we just made sure that we don't delete or recycle any WAL files while the backup is being taken, that would work, right?
When is the backup history file for PITR backed up? Just after pg_stop_backup()? Next backup? -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center TEL (03)5860-5115 FAX (03)5463-5490 -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
