docs: Add a Serverpod Cloud database backups page#688
Open
developerjamiu wants to merge 3 commits into
Open
Conversation
Zfinix
approved these changes
Jul 15, 2026
Zfinix
left a comment
Contributor
There was a problem hiding this comment.
LGTM 🚀 great work on this.
nit (non-blocking): the $6 / 10 GB rate will drift as plans change — consider dropping the exact number here and letting the plans page own it, keeping the "separate metered charge, same rate as database storage" framing.
Zfinix
reviewed
Jul 15, 2026
Isakdl
previously requested changes
Jul 15, 2026
Isakdl
left a comment
Contributor
There was a problem hiding this comment.
Good work! I like it,
I do have some thoughts and suggestions. I will probably not be available when you will merge this, so you can dismiss my needed rereview.
christerswahn
left a comment
Contributor
There was a problem hiding this comment.
Added responses to a couple of comments.
developerjamiu
dismissed
Isakdl’s stale review
July 23, 2026 07:59
Isak asked Christer to review as he is currently away
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Adds a Serverpod Cloud Database backups concept page documenting the new
scloud db backupandscloud db schedulecommands: manual snapshots, scheduled backups, restore, plan gating, and pricing.cloud_docs/concepts/database-backups.md(Overview, when-to-use, the five operations, Pricing, Limits, Related).## Backupsstub on the Database page (it claimed backups were automatic and needed no configuration) into a short pointer to the new page.personal-access-tokens6→7,deployment-hooks7→8).Do not merge until the feature is released
The backup CLI is on
mainin the cloud repo but not yet in a releasedscloud, and the web console is still in progress (CLD-505). Keep this open for review and merge once the feature ships (targeting ~week of Jul 20). Console sections will be added in a follow-up once the console lands.Verification
Every claim was checked against the cloud repo at
origin/main(backup CLI shipped in #2090):npm run buildpasses (no broken links or anchors).Notes for reviewers