docs: systemd docs recommend enterprise repo download#437
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
🚧 Files skipped from review as they are similar to previous changes (2)
📝 WalkthroughWalkthroughThe systemd installation and upgrade guides now recommend Enterprise repository workflows, document RPM and Debian commands, clarify architectures and installed paths, and organize GitHub release instructions into nested package subsections. ChangesSystemd package documentation
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ 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 |
Up to standards ✅🟢 Issues
|
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 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/installation/systemd-installation.md`:
- Around line 95-98: Update the opening installation description in the systemd
installation documentation to present the configured pgEdge Enterprise package
repositories as the primary installation method, with GitHub Releases explicitly
described as the fallback for users without repository access.
- Around line 118-121: Clarify the air-gapped workflow in the installation
documentation: instruct users to download the package from the GitHub releases
page on an internet-connected machine and transfer it to the air-gapped host
before installation, or remove the air-gapped example if that workflow is not
supported.
In `@docs/installation/systemd-upgrading.md`:
- Line 14: Insert an h2 parent heading before the existing “RPM Package” heading
in the upgrade methods section, such as “Updating from Enterprise Repositories,”
so the RPM and Debian headings remain properly nested without changing their
content.
🪄 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: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 0d44dc15-5aed-4dcb-be0d-2142437a04bb
📒 Files selected for processing (2)
docs/installation/systemd-installation.mddocs/installation/systemd-upgrading.md
e1314aa to
e3c5515
Compare
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
Recommend installing and updating the Control Plane package on systemd hosts from the pgEdge Enterprise dnf/apt repositories,since the control-plane package will begin publishing there starting with the next release. The existing GitHub Releases curl-based method is kept as a fallback for air-gapped hosts or pinning an exact version.
Changes