Skip to content

Comments

fix: Remove Advanced beta (pilot test) plans (W-21340270)#3534

Merged
sbosio merged 1 commit intov11.0.0from
sbosio/ngpg-production-plans
Feb 23, 2026
Merged

fix: Remove Advanced beta (pilot test) plans (W-21340270)#3534
sbosio merged 1 commit intov11.0.0from
sbosio/ngpg-production-plans

Conversation

@sbosio
Copy link
Contributor

@sbosio sbosio commented Feb 23, 2026

Summary

Here we change the default plans provisioned for data:pg:create from the beta test plans to the production ones, removing the dependency on the HEROKU_PROD_NGPG environment variable used in pilot tests to force production plan provisioning.

For the Core CLI v11 release, the heroku data:pg:create is expected to provision always the production plans, not the beta test plans.

Type of Change

Breaking Changes (major semver update)

  • Add a ! after your change type to denote a change that breaks current behavior

Feature Additions (minor semver update)

  • feat: Introduces a new feature to the codebase

Patch Updates (patch semver update)

  • fix: Bug fix
  • deps: Dependency upgrade
  • revert: Revert a previous commit
  • chore: Change that does not affect production code
  • refactor: Refactoring existing code without changing behavior
  • test: Add/update/remove tests

Testing

Steps:

  1. Checkout this branch: git checkout sbosio/ngpg-production-plans.
  2. Build it: npm install && npm run build.
  3. Run ./bin/run data:pg:create -a <test-app-name> and follow the interactive process to create a 4G-Performance with no HA standby.
  4. Run ./bin/run addons -a <test-app-name> and verify the plan associated with the add-on is Advanced (no Beta mention).
  5. Destroy the database after testing: ./bin/run data:pg:destroy <add-on-name> -a <test-app-name> --confirm <test-app-name>.

Related Issues

GUS work item: W-21340270

@sbosio sbosio requested a review from a team as a code owner February 23, 2026 20:42
@sbosio sbosio merged commit 8511a75 into v11.0.0 Feb 23, 2026
13 checks passed
@sbosio sbosio deleted the sbosio/ngpg-production-plans branch February 23, 2026 21:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants