Skip to content

docs(rdb): add method to restore backup from another instance with different version#5107

Open
jremy42 wants to merge 85 commits intomasterfrom
feat/cookbook-restore-backup-cross-instance
Open

docs(rdb): add method to restore backup from another instance with different version#5107
jremy42 wants to merge 85 commits intomasterfrom
feat/cookbook-restore-backup-cross-instance

Conversation

@jremy42
Copy link
Contributor

@jremy42 jremy42 commented Oct 31, 2025

close #1137

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates OR Closes #0000

Release note for CHANGELOG:


@jremy42 jremy42 requested a review from remyleone as a code owner October 31, 2025 10:35
@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2025

Codecov Report

❌ Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 55.50%. Comparing base (abff741) to head (0d2960a).
⚠️ Report is 80 commits behind head on master.
✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
cmd/scw-sweeper/main.go 0.00% 25 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5107      +/-   ##
==========================================
- Coverage   58.36%   55.50%   -2.87%     
==========================================
  Files         311      320       +9     
  Lines       68512    72333    +3821     
==========================================
+ Hits        39990    40147     +157     
- Misses      27037    30692    +3655     
- Partials     1485     1494       +9     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jremy42 jremy42 changed the title docs(cookbook): add method to restore backup from another instance with different version docs(rdb): add method to restore backup from another instance with different version Oct 31, 2025
remyleone
remyleone previously approved these changes Nov 4, 2025
@remyleone remyleone added this pull request to the merge queue Nov 4, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Nov 4, 2025
remyleone
remyleone previously approved these changes Dec 18, 2025
@remyleone remyleone added this pull request to the merge queue Dec 18, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Dec 18, 2025
yfodil and others added 14 commits February 25, 2026 06:58
… to 1.93.2 (#5222)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…5227)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rémy Léone <rleone@scaleway.com>
… to 1.94.0 (#5230)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…mand (#5229)

Co-authored-by: Yacine FODIL <yfodil@scaleway.com>
Co-authored-by: Yacine Fodil <105779815+yfodil@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Jeremy THERIN <jtherin@scaleway.com>
@jremy42 jremy42 requested review from a team as code owners February 25, 2026 06:21
@jremy42 jremy42 requested review from remyleone and removed request for a team February 25, 2026 06:21
@github-actions github-actions bot added registry Managed Container Registry issues, bugs and feature requests rdb Managed MySQL and PostgreSQL issues, bugs and feature requests load-balancer Load-balancer issues, bugs and feature requests instance Instance issues, bugs and feature requests k8s Kubernetes Kapsule issues, bugs and feature requests iot IoT issues, bugs and feature requests vpc Virtual Private Cloud (VPC) issues, bugs and feature requests container Container issues, bugs and feature requests function Serverless function issues, bugs and feature requests redis Managed Redis issues, bugs and feature requests apple-silicon Apple Silicon issues, bugs and feature requests flexible-ip Flexible IP issues, bugs and feature requests baremetal vpcgw labels Feb 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apple-silicon Apple Silicon issues, bugs and feature requests baremetal container Container issues, bugs and feature requests flexible-ip Flexible IP issues, bugs and feature requests function Serverless function issues, bugs and feature requests instance Instance issues, bugs and feature requests iot IoT issues, bugs and feature requests k8s Kubernetes Kapsule issues, bugs and feature requests load-balancer Load-balancer issues, bugs and feature requests rdb Managed MySQL and PostgreSQL issues, bugs and feature requests redis Managed Redis issues, bugs and feature requests registry Managed Container Registry issues, bugs and feature requests vpc Virtual Private Cloud (VPC) issues, bugs and feature requests vpcgw

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a cookbook method to restore a backup from another DB instance ( even with != version )

10 participants