Skip to content

[wrangler] Fail early on pending Durable Object migrations - #15411

Draft
xgame92 wants to merge 1 commit into
cloudflare:mainfrom
xgame92:xgame92/fix-versions-upload-migrations
Draft

[wrangler] Fail early on pending Durable Object migrations#15411
xgame92 wants to merge 1 commit into
cloudflare:mainfrom
xgame92:xgame92/fix-versions-upload-migrations

Conversation

@xgame92

@xgame92 xgame92 commented Aug 28, 2026

Copy link
Copy Markdown

Fixes #15387.

wrangler versions upload now detects an actually pending Durable Object migration through the existing remote-aware migration resolution and fails locally with actionable guidance to run wrangler deploy. This avoids uploading assets or a Worker version that the API would reject with error 10211.

Already-applied migration history and dry-run behavior remain unchanged.


  • Tests
    • Tests included/updated
    • Automated tests not possible - manual testing has been completed as follows:
    • Additional testing not necessary because:
  • Public documentation
    • Cloudflare docs PR(s):
    • Documentation not necessary because: This only changes validation and error guidance for an existing command.

@changeset-bot

changeset-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 7ad9485

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
wrangler Patch
@cloudflare/deploy-helpers Patch
@cloudflare/vite-plugin Patch
@cloudflare/vitest-plugin Patch
@cloudflare/remote-bindings Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@pkg-pr-new

pkg-pr-new Bot commented Aug 28, 2026

Copy link
Copy Markdown
@cloudflare/autoconfig

npm i https://pkg.pr.new/@cloudflare/autoconfig@15411

@cloudflare/build-output-utils

npm i https://pkg.pr.new/@cloudflare/build-output-utils@15411

@cloudflare/codemods

npm i https://pkg.pr.new/@cloudflare/codemods@15411

@cloudflare/config

npm i https://pkg.pr.new/@cloudflare/config@15411

create-cloudflare

npm i https://pkg.pr.new/create-cloudflare@15411

@cloudflare/deploy-helpers

npm i https://pkg.pr.new/@cloudflare/deploy-helpers@15411

@cloudflare/kv-asset-handler

npm i https://pkg.pr.new/@cloudflare/kv-asset-handler@15411

miniflare

npm i https://pkg.pr.new/miniflare@15411

@cloudflare/pages-functions

npm i https://pkg.pr.new/@cloudflare/pages-functions@15411

@cloudflare/pages-shared

npm i https://pkg.pr.new/@cloudflare/pages-shared@15411

@cloudflare/unenv-preset

npm i https://pkg.pr.new/@cloudflare/unenv-preset@15411

@cloudflare/vite-plugin

npm i https://pkg.pr.new/@cloudflare/vite-plugin@15411

@cloudflare/vitest-plugin

npm i https://pkg.pr.new/@cloudflare/vitest-plugin@15411

@cloudflare/workers-auth

npm i https://pkg.pr.new/@cloudflare/workers-auth@15411

@cloudflare/workers-editor-shared

npm i https://pkg.pr.new/@cloudflare/workers-editor-shared@15411

@cloudflare/workers-utils

npm i https://pkg.pr.new/@cloudflare/workers-utils@15411

wrangler

npm i https://pkg.pr.new/wrangler@15411

commit: 7ad9485

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Untriaged

Development

Successfully merging this pull request may close these issues.

versions upload: fail early on a pending Durable Object migration instead of round-tripping to API error 10211

2 participants