Skip to content

Add new upstash plans, prodpack, upgrade#4734

Merged
swilson-fly merged 3 commits intomasterfrom
sw-new-upstash-plans
Feb 10, 2026
Merged

Add new upstash plans, prodpack, upgrade#4734
swilson-fly merged 3 commits intomasterfrom
sw-new-upstash-plans

Conversation

@swilson-fly
Copy link
Contributor

Change Summary

What and Why: Upstash is adding new fixed plans, new add ons, and and deprecating the existing Pro, starter, standard plans. This PR implements the flyctl changes for it.

New Plans:

 flyio_fixed_250mb --> $10 + $5 per read region  
 flyio_fixed_1gb --> $20 + $10 per read region 
 flyio_fixed_5gb --> $100 + $50 per read region  
 flyio_fixed_10gb --> $200 + $100 per read region
 flyio_fixed_10gb --> $200 + $100 per read region

New Add ons

prod_pack --> $200/mo
auto_upgrade --> for fixed plans, automatically grades through the tiers

Users on the old plans are not being forced to change and the default remains pay-as-you-go. PAYG users can add the prod_pack but not the auto_upgrade option. The plans are passed to web and then Upstash via the same methods as the existing plans. The Add-ons are passed through as options, similar to how we do eviction currently eviction.

How:

Fairly minimal changes on top of the existing Upstash flow. Most of the additions are extra plan detection logic to avoid ops on the deprecated plans, and restricting add-ons to only the plans that support them.

Related to:

Web PR for adding new plans to DB and Graphql schema.


Documentation

  • Fresh Produce
  • In superfly/docs, or asked for help from docs team
  • n/a

@swilson-fly swilson-fly merged commit 9206d97 into master Feb 10, 2026
36 of 37 checks passed
@swilson-fly swilson-fly deleted the sw-new-upstash-plans branch February 10, 2026 19:45
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.

1 participant