Skip to main content Skip to navigation Skip to footer

Release Channels

Understanding Edge and Stable release channels, their differences, and how to choose.

Rediacc publishes updates through two release channels: Stable and Edge. Each channel serves a different audience and comes with different trade-offs.

Stable Channel

Stable is the default channel for all users. Releases are promoted from Edge after a 7-day soak period with no reported issues.

  • Recommended for production workloads and paid plans
  • Deployed after 7 days of testing on Edge
  • Hotfixes can be pushed directly when critical
  • Domains: eu.rediacc.com, us.rediacc.com, asia.rediacc.com

Edge Channel

Edge receives every change immediately after it merges to main. It is the latest version of the software, deployed continuously.

  • Latest features and fixes, deployed on every merge
  • 2X Community plan limits (see table below)
  • Free forever. No paid plans available on Edge.
  • Separate accounts from Stable. Data does not transfer between channels.
  • Domains: edge-eu.rediacc.com, edge-us.rediacc.com, edge-asia.rediacc.com

Comparison

StableEdge
Deploy cadenceAfter 7-day soakEvery merge to main
StabilityTested for 7 daysLatest code, less soak time
Community plan limits10 GB repos, 500 issuances/month, 2 machines20 GB repos, 1,000 issuances/month, 4 machines
Paid plansAvailable (Professional, Business, Enterprise)Not available
AccountsIndependentIndependent (separate from Stable)
Best forProduction, paid workloadsTesting, evaluation, side projects, early access

Edge 2X Limits

Edge users on the Community plan receive doubled resource limits at no cost:

ResourceStable CommunityEdge Community
Repository size10 GB20 GB
License issuances per month5001,000
Machine activations24

If you need higher limits or paid plan features, create an account on the Stable channel and upgrade there.

Separate Accounts

Edge and Stable run on separate infrastructure with separate databases. An account created on Edge does not exist on Stable, and vice versa. There is no migration path between channels. If you start on Edge and later want a paid plan, you will need to create a new account on Stable.

How Promotions Work

  1. Every merge to the main branch deploys to Edge immediately.
  2. After 7 days without issues, Edge is promoted to Stable automatically.
  3. Critical hotfixes can be pushed to both channels simultaneously.

This means Stable is always at most 7 days behind Edge. The soak period catches regressions before they reach production users.

Which Channel Should I Choose?

Choose Stable if:

  • You run production workloads
  • You need paid plans (Professional, Business, Enterprise)
  • You prefer maximum reliability over latest features

Choose Edge if:

  • You want to try new features early
  • You are evaluating the platform
  • You want generous free limits for side projects
  • You are comfortable with newer, less-tested code

Installation

See Installation for commands to install from either channel, including package manager configuration and Docker tags.

CLI Channel Management

The CLI automatically uses the channel configured during installation or login. To switch channels:

rdc update --channel edge      # Switch to Edge
rdc update --channel stable    # Switch to Stable

When you run rdc subscription login and select an Edge region, the CLI automatically configures the Edge update channel. No manual --channel flag is needed.