content/operate/rc/databases/version-management/upgrade-version.md
You can upgrade databases that are not on the latest available version of Redis to a later database version at any time.
{{< note >}} Please keep in mind the following before upgrading your database version:
We recommend that you [back up your data]({{< relref "/operate/rc/databases/back-up-data" >}}) before upgrading to make it easier to manually revert the upgrade if needed.
We recommend that you upgrade your database during off-peak hours or during application maintenance to minimize reconnections.
Review the breaking changes for the new database version before upgrading:
You must upgrade the target database in an [Active-Passive]({{< relref "/operate/rc/databases/migrate-databases#sync-using-active-passive" >}}) setup before you upgrade the source database to prevent compatibility issues. {{< /note >}}
{{< multitabs id="upgrade-database" tab1="Single-region database" tab2="Active-Active database" >}}
To upgrade a single-region Redis Cloud database:
Choose your database from the Databases list to open your database page. Select More actions > Version upgrade.
You can also select More actions > Version upgrade from the database list.
Select the target version from the Select version list.
If your database has not been backed up before, we recommend that you back up your database. Select Go to backup to go to the [backup settings]({{< relref "/operate/rc/databases/back-up-data" >}}).
Select Upgrade Now to start the upgrade.
The database will start upgrading to the selected version immediately. The upgrade may take a few minutes.
You can continue to use the Redis Cloud console for other tasks during the upgrade.
-tab-sep-
To request to upgrade all databases in an [Active-Active]({{< relref "/operate/rc/databases/active-active" >}}) subscription:
Choose your Active-Active subscription from the Subscriptions list to open your subscription page. Select Version upgrade.
Select the version to upgrade your databases from the list and select Upgrade to submit the upgrade request.
The upgrade will start in 1-3 weeks from your request, according to your subscription's [maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows" >}}). All databases in the subscription will be upgraded to the same version.
{{< /multitabs >}}
Automatically reverting to a previous Redis database version is not supported on Redis Cloud.
If you [backed up your database]({{< relref "/operate/rc/databases/back-up-data" >}}) before you upgraded your database version, you can:
This allows you to connect to the database on the previous version without changing your connection details in your application.
If you did not back up your database before upgrading: