Skip to content

Commit 6517e1a

Browse files
authored
DOC-1292 Move Migrate section to the top level in nav tree (#1108)
1 parent a320e86 commit 6517e1a

File tree

14 files changed

+19
-16
lines changed

14 files changed

+19
-16
lines changed

modules/ROOT/nav.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,12 +93,11 @@
9393
** xref:upgrade:k-compatibility.adoc[]
9494
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
9595
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
96-
** xref:upgrade:migrate/index.adoc[Migrate]
97-
*** xref:upgrade:migrate/console-v3.adoc[Migrate to Redpanda Console v3.0.x]
98-
*** xref:upgrade:migrate/data-migration.adoc[]
99-
*** xref:upgrade:migrate/kubernetes/helm-to-operator.adoc[]
100-
*** xref:upgrade:migrate/kubernetes/operator.adoc[]
101-
*** xref:upgrade:migrate/kubernetes/strimzi.adoc[]
96+
* xref:migrate:index.adoc[Migrate]
97+
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
98+
** xref:migrate:data-migration.adoc[]
99+
** xref:migrate:kubernetes/helm-to-operator.adoc[]
100+
** xref:migrate:kubernetes/strimzi.adoc[]
102101
* xref:manage:index.adoc[Manage]
103102
** xref:manage:kubernetes/index.adoc[Kubernetes]
104103
*** xref:manage:kubernetes/k-configure-helm-chart.adoc[Customize the Helm Chart]

modules/deploy/pages/deployment-option/self-hosted/kubernetes/k-deployment-overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To deploy Redpanda in Kubernetes, you can choose between Helm for its simplicity
4545

4646
|===
4747

48-
TIP: If you are already using the Redpanda Helm chart and want to migrate to the latest Redpanda Operator for better lifecycle management, see xref:upgrade:migrate/kubernetes/helm-to-operator.adoc[Migrate from the Redpanda Helm chart].
48+
TIP: If you are already using the Redpanda Helm chart and want to migrate to the latest Redpanda Operator for better lifecycle management, see xref:migrate:kubernetes/helm-to-operator.adoc[Migrate from the Redpanda Helm chart].
4949

5050
[[helm-and-redpanda-operator]]
5151
=== Redpanda Operator

modules/deploy/pages/deployment-option/self-hosted/manual/production/production-readiness.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ rpk cluster config set default_topic_replications=3
493493
----
494494

495495

496-
See also: xref:upgrade:migrate/data-migration.adoc#change-topic-replication-factor[Change topic replication factor]
496+
See also: xref:migrate:data-migration.adoc#change-topic-replication-factor[Change topic replication factor]
497497

498498
[[maintenance-mode]]
499499
=== No brokers in maintenance mode
@@ -631,7 +631,7 @@ Check that you have a backup and disaster recovery (DR) solution in place. You c
631631

632632
Be sure to confirm that the backup and DR solution has been tested.
633633

634-
For disaster recovery, confirm that a standby cluster is configured and running with replication (such as xref:upgrade:migrate/data-migration.adoc[MirrorMaker2]). Also verify that your monitoring ensures that MirrorMaker2 is running and checks replication traffic. See https://redpanda.com/blog/high-availability-software-deployment-patterns-part-1[High-availability deployment of Redpanda: Patterns and considerations^] for more details about HA and DR options.
634+
For disaster recovery, confirm that a standby cluster is configured and running with replication (such as xref:migrate:data-migration.adoc[MirrorMaker2]). Also verify that your monitoring ensures that MirrorMaker2 is running and checks replication traffic. See https://redpanda.com/blog/high-availability-software-deployment-patterns-part-1[High-availability deployment of Redpanda: Patterns and considerations^] for more details about HA and DR options.
635635

636636

637637
=== Deployment automation

modules/get-started/pages/release-notes/redpanda.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ See xref:console:config/security/authentication.adoc[] for more information.
5454
* **Console settings:**
5555
- Moved `console.maxDeserializationPayloadSize` to `serde.maxDeserializationPayloadSize`.
5656

57-
*Action required*: xref:upgrade:migrate/console-v3.adoc[].
57+
*Action required*: xref:migrate:console-v3.adoc[].
5858

5959
=== Other changes
6060

modules/manage/partials/whole-cluster-restore.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ endif::[]
1212
include::shared:partial$enterprise-license.adoc[]
1313
====
1414

15-
With xref:{link-tiered-storage}[Tiered Storage] enabled, you can use Whole Cluster Restore to restore data from a failed cluster (source cluster), including its metadata, onto a new cluster (target cluster). This is a simpler and cheaper alternative to active-active replication, for example with xref:upgrade:migrate/data-migration.adoc[MirrorMaker 2]. Use this recovery method to restore your application to the latest functional state as quickly as possible.
15+
With xref:{link-tiered-storage}[Tiered Storage] enabled, you can use Whole Cluster Restore to restore data from a failed cluster (source cluster), including its metadata, onto a new cluster (target cluster). This is a simpler and cheaper alternative to active-active replication, for example with xref:migrate:data-migration.adoc[MirrorMaker 2]. Use this recovery method to restore your application to the latest functional state as quickly as possible.
1616

1717
[CAUTION]
1818
====

modules/upgrade/pages/migrate/console-v3.adoc renamed to modules/migrate/pages/console-v3.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= Migrate to Redpanda Console v3.0.0
22
:page-console-config-migrator: true
33
:page-role: enable-ace-editor
4+
:page-aliases: upgrade:migrate/console-v3.adoc
45

56
This guide provides step-by-step instructions for migrating from Redpanda Console v2.x.x (v2) to v3.0.x (v3). The new release introduces user impersonation to unify authentication and authorization between Redpanda Console and Redpanda, along with several breaking changes. This guide explains these changes and provides examples to help you update your configuration.
67

modules/upgrade/pages/migrate/data-migration.adoc renamed to modules/migrate/pages/data-migration.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Migrate Data to Redpanda with MirrorMaker 2
22
:description: Use MirrorMaker 2 to replicate data between Redpanda clusters.
3-
:page-aliases: data-management:data-migration.adoc, manage:data-migration.adoc
3+
:page-aliases: data-management:data-migration.adoc, manage:data-migration.adoc, upgrade:migrate/data-migration.adoc
44
:page-categories: Upgrades, Migration
55

66
When you want to migrate data from Kafka or replicate data between Redpanda clusters, you can use the MirrorMaker 2 (MM2) tool bundled in the Kafka download package. This section describes the process of configuring MirrorMaker 2 to replicate data from one Redpanda cluster to another.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= Migrate
22
:description: Find guidance on migrating to new features or from deprecated features to newer versions.
33
:page-layout: index
4+
:page-aliases: upgrade:migrate/index.adoc
45
:page-categories: Upgrades, Migration
56

modules/upgrade/pages/migrate/kubernetes/helm-to-operator.adoc renamed to modules/migrate/pages/kubernetes/helm-to-operator.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
:description: If you are using the Redpanda Helm chart, you can migrate to the Redpanda Operator and use it to manage your deployment.
33
:page-categories: Upgrades, Migration
44
:env-kubernetes: true
5+
:page-aliases: upgrade:migrate/kubernetes/helm-to-operator.adoc
56

67
If you are using the Redpanda Helm chart, you can migrate to the Redpanda Operator and use it to manage your Helm deployment.
78

modules/upgrade/pages/migrate/kubernetes/strimzi.adoc renamed to modules/migrate/pages/kubernetes/strimzi.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
= Migrate from Strimzi to Redpanda Operator
22
:description: This guide explores the migration from Strimzi to Redpanda Operator, highlighting key differences, deployment strategies, and how to leverage Kubernetes for managing Kafka clusters effectively.
3+
:page-aliases: upgrade:migrate/kubernetes/strimzi.adoc
34
:env-kubernetes: true
45
:page-categories: Migration
56
:strimzi-version: 0.40.0

0 commit comments

Comments
 (0)