[INFRA-425] - Update community→commercial restore script and drop artifacts.plane.so registry prefix#296
Conversation
…s.plane.so registry prefix - Restore script now removes destination dirs (db, redis, minio/uploads) before mv to avoid failures when restoring onto an existing Commercial install - Remove artifacts.plane.so/ prefix from image references so they point to the makeplane/ Docker Hub org
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Linked to Plane Work Item(s) This comment was auto-generated by Plane |
|
Warning Review limit reached
More reviews will be available in 56 minutes and 27 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughTwo sets of documentation corrections for self-hosting: all commercial image references are updated from the ChangesSelf-hosting docs: registry URL and restore script
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested reviewers
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)
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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/self-hosting/upgrade-from-community.md`:
- Around line 70-75: The restore shell steps mix privileged and unprivileged
file operations, which can fail after the destination is removed; update the
migration commands in the upgrade guide so each remove/move/create action uses
consistent privileges. Specifically, in the restore sequence around the db,
redis, and minio paths, make sure the mv operations and the mkdir for minio are
executed with the same sudo context as the rm -rf calls so the restore stays
atomic on owned directories like /opt.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: b6ae8735-87c0-4e01-93a0-56deada9b372
📒 Files selected for processing (5)
docs/self-hosting/methods/clone-docker-images.mddocs/self-hosting/methods/docker-aio.mddocs/self-hosting/methods/install-methods-commercial/kubernetes.mddocs/self-hosting/methods/kubernetes.mddocs/self-hosting/upgrade-from-community.md
Update all Commercial Edition (v2.x) version examples to v2.6.3 across self-hosting guides. Community Edition (v1.x), iframely image tag (v1.2.0), and historical upgrade guides are intentionally left unchanged. Co-Authored-By: WOZCODE <contact@withwoz.com>
Summary
Two documentation updates to the self-hosting guides:
Community → Commercial restore script (upgrade-from-community.md) — the restore script now removes each destination directory (
db,redis,minio/uploads) beforemv, so restoring Community data onto an existing Commercial install no longer fails on pre-existing directories.Dropped the
artifacts.plane.so/registry prefix so image references point at themakeplane/Docker Hub org. Affected files:cranecommands,SOURCE_REGISTRY)Verification
pnpm check:formatpassespnpm buildcompletes cleanlyWork item
INFRA-425
Summary by CodeRabbit