fix: Remove Advanced beta (pilot test) plans (W-21340270)#3534
Merged
fix: Remove Advanced beta (pilot test) plans (W-21340270)#3534
Conversation
k80bowman
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Here we change the default plans provisioned for
data:pg:createfrom the beta test plans to the production ones, removing the dependency on theHEROKU_PROD_NGPGenvironment variable used in pilot tests to force production plan provisioning.For the Core CLI v11 release, the
heroku data:pg:createis expected to provision always the production plans, not the beta test plans.Type of Change
Breaking Changes (major semver update)
!after your change type to denote a change that breaks current behaviorFeature Additions (minor semver update)
Patch Updates (patch semver update)
Testing
Steps:
git checkout sbosio/ngpg-production-plans.npm install && npm run build../bin/run data:pg:create -a <test-app-name>and follow the interactive process to create a 4G-Performance with no HA standby../bin/run addons -a <test-app-name>and verify the plan associated with the add-on isAdvanced(no Beta mention)../bin/run data:pg:destroy <add-on-name> -a <test-app-name> --confirm <test-app-name>.Related Issues
GUS work item: W-21340270