Skip to content
Open
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: How to upgrade your Database Instance engine version
title: Upgrade your PostgreSQL and MySQL Database Instance engine version
description: Instructions for upgrading the version of your PostgreSQL or MySQL database engine.
tags: managed-database postgresql mysql engine version database engine
dates:
Expand Down
4 changes: 2 additions & 2 deletions pages/managed-databases-for-postgresql-and-mysql/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ export const managedDatabasesForPostgresqlAndMysqlMenu = {
slug: 'monitor-databases-cockpit',
},
{
label: 'Upgrade Database Instance engine versions',
slug: 'upgrade-version',
label: 'Upgrade PostgreSQL and MySQL Database Instance engine versions',
slug: 'postgresql-upgrade-version',
},
{
label: 'Apply scheduled maintenance',
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
title: Upgrade your MongoDB Database Instance engine version
description: Instructions for upgrading the version of your MongoDB database engine.
tags: managed-database mongodb engine version database engine
dates:
validation: 2026-07-15
posted: 2026-07-15
---
import Requirements from '@macros/iam/requirements.mdx'

If your database engine is outdated, you can upgrade the version to the latest one anytime via the Scaleway console.

You must upgrade your engine version if your Database Instance uses an End of Life engine version that is no longer maintained.

<Message type="important">
The version upgrade is only available for Database Instances using engine versions preceding the most recent version available.
</Message>

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- A [MongoDB Database Instance](/managed-mongodb-databases/how-to/create-a-database-instance/) running on an outdated engine version

1. Under **Databases** on the side menu, click **MongoDB**. A list of your Database Instances appears.
2. Select the geographical region of the Instance you want to manage from the drop-down.
3. Click the name of the database whose engine you want to upgrade. The Database Instance information page appears.
4. Under **Database engine**, click **Upgrade**. A pop-up appears.
5. Select the new version to which you want to upgrade.<br/>
The upgrade will create a new Instance with a public endpoint by default. The client will need to configure new endpoints on the new Instance and redirect their application to these new endpoints.

<Message type="important">
When you upgrade to a new version, there is no synchronization between the source and target Database Instances. To avoid data loss, we recommend you stop all write operations on your applications during the upgrade. If you let them run during the process, data will only be stored in the source Database Instance.
</Message>

6. Click **Upgrade version**. A new Database Instance is created.

4 changes: 4 additions & 0 deletions pages/managed-mongodb-databases/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export const managedMongodbDatabasesMenu = {
label: 'Increase the storage size',
slug: 'increase-volume',
},
{
label: 'Upgrade MongoDB Database Instance engine versions',
slug: 'mongodb-upgrade-engine-version',
},
{
label: 'Delete a Database Instance',
slug: 'delete-a-database-instance',
Expand Down
Loading