-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add Migration explanation to add-on doc #497
base: main
Are you sure you want to change the base?
Conversation
Deployment has finished 👁️👄👁️ Your app is available here |
🚀 You updated your review app. Check it here |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For for this PR, I simplified a bit and use zone
instead of region
(the latter is only used in CLI for legacy reasons, but API/Console use zone
)
Co-authored-by: David Legrand <[email protected]>
Co-authored-by: David Legrand <[email protected]>
🚀 You updated your review app. Check it here |
1 similar comment
🚀 You updated your review app. Check it here |
🚀 You updated your review app. Check it here |
|
||
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. | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |
Describe your PR
I added a shortcodes to explain how to upgrade to a higher plan and how migration work.
The shortcodes has been added to MySQL, PG, Redis and MongoDB
Also explained how migrating to the same plan allow to redeploy add-on on an instances with the most recent patch.
Checklist
Reviewers
Who should review these changes? @CleverCloud/reviewers