the update of the api docker img to 21 kills the db some how #1576
Labels
No Label
dependencies
duplicate
help wanted
invalid
kind/bug
kind/feature
needs reproduction
question
security
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: vikunja/api#1576
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Description
Hi,
after the update of vikunja i got error 404 all the time.
I figured going back to api 20.4 and take a backup it ist back working.
Sadly I dont have any logs.
Anyone the same issue?
Vikunja Frontend Version
vikunja/frontend:latrst
Vikunja API Version
21
Browser and version
No response
Can you reproduce the bug on the Vikunja demo site?
No
Screenshots
No response
Is this the same problem you have? https://community.vikunja.io/t/error-refreshing-user-info-on-new-install/1470
Does the solution proposed in the forum works for you?
Hey, thx for the fast reply.
I have set a langugage via the env var (I am on docker): VIKUNJA_DEFAULTSETTINGS_LANGUAGE: "en"
My error form the api: [35m2023-07-13T16:38:24.221898627Z: CRITICAL ▶ migration/Migrate 051[0m Migration failed: migration 20221113170740 failed: Error 1054 (42S22): Unknown column 'list_id' in 'buckets'
Database says: 2023-07-13 16:39:42 13 [Warning] Aborted connection 13 to db: 'vikunja-beta' user: 'xxx' host: 'xxx' (Got an error reading communication packets)
This sounds like this: https://community.vikunja.io/t/vikunja-api-not-starting-after-latest-update/1473
Hi, I guess it is indeed the same issue. Do you plan a fix or is only a manual mirgation the solution?