We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Suppose I have backup below:
===================================================================== StartTime EndTime Mode Size TLI Status ===================================================================== 2022-09-26 22:08:10 2022-09-26 22:10:13 INCR 15MB 1 OK 2022-09-26 20:08:10 2022-09-26 20:10:13 INCR 15MB 1 OK 2022-09-26 17:08:10 2022-09-26 17:10:13 FULL 102MB 1 OK
And I want to merge all of it by excuting pg_rman merge xxx, and the backup will be like:
pg_rman merge xxx
===================================================================== StartTime EndTime Mode Size TLI Status ===================================================================== 2022-09-26 22:08:10 2022-09-26 22:10:13 FULL 122MB 1 OK
Why I need this feature:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Suppose I have backup below:
And I want to merge all of it by excuting
pg_rman merge xxx
, and the backup will be like:Why I need this feature:
The text was updated successfully, but these errors were encountered: