[GH-ISSUE #2285] Unable to create teams or add users to tasks #6627

Closed
opened 2026-04-20 17:13:22 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @happybikes on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2285

Pre-submission checklist

  • I have searched for existing open or closed issue reports with the same problem.

Description

Docker Compose File Here
services:
vikunja:
image: vikunja/vikunja:0.24.6
environment:
VIKUNJA_SERVICE_PUBLICURL: https://vikunja.removed.org
VIKUNJA_DATABASE_HOST: vikunja-db-1
VIKUNJA_DATABASE_PASSWORD: removed
VIKUNJA_DATABASE_TYPE: postgres
VIKUNJA_DATABASE_USER: vikunja
VIKUNJA_DATABASE_DATABASE: vikunja
VIKUNJA_SERVICE_JWTSECRET: removed
VIKUNJA_AUTH_LOCAL_ENABLED: "true"
ports:
- 3456:3456
volumes:
- ./files:/app/vikunja/files
depends_on:
db:
condition: service_healthy
restart: unless-stopped
db:
image: postgres:17
environment:
POSTGRES_PASSWORD: removed
POSTGRES_USER: vikunja
volumes:
- ./db:/var/lib/postgresql/data
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "pg_isready -h localhost -U $$POSTGRES_USER"]
interval: 2s
start_period: 30s
networks:
default:
name: nginx
external: true

Relevant logs showing database errors are here:
2026-02-24T10:32:42Z: ERROR ▶ 247 pq: column ul.right does not exist
2026-02-24T10:32:42Z: WEB ▶ 10.10.5.2 GET 500 /api/v1/projects/39/projectusers?s=lina&page=1 5.463099ms - Removed browser info
2026-02-24T10:32:23Z: ERROR ▶ 1e9 pq: column "oidc_id" of relation "teams" does not exist
2026-02-24T10:32:23Z: WEB ▶ 10.10.5.2 PUT 500 /api/v1/teams 534.23µs - Removed browser info

Vikunja Version

Vikunja api version v0.24.6 Built with go1.23.4

Browser and version

Firefox - newest

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

Originally created by @happybikes on GitHub (Feb 24, 2026). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2285 ### Pre-submission checklist - [x] I have searched for existing open or closed issue reports with the same problem. ### Description **Docker Compose File Here** services: vikunja: image: vikunja/vikunja:0.24.6 environment: VIKUNJA_SERVICE_PUBLICURL: https://vikunja.removed.org VIKUNJA_DATABASE_HOST: vikunja-db-1 VIKUNJA_DATABASE_PASSWORD: removed VIKUNJA_DATABASE_TYPE: postgres VIKUNJA_DATABASE_USER: vikunja VIKUNJA_DATABASE_DATABASE: vikunja VIKUNJA_SERVICE_JWTSECRET: removed VIKUNJA_AUTH_LOCAL_ENABLED: "true" ports: - 3456:3456 volumes: - ./files:/app/vikunja/files depends_on: db: condition: service_healthy restart: unless-stopped db: image: postgres:17 environment: POSTGRES_PASSWORD: removed POSTGRES_USER: vikunja volumes: - ./db:/var/lib/postgresql/data restart: unless-stopped healthcheck: test: ["CMD-SHELL", "pg_isready -h localhost -U $$POSTGRES_USER"] interval: 2s start_period: 30s networks: default: name: nginx external: true **Relevant logs showing database errors are here:** 2026-02-24T10:32:42Z: ERROR ▶ 247 pq: column ul.right does not exist 2026-02-24T10:32:42Z: WEB ▶ 10.10.5.2 GET 500 /api/v1/projects/39/projectusers?s=lina&page=1 5.463099ms - Removed browser info 2026-02-24T10:32:23Z: ERROR ▶ 1e9 pq: column "oidc_id" of relation "teams" does not exist 2026-02-24T10:32:23Z: WEB ▶ 10.10.5.2 PUT 500 /api/v1/teams 534.23µs - Removed browser info ### Vikunja Version Vikunja api version v0.24.6 Built with go1.23.4 ### Browser and version Firefox - newest ### Can you reproduce the bug on the Vikunja demo site? No ### Screenshots _No response_
GiteaMirror added the waiting for reply label 2026-04-20 17:13:22 -05:00
Author
Owner

@kolaente commented on GitHub (Feb 24, 2026):

The version you're using is outdated, does the same problem happen with newer releases as well?

<!-- gh-comment-id:3950758494 --> @kolaente commented on GitHub (Feb 24, 2026): The version you're using is outdated, does the same problem happen with newer releases as well?
Author
Owner

@vikunja-bot-app[bot] commented on GitHub (Feb 24, 2026):

This issue has been fixed in #2288, please check with the next unstable build (should be ready for deployment in ~30min, also on the demo).

<!-- gh-comment-id:3951858024 --> @vikunja-bot-app[bot] commented on GitHub (Feb 24, 2026): This issue has been fixed in #2288, please check with the next unstable build (should be ready for deployment in ~30min, also on [the demo](https://try.vikunja.io)).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6627