Skip to content

Conversation

@dkovalev1
Copy link

@dkovalev1 dkovalev1 commented Feb 4, 2026

Our users need the ability to quickly restore tables (or sets of tables) from
a backup without the need to restore whole database. This accelerates recovery
operations after incidents such as accidenatal deletion/corruption of data and
saves disk space and time.

To support it the repo-push command is designed to manage metadata files in
the pgBackRest repository. This command allows saving table metadata associated
with restore points. The metadata is stored in the same repository as
the restore points and inherits the compression settings from the main
pgBackRest configuration file.

This commit implements repo-push command.

ADBM-2913

@dkovalev1 dkovalev1 changed the title Implement repo-push command ADBM-2913: Implement repo-push command Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants