Skip to content

Commit 11286b5

Browse files
committed
fix links
1 parent 5304f13 commit 11286b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/current/_includes/releases/v26.2/v26.2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ You can also search the docs for sections labeled [New in v26.2](https://www.coc
170170
<tr>
171171
<td>
172172
<p class="feature-summary">Faster disaster recovery with improved restore performance</p>
173-
<p class="feature-description">Restore operations are now up to 4× faster using <code>WITH EXPERIMENTAL COPY</code>, significantly reducing recovery time objectives (RTO) for large-scale disaster recovery scenarios. This capability is in Preview for self-hosted clusters. For details, refer to <a href="{% link {{ page.version.version }}/restore.md %}#run-faster-restores">Run faster restores</a>.</p>
173+
<p class="feature-description">Restore operations are now up to 4× faster using <code>WITH EXPERIMENTAL COPY</code>, significantly reducing recovery time objectives (RTO) for large-scale disaster recovery scenarios. This capability is in Preview for self-hosted clusters. For details, refer to <a href="{% link v26.2/restore.md %}#run-faster-restores">Run faster restores</a>.</p>
174174
</td>
175175
<td class="icon-center">Preview</td>
176176
<td class="icon-center">{% include icon-yes.html %}</td>
@@ -181,7 +181,7 @@ You can also search the docs for sections labeled [New in v26.2](https://www.coc
181181
<tr>
182182
<td>
183183
<p class="feature-summary">Simplified backup management using backup IDs</p>
184-
<p class="feature-description"><code>SHOW BACKUPS</code> now returns unique backup IDs that can be used directly in <code>RESTORE</code> operations with <code>FROM &lt;backup_id&gt; IN &lt;collection&gt;</code>, eliminating the need for subdirectory paths or <code>AS OF SYSTEM TIME</code> clauses. Server-side time filtering with <code>NEWER THAN</code> and <code>OLDER THAN</code> makes it easier to find backups within a specific recovery window. This capability is in Preview for self-hosted clusters. For details, refer to <a href="{% link {{ page.version.version }}/show-backup.md %}#query-backups-more-efficiently">Query backups more efficiently</a>.</p>
184+
<p class="feature-description"><code>SHOW BACKUPS</code> now returns unique backup IDs that can be used directly in <code>RESTORE</code> operations with <code>FROM &lt;backup_id&gt; IN &lt;collection&gt;</code>, eliminating the need for subdirectory paths or <code>AS OF SYSTEM TIME</code> clauses. Server-side time filtering with <code>NEWER THAN</code> and <code>OLDER THAN</code> makes it easier to find backups within a specific recovery window. This capability is in Preview for self-hosted clusters. For details, refer to <a href="{% link v26.2/show-backup.md %}#query-backups-more-efficiently">Query backups more efficiently</a>.</p>
185185
</td>
186186
<td class="icon-center">Preview</td>
187187
<td class="icon-center">{% include icon-yes.html %}</td>

0 commit comments

Comments
 (0)