You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-09-16 09:06:18 +02:00
Fix block incremental restore issue on non-default repository.
If the selected backup to restore was not in the default (lowest number) repository and block incremental was used, then restore would erroneously try to load the file super block list from the default repository. Specifying --repo would fix this since it changed the default repository. Fix by updating the super block read to the specified repository.
This commit is contained in:
@@ -1,6 +1,21 @@
|
||||
<release date="XXXX-XX-XX" version="2.55.0dev" title="UNDER DEVELOPMENT">
|
||||
<release-core-list>
|
||||
<release-bug-list>
|
||||
<release-item>
|
||||
<github-issue id="2577"/>
|
||||
<github-pull-request id="2579"/>
|
||||
|
||||
<release-item-contributor-list>
|
||||
<release-item-ideator id="aleksander.lukasz"/>
|
||||
<release-item-contributor id="david.steele"/>
|
||||
<release-item-reviewer id="david.christensen"/>
|
||||
<!-- Actually tester, but we don't have a tag for that yet -->
|
||||
<release-item-reviewer id="aleksander.lukasz"/>
|
||||
</release-item-contributor-list>
|
||||
|
||||
<p>Fix block incremental restore issue on non-default repository.</p>
|
||||
</release-item>
|
||||
|
||||
<release-item>
|
||||
<github-pull-request id="2533"/>
|
||||
|
||||
|
@@ -40,6 +40,11 @@
|
||||
<contributor-id type="github">ahmed112212</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="aleksander.lukasz">
|
||||
<contributor-name-display>Aleksander &Lstrok;ukasz</contributor-name-display>
|
||||
<contributor-id type="github">aflukasz</contributor-id>
|
||||
</contributor>
|
||||
|
||||
<contributor id="aleksandr.rogozin">
|
||||
<contributor-name-display>Aleksandr Rogozin</contributor-name-display>
|
||||
<contributor-id type="github">arogozin</contributor-id>
|
||||
|
Reference in New Issue
Block a user