Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, shared, site-search]
branches: [DOC-2128-document-procedure-to-migrate-from-the-object-stor, v/*, shared, site-search]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟠 Major | ⚖️ Poor tradeoff

Revert the temporary feature branch to main before merging.

Replacing main with DOC-2128-document-procedure-to-migrate-from-the-object-stor in the local playbook means anyone who pulls main after this PR merges will be missing all stable content from redpanda-data/documentation (main) and will get a broken or empty local build once that feature branch is eventually deleted.

🔧 Proposed fix
-    branches: [DOC-2128-document-procedure-to-migrate-from-the-object-stor, v/*, shared, site-search]
+    branches: [main, v/*, shared, site-search]
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@local-antora-playbook.yml` at line 18, The branches list in
local-antora-playbook.yml currently includes the temporary feature branch name
(DOC-2128-document-procedure-to-migrate-from-the-object-stor) instead of the
stable branch; update the branches array under the branches key to replace that
feature branch with main (keeping the other entries like v/*, shared,
site-search intact) so local pulls after merge will point to the stable main
branch and not a soon-to-be-deleted feature branch.

- url: https://github.com/redpanda-data/docs-site
branches: [main]
start_paths: [home]
Expand Down
3 changes: 2 additions & 1 deletion modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -398,14 +398,15 @@
** xref:manage:mountable-topics.adoc[]
** xref:manage:iceberg/index.adoc[Iceberg]
*** xref:manage:iceberg/about-iceberg-topics.adoc[]
*** xref:manage:iceberg/migrate-to-iceberg-topics.adoc[]
*** xref:manage:iceberg/specify-iceberg-schema.adoc[]
*** xref:manage:iceberg/use-iceberg-catalogs.adoc[]
*** xref:manage:iceberg/rest-catalog/index.adoc[]
**** xref:manage:iceberg/iceberg-topics-aws-glue.adoc[AWS Glue]
**** xref:manage:iceberg/iceberg-topics-databricks-unity.adoc[Databricks Unity Catalog]
**** xref:manage:iceberg/redpanda-topics-iceberg-snowflake-catalog.adoc[Snowflake and Open Catalog]
*** xref:manage:iceberg/query-iceberg-topics.adoc[]
*** xref:manage:iceberg/migrate-to-iceberg-topics.adoc[]
*** xref:manage:iceberg/migrate-iceberg-catalog.adoc[]
*** xref:manage:iceberg/iceberg-performance-tuning.adoc[]
*** xref:manage:iceberg/iceberg-troubleshooting.adoc[]
** xref:manage:schema-reg/index.adoc[Schema Registry]
Expand Down
5 changes: 5 additions & 0 deletions modules/manage/pages/iceberg/migrate-iceberg-catalog.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
= Migrate Iceberg Catalogs
:description: Switch the Iceberg catalog backend for an existing Redpanda cluster without losing untranslated topic data.
:page-categories: Iceberg, Migration

include::ROOT:manage:iceberg/migrate-iceberg-catalog.adoc[tag=single-source]
Loading