Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachprod: Remove outdated license warning message #135326

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2024

  1. roachprod: Remove outdated license warning message

    Previously, starting a cluster with `roachprod` may display the following
    warning:
    COCKROACH_DEV_LICENSE unset: enterprise features will be unavailable
    
    With the deprecation of the core license, enterprise features are no longer
    disabled. Instead, clusters without a license are subject to throttling only
    after the 7-day grace period expires.
    
    This message has been removed rather than updated. There are no product
    restrictions within the first week, so the warning is unnecessary. If a cluster
    persists beyond the grace period, sufficient notices about potential throttling
    are already provided through the DB console, `cockroach.log`, and client
    `NOTICE` messages.
    
    Epic: None
    Release note: None
    spilchen committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    333304e View commit details
    Browse the repository at this point in the history