-
Notifications
You must be signed in to change notification settings - Fork 86
[feature] incremental restore #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Добрый день! |
Здравствуйте! Спасибо за отличный продукт! Очень хотелось бы иметь возможность восстановить backup в непустой кластер. Наподобие --delta у pgbackrest Задача утилиты резервного копирования не только качественно делать backup, но и, иногда более важно, быстро его восстановить |
@uspen, @Extortioner01, cпасибо за ваш фидбэк. |
First results:
|
More results:
|
Merged. |
rsync vs incremental restore, 15 GB:
|
Эта фича пилится в рамках #277 |
It would be useful to scan PGDATA for changed blocks and replace only them instead of copying whole instance anew.
New option:
The text was updated successfully, but these errors were encountered: