Skip to content
Merged
Changes from 2 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: 8 additions & 3 deletions content/shared/influxdb3-admin/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ Upgrade your {{% product-name %}} version.

## Before you upgrade

Before upgrading your {{% product-name %}} {{% show-in "core" %}}instance{{% /show-in %}}{{% show-in "enterprise" %}}cluster{{% /show-in %}}, review the [release notes](/influxdb3/enterprise/reference/release-notes/) for compatibility requirements and then plan your upgrade strategy.
{{% show-in "core" %}}
Before upgrading your {{% product-name %}} instance, review the [release notes](/influxdb3/core/release-notes/) for compatibility requirements and then plan your upgrade strategy.
Comment thread
jstirnaman marked this conversation as resolved.
Outdated
{{% /show-in %}}
{{% show-in "enterprise" %}}
Before upgrading your {{% product-name %}} cluster, review the [release notes](/influxdb3/enterprise/release-notes/) for compatibility requirements and then plan your upgrade strategy.
Comment thread
jstirnaman marked this conversation as resolved.
Outdated
{{% /show-in %}}

### Verify your current version

Expand Down Expand Up @@ -351,14 +356,14 @@ If you upgrade nodes out of the [recommended order](#recommended-node-upgrade-or
If nodes fail to communicate after an upgrade, verify that all nodes are running compatible versions.

1. **Connect to each node** and [verify the version](#verify-your-current-version)
2. Review the [release notes](/influxdb3/enterprise/reference/release-notes/) for your target version to identify any breaking changes or compatibility requirements.
2. Review the [release notes](/influxdb3/enterprise/release-notes/) for your target version to identify any breaking changes or compatibility requirements.

#### Catalog version constraints

Different version transitions may have different catalog version constraints.
The v3.3.x → v3.4.x transition has specific constraints, but other version transitions may differ.

**Before upgrading**, review the [release notes](/influxdb3/enterprise/reference/release-notes/) for your target version to understand:
**Before upgrading**, review the [release notes](/influxdb3/enterprise/release-notes/) for your target version to understand:

- Whether the upgrade crosses a catalog version boundary
- How long catalog modifications may be blocked during the upgrade
Expand Down
Loading