Skip to content
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

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

Kirbeerus
Copy link
Contributor

@Kirbeerus Kirbeerus commented Jan 16, 2025

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

Copy link

Deployment has finished 👁️👄👁️ Your app is available here

Copy link

🚀 You updated your review app. Check it here

Copy link
Collaborator

@davlgd davlgd left a 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)

layouts/shortcodes/content/dbMigration.md Outdated Show resolved Hide resolved
layouts/shortcodes/content/dbMigration.md Outdated Show resolved Hide resolved
layouts/shortcodes/content/dbMigration.md Outdated Show resolved Hide resolved
Copy link

🚀 You updated your review app. Check it here

1 similar comment
Copy link

🚀 You updated your review app. Check it here

@Kirbeerus Kirbeerus deployed to PR review apps January 17, 2025 10:24 — with GitHub Actions Active
@Kirbeerus Kirbeerus requested a review from davlgd January 17, 2025 10:24
Copy link

🚀 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.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Doc: Add a mention of DB patch update / redeploy through migration
2 participants