Your local data is too old to be migrated #997

Closed
opened 2026-04-06 01:32:50 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @textgroove-steven on 8/12/2024

Subject of the issue

Vaultwarden login page is blank and I am getting the following error:

Error: Your local data is too old to be migrated. Your current state version is 1, but minimum version is 2.
    at main.b193f247301cc37bf60b.js:3:148310
    at Generator.next (<anonymous>)
    at main.b193f247301cc37bf60b.js:3:148109
    at new t (polyfills.4275a7f2798b637a6613.js:1:199264)
    at ls (main.b193f247301cc37bf60b.js:3:147854)
    at migrate (main.b193f247301cc37bf60b.js:3:148246)
    at Kn.<anonymous> (main.b193f247301cc37bf60b.js:3:139240)
    at Generator.next (<anonymous>)
    at r (main.b193f247301cc37bf60b.js:3:138258)
    at t.invoke (polyfills.4275a7f2798b637a6613.js:1:187708)
    at I (polyfills.4275a7f2798b637a6613.js:1:198345)
    at I (polyfills.4275a7f2798b637a6613.js:1:197893)
    at polyfills.4275a7f2798b637a6613.js:1:199000
    at t.invokeTask (polyfills.4275a7f2798b637a6613.js:1:188392)
    at Object.onInvokeTask (vendor.351bf938ddfd5e202e99.js:1:2172203)
    at t.invokeTask (polyfills.4275a7f2798b637a6613.js:1:188313)
    at e.runTask (polyfills.4275a7f2798b637a6613.js:1:183421)
    at b (polyfills.4275a7f2798b637a6613.js:1:190798)

Deployment environment

  • vaultwarden version:
    All versions above 1.29
  • Install method: Docker image

  • Clients used: Any web browser

  • Reverse proxy and version: Cloudflare Tunnel

  • MySQL/MariaDB or PostgreSQL version: MySQL [5.7.27-30]

  • Other relevant details:

Steps to reproduce

Was on version 1.26, upgraded one version at a time all the way to 1.29. At 1.30, it breaks, 1.29 seems to be okay.

Expected behaviour

It will work and I can log into the system as expected.

Actual behaviour

No log in form shows at all, just the above error in the error log. Tried in incogneto and other browsers as well, same issue.

*Originally created by @textgroove-steven on 8/12/2024* ### Subject of the issue Vaultwarden login page is blank and I am getting the following error: ``` Error: Your local data is too old to be migrated. Your current state version is 1, but minimum version is 2. at main.b193f247301cc37bf60b.js:3:148310 at Generator.next (<anonymous>) at main.b193f247301cc37bf60b.js:3:148109 at new t (polyfills.4275a7f2798b637a6613.js:1:199264) at ls (main.b193f247301cc37bf60b.js:3:147854) at migrate (main.b193f247301cc37bf60b.js:3:148246) at Kn.<anonymous> (main.b193f247301cc37bf60b.js:3:139240) at Generator.next (<anonymous>) at r (main.b193f247301cc37bf60b.js:3:138258) at t.invoke (polyfills.4275a7f2798b637a6613.js:1:187708) at I (polyfills.4275a7f2798b637a6613.js:1:198345) at I (polyfills.4275a7f2798b637a6613.js:1:197893) at polyfills.4275a7f2798b637a6613.js:1:199000 at t.invokeTask (polyfills.4275a7f2798b637a6613.js:1:188392) at Object.onInvokeTask (vendor.351bf938ddfd5e202e99.js:1:2172203) at t.invokeTask (polyfills.4275a7f2798b637a6613.js:1:188313) at e.runTask (polyfills.4275a7f2798b637a6613.js:1:183421) at b (polyfills.4275a7f2798b637a6613.js:1:190798) ``` ### Deployment environment * vaultwarden version: All versions above 1.29 <!-- How the server was installed: Docker image, OS package, built from source, etc. --> * Install method: Docker image * Clients used: Any web browser * Reverse proxy and version: Cloudflare Tunnel * MySQL/MariaDB or PostgreSQL version: MySQL [5.7.27-30] * Other relevant details: ### Steps to reproduce Was on version 1.26, upgraded one version at a time all the way to 1.29. At 1.30, it breaks, 1.29 seems to be okay. ### Expected behaviour It will work and I can log into the system as expected. ### Actual behaviour No log in form shows at all, just the above error in the error log. Tried in incogneto and other browsers as well, same issue.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#997