You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{"time":"2023-06-04T08:53:12Z","message":"LogLevel = info"}
{"level":"error","error":"drop table `steps` columns [step_machine]: pq: column \"step_machine\" of relation \"steps\" does not exist","time":"2023-06-04T08:53:12Z","message":"migration task 'remove-machine-col' failed but is not required"}
{"level":"fatal","error":"pq: Could not complete operation in a failed transaction","time":"2023-06-04T08:53:12Z","message":"could not migrate datastore"}
Stream closed EOF for woodpecker/woodpecker-server-0 (server)
I also get the issue with next-317bd24abb (which is the commit just before #1817).
With next-f683c62748 all is good (commit before #1806)
…ght away (#1822)
This isolates single migration tasks from each other.
The migration itself is now not atomic anymore but each single migration
now on it's own.
This takes load away from databases, as new sessions have a committed
schema available.
We also disable xorm.cache, as the speed improvements are minor but
invalid cache caused by schema changes did happen already in the past.
---------
Reverts #1817Closes#1821
---------
Co-authored-by: 6543 <6543@obermui.de>
Component
server
Describe the bug
Most likely caused by #1817 or #1806?
I also get the issue with
next-317bd24abb
(which is the commit just before #1817).With
next-f683c62748
all is good (commit before #1806)FYI @qwerty287
System Info
Additional context
No response
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: