Skip to content
Open
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
8 changes: 7 additions & 1 deletion content/operate/rc/changelog/version-release-notes/8-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ Redis 8.2 builds on the foundation of Redis 8.0 with significant performance and

When new versions of Redis Open Source change existing commands, upgrading your database to a new version can potentially break some functionality. Before you upgrade, read the provided list of breaking changes that affect Redis Cloud and update any applications that connect to your database to handle these changes.

If you are upgrading from Redis 7.4, review the [Redis 8.0 breaking changes]({{< relref "/operate/rc/changelog/version-release-notes/8-0#breaking-changes" >}}) before upgrading.
If you are upgrading from Redis 7.4, review the [Redis 8.0 breaking changes]({{< relref "/operate/rc/changelog/version-release-notes/8-0#breaking-changes" >}}) before upgrading.

### Terraform compatibility limitation

If you use the [Redis Cloud Terraform provider]({{< relref "/integrate/terraform-provider-for-redis-cloud/" >}}) in a version earlier than 2.5.0 with Redis 8.2 databases, subsequent `terraform apply` commands will fail after the initial database creation succeeds. This issue only affects the Terraform provider and does not impact your databases or data.

To resolve this issue, upgrade to Terraform provider version 2.8.0 or later and run `terraform init -upgrade`.