David Steele

Results 421 comments of David Steele
trafficstars

> Maybe have --backup-version instead of --vers? Well, this is general purpose, not just for backups. You could use it to look at any part of the tree, e.g. archive....

The `--vers` option has been renamed to `--versions`.

> pgbackrest --stanza-demo --backup-version info

> Since WAL archives may also have versions, wouldn't --object-versions be more accurate? Even though I personally like --versions, that would be more consistent with the list-object-versions s3api WAL archives...

@turnstep @pgstef I think this is done now. The big change is that I removed the ability to list versions with the `repo-ls` command. For now at least I think...

> Unfortunately it seems a bit more trickier to pause the recovery and adjust the archive-get command to find out the archives needed to come back to now from old...

Yeah, you are right. After I wrote this I started to think it would be better to have the InfoBackup object track changes (both add and remove) and then optionally...

> Should we add a test for that btw? I'm surprised it wasn't catch already. Hmm, yeah, this seems like a good idea. > I know some people used this...

> After I wrote this I started to think it would be better to have the InfoBackup object track changes I've updated the code to work this way. It is...

I forgot the release note so recommitted as b454b9e4035.