Skip to content
Merged
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
11 changes: 5 additions & 6 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,11 @@
** xref:upgrade:k-compatibility.adoc[]
** xref:manage:kubernetes/k-upgrade-kubernetes.adoc[Migrate Node Pools]
** xref:upgrade:deprecated/index.adoc[Deprecated Features]
** xref:upgrade:migrate/index.adoc[Migrate]
*** xref:upgrade:migrate/console-v3.adoc[Migrate to Redpanda Console v3.0.x]
*** xref:upgrade:migrate/data-migration.adoc[]
*** xref:upgrade:migrate/kubernetes/helm-to-operator.adoc[]
*** xref:upgrade:migrate/kubernetes/operator.adoc[]
*** xref:upgrade:migrate/kubernetes/strimzi.adoc[]
* xref:migrate:index.adoc[Migrate]
** xref:migrate:console-v3.adoc[Migrate to Redpanda Console v3.0.x]
** xref:migrate:data-migration.adoc[]
** xref:migrate:kubernetes/helm-to-operator.adoc[]
** xref:migrate:kubernetes/strimzi.adoc[]
* xref:manage:index.adoc[Manage]
** xref:manage:kubernetes/index.adoc[Kubernetes]
*** xref:manage:kubernetes/k-configure-helm-chart.adoc[Customize the Helm Chart]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To deploy Redpanda in Kubernetes, you can choose between Helm for its simplicity

|===

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

[[helm-and-redpanda-operator]]
=== Redpanda Operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ rpk cluster config set default_topic_replications=3
----


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

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

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

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


=== Deployment automation
Expand Down
2 changes: 1 addition & 1 deletion modules/get-started/pages/release-notes/redpanda.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ See xref:console:config/security/authentication.adoc[] for more information.
* **Console settings:**
- Moved `console.maxDeserializationPayloadSize` to `serde.maxDeserializationPayloadSize`.

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

=== Other changes

Expand Down
2 changes: 1 addition & 1 deletion modules/manage/partials/whole-cluster-restore.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif::[]
include::shared:partial$enterprise-license.adoc[]
====

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

[CAUTION]
====
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= Migrate to Redpanda Console v3.0.0
:page-console-config-migrator: true
:page-role: enable-ace-editor
:page-aliases: upgrade:migrate/console-v3.adoc

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.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Migrate Data to Redpanda with MirrorMaker 2
:description: Use MirrorMaker 2 to replicate data between Redpanda clusters.
:page-aliases: data-management:data-migration.adoc, manage:data-migration.adoc
:page-aliases: data-management:data-migration.adoc, manage:data-migration.adoc, upgrade:migrate/data-migration.adoc
:page-categories: Upgrades, Migration

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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Migrate
:description: Find guidance on migrating to new features or from deprecated features to newer versions.
:page-layout: index
:page-aliases: upgrade:migrate/index.adoc
:page-categories: Upgrades, Migration

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
:description: If you are using the Redpanda Helm chart, you can migrate to the Redpanda Operator and use it to manage your deployment.
:page-categories: Upgrades, Migration
:env-kubernetes: true
:page-aliases: upgrade:migrate/kubernetes/helm-to-operator.adoc

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
= Migrate from Strimzi to Redpanda Operator
: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.
:page-aliases: upgrade:migrate/kubernetes/strimzi.adoc
:env-kubernetes: true
:page-categories: Migration
:strimzi-version: 0.40.0
Expand Down
2 changes: 1 addition & 1 deletion modules/shared/partials/operator-deprecation-notice.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{badge-deprecated}

IMPORTANT: The Cluster and Console resources are deprecated. For details, see the xref:upgrade:deprecated/cluster-resource.adoc[deprecation notice]. To migrate to the Redpanda resource, see xref:upgrade:migrate/kubernetes/operator.adoc[]
IMPORTANT: The Cluster and Console resources are deprecated. For details, see the xref:upgrade:deprecated/cluster-resource.adoc[deprecation notice].
2 changes: 1 addition & 1 deletion modules/upgrade/pages/deprecated/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ ifndef::env-cloud[]

This section lists all deprecated configuration options and features related to Redpanda Console. Review these deprecations and update your configurations accordingly to ensure compatibility with v3.0.0 and beyond.

See xref:upgrade:migrate/console-v3.adoc[].
See xref:migrate:console-v3.adoc[].

[cols="1a,2a,3a"]
|===
Expand Down
2 changes: 1 addition & 1 deletion modules/upgrade/pages/rolling-upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ include::partial$rolling-upgrades/post-upgrade-tasks.adoc[]

== Upgrade Redpanda Console

Before upgrading to Console v3.0.x, xref:upgrade:migrate/console-v3.adoc[review the migration guide] to address breaking changes.
Before upgrading to Console v3.0.x, xref:migrate:console-v3.adoc[review the migration guide] to address breaking changes.

[tabs]
======
Expand Down
2 changes: 1 addition & 1 deletion modules/upgrade/partials/incompat-changes.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
=== Review incompatible changes

* Redpanda Console v3.0.0 introduces breaking changes. If you are using Redpanda Console v2.x, xref:upgrade:migrate/console-v3.adoc[review the migration guide] to address breaking changes before upgrading Redpanda Console.
* Redpanda Console v3.0.0 introduces breaking changes. If you are using Redpanda Console v2.x, xref:migrate:console-v3.adoc[review the migration guide] to address breaking changes before upgrading Redpanda Console.

* Starting in version 24.2, when managing configuration properties using the AlterConfigs API directly, Redpanda resets all unspecified values to the default values. This aligns more closely with the behavior in Apache Kafka. There is no change if you're managing your configuration with tools like `rpk`, Redpanda Console, Kubernetes, Helm, or Terraform.
+
Expand Down