| From: | Bob Hatfield <bobhatfield(at)gmail(dot)com> |
|---|---|
| To: | pgsql-general <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Are file system level differential/incremental backups possible? |
| Date: | 2011-10-13 21:14:29 |
| Message-ID: | CAKikJc+1Bf_9NuzSviYP=0nNS8aJBiEzL7yFw7wX=DiLP7nx7Q@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> If you drop or truncate a table between the full and the incremental backup, will that file be "resurrected"?
>
> Such resurrected files will not disturb PostgreSQL, but if you keep them around, you might end up with a lot of dead files if you have to restore a couple of times.
That makes sense, thank you. At one point, I was doing delta copies
of the database: full one night, then only new/changed files the
following nights -- I am pretty sure that didn't work and thought it
was because the destination had extra files that pg had removed on the
primary. I now use a robocopy /mir which removes files on the
destination that aren't on the primary. This seems to work fine --
but it made me think that PostreSQL doesn't work with the former
process.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Merlin Moncure | 2011-10-13 21:20:07 | Re: pg 8.3 replication causing corruption |
| Previous Message | Bob Hatfield | 2011-10-13 21:07:03 | Re: pg 8.3 replication causing corruption |