From 013304ed72e78f5b0a56a93eb8531498a181cbdc Mon Sep 17 00:00:00 2001 From: Kat Batuigas Date: Thu, 7 May 2026 14:26:15 -0700 Subject: [PATCH 1/2] Add single-sourced catalog migration page --- modules/ROOT/nav.adoc | 3 ++- modules/manage/pages/iceberg/migrate-iceberg-catalog.adoc | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 modules/manage/pages/iceberg/migrate-iceberg-catalog.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 56237c470..0a0be475e 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -398,6 +398,7 @@ ** 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[] @@ -405,7 +406,7 @@ **** 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] diff --git a/modules/manage/pages/iceberg/migrate-iceberg-catalog.adoc b/modules/manage/pages/iceberg/migrate-iceberg-catalog.adoc new file mode 100644 index 000000000..32a2fa9a2 --- /dev/null +++ b/modules/manage/pages/iceberg/migrate-iceberg-catalog.adoc @@ -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] From c5860403ffe3587b2455dd09c212d97d8c1f856c Mon Sep 17 00:00:00 2001 From: Kat Batuigas Date: Thu, 7 May 2026 14:26:33 -0700 Subject: [PATCH 2/2] Temp: point to docs feature branch --- local-antora-playbook.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-antora-playbook.yml b/local-antora-playbook.yml index d8d478c82..15ab4fe1f 100644 --- a/local-antora-playbook.yml +++ b/local-antora-playbook.yml @@ -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] - url: https://github.com/redpanda-data/docs-site branches: [main] start_paths: [home]