Docs: Update docs on db upgrade and downgrade - #22604
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot review overview
🔵 Needs a closer look
Manual commands use inconsistent path bases, and downgrade compatibility semantics remain ambiguous.
Review effort: Balanced
Findings: None
What changed in this PR
Updates database schema migration guidance, especially downgrade behavior and empty relations.
Changes:
- Clarifies compatibility, relation handling, and schema hashes.
- Expands manual upgrade/downgrade instructions.
- Fixes a duplicated word.
| File | Description |
|---|---|
docs/prepare-db-upgrade-downgrade.md |
Expands migration documentation and manual setup steps. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
nickrolfe
approved these changes
Sep 17, 2026
nickrolfe
left a comment
Contributor
There was a problem hiding this comment.
Looks sensible.
The part about empty relations is correct: the evaluator's loader for extensional relations returns an empty relation if the .rel file doesn't exist.
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.
My main aims are:
.propertiesfile for an empty relation.(I wrote this using Copilot, but I've checked it all myself.)