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] 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]