2.8.3 -> 3: migration failing #5231
Replies: 2 comments
-
Whelp… for better or worse I got things working. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Duplicate of #4760 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was migrating a docker install from 2.8.3. I updated the docker tag to "v3" and missed the migration step to change permissions.
So I first saw errors like:
woodpecker-server-1 | {"level":"error","time":"2025-06-01T02:17:51Z","message":"failed to setup store: could not migrate datastore: migration cron-without-sec failed: attempt to write a readonly database: retry in 1.257729479s"}
A bit of web searching, more closely reading the migration instructions, some
chmod
-ing, and I tried again.Now I'm stuck with the following error:
woodpecker-server-1 | {"level":"error","time":"2025-06-01T02:22:00Z","message":"failed to setup store: could not migrate datastore: msg: sync error '*model.Step': disk I/O error: permission denied: retry in 509.570855ms"}
The permissions of my woodpecker directory look fine to me:
Anyone have any tips?
Worst case I suppose I can wipe the database and start over. Though I'd prefer not to if possible.
Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions