-
Notifications
You must be signed in to change notification settings - Fork 260
fix(rdb): add upgrade info #4768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
9c955b2
fix(rdb): update upgrade eng version
ldecarvalho-doc 211def8
fix(rdb): update upgrade eng version2
ldecarvalho-doc cc59901
fix(rdb): ad ha page
ldecarvalho-doc 6baa137
fix(rdb): review team
ldecarvalho-doc 78e10c2
fix(rdb): review hugo
ldecarvalho-doc 3eae032
fix(rdb): review hugo2
ldecarvalho-doc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
.../managed-databases-for-postgresql-and-mysql/how-to/enable-high-availability.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| --- | ||
| meta: | ||
| title: How to enable High Availability | ||
| description: Learn how to switch a standalone node to high availability mode for your Database Instance. | ||
| content: | ||
| h1: How to enable High Availability | ||
| paragraph: Step-by-step instructions for converting a standalone node to high availability mode. | ||
| tags: managed-database high-availability node-configuration database-instance | ||
| dates: | ||
| validation: 2025-04-02 | ||
| posted: 2025-04-02 | ||
| categories: | ||
| - managed-databases | ||
| - database-instance-management | ||
| --- | ||
|
|
||
| You define your Database Instance's node configuration upon its [creation](/managed-databases-for-postgresql-and-mysql/how-to/create-a-database). Two node configuration modes are available with PostgreSQL or MySQL Database Instances. | ||
|
|
||
| - **High Availability**: creates a secondary Instance with an up-to-date replica of the database. If the primary Instance fails, the secondary takes over requests. | ||
| - **Standalone**: a standalone database provisioned on a single node. | ||
|
|
||
| If you are standalone mode, you can change the node configuration to High Availability in the console anytime. | ||
|
|
||
| <Message type="important"> | ||
| Once you upgrade to the High Availability mode, you cannot revert to standalone. | ||
| </Message> | ||
|
|
||
| <Macro id="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 [PostgreSQL or MySQL Database Instance](/managed-databases-for-postgresql-and-mysql/how-to/create-a-database/) in standalone mode. | ||
|
|
||
| 1. Click **PostgreSQL and MySQL** under **Managed Databases** on the side menu. A list of your Database Instances displays. | ||
| 2. Click the name of the Database Instance you want to configure. Your database's **Overview** page displays. | ||
| 3. Scroll down to the **Node settings** section. Then, click **Activate High Availability**. | ||
| 4. Review the new estimated cost. | ||
| 5. Click **Activate**. | ||
|
|
||
| <Message type="note"> | ||
| The action of changing the node configuration will perform a rolling upgrade of your Database Instance. During this process, the Database Instance will be unavailable for several tens of seconds. | ||
| </Message> | ||
|
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.