Skip to content

Commit

Permalink
Update layouts/shortcodes/content/dbMigration.md
Browse files Browse the repository at this point in the history
Co-authored-by: David Legrand <[email protected]>
  • Loading branch information
Kirbeerus and davlgd authored Jan 21, 2025
1 parent bc5207c commit 1d31c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/shortcodes/content/dbMigration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Clever Cloud provides an add-on Migration/Upgrade tool. You can access it from the [Console](https://console.clever-cloud.com), in the left menu when an add-on is selected. It allows to choose a higher plan, a new version or another deployment zone.

Check notice on line 3 in layouts/shortcodes/content/dbMigration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] layouts/shortcodes/content/dbMigration.md#L3

[Google.Passive] In general, use active voice instead of passive voice ('is selected').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('is selected').", "location": {"path": "layouts/shortcodes/content/dbMigration.md", "range": {"start": {"line": 3, "column": 161}}}, "severity": "INFO"}

A migration process creates new instances, move your data into it and stop the old ones if the process ended correctly. In case of a failure during migration, new instances are deleted and you go back to the original ones.
A migration process creates new instances, moves your data into it and stops the old ones if the process ended correctly. In case of a failure during migration, new instances are deleted and you go back to the original ones.

Check notice on line 5 in layouts/shortcodes/content/dbMigration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] layouts/shortcodes/content/dbMigration.md#L5

[Google.Passive] In general, use active voice instead of passive voice ('are deleted').
Raw output
{"message": "[Google.Passive] In general, use active voice instead of passive voice ('are deleted').", "location": {"path": "layouts/shortcodes/content/dbMigration.md", "range": {"start": {"line": 5, "column": 176}}}, "severity": "INFO"}
The duration may vary depending on how much data your add-on has. Your database become read only for the entire duration.

If you want to restart your add-on or update to the last supported version of the current branch, migrate it to the same plan, version, zone.
Expand Down

0 comments on commit 1d31c9f

Please sign in to comment.