docs: explain local service version parity#45782
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. 5 Skipped Deployments
|
|
Thanks for contributing to Supabase! ❤️ Our team will review your PR. A few tips for a smoother review process:
|
|
@aqilaziz is attempting to deploy a commit to the Supabase Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughThis PR adds a new "Service versions" section to the CLI getting-started guide, explaining how Supabase CLI manages local service versions, how to link and update pinned versions, and how to align Postgres major versions or override versions for individual runs. ChangesService Versions Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Updated the PR description to follow the repository template sections noted by CodeRabbit. |
I have read CONTRIBUTING.md
Yes.
What kind of change does this PR introduce?
Documentation update.
Current behavior
The local Supabase CLI getting-started guide does not clearly explain how local service versions are chosen, how linked project versions are cached, or how developers should align local stack versions with a remote project.
Fixes supabase/cli#4739.
New behavior
Adds a Service versions section that explains CLI defaults, linked project versions, pinned local stack versions, Postgres major version config,
supabase status,supabase stack update, and one-off--service-versionoverrides.Additional context
Verification:
git diff --check