mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 09:13:15 +03:00
🐛 Bug Report: Can't update any settings #59
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @softmodded on GitHub.
Reproduction steps
I think something may have messed up during the update from 1.7 to latest, but I haven't noticed until now. All I did was pull the latest image, and I didn't see any errors during the first run after the update, which was a few hours ago.
Expected behavior
I should be able to update settings & log into applications
Actual Behavior
Various database errors occured
Pocket ID Version
v1.9.1 (latest)
Database
SQLite
OS and Environment
Docker compose on Ubuntu 20.04 behind Traefik
Log Output
Attempting to update any settings related to OIDC clients gives the following error:
Error #01: SQL logic error: no such column: requires_reauthentication (1)Attempting to log into any services produces a similar-looking error:
Error #01: SQL logic error: no such column: last_used_at (1)@jaehong21 commented on GitHub:
I just manually psql dump from original database, then create new clean app and psql.
and copy the original data into new one to fix it.
must had some issue with DB schema migration while upgrading pocket-id.
@jaehong21 commented on GitHub:
Same.
I've also updated v1.7 -> v1.8 -> v1.9.1
when startup, having errors like below
still the server is accessible anyway.
But. when making any changes and try to save with OIDC clients. 500 happens with error log below
@stonith404 commented on GitHub:
I'm closing this because there was no response. Feel free to comment here if the issue still occurs.
@stonith404 commented on GitHub:
Did you guys run anything manually on the database when you've upgraded to v1.7.0 because we had some db issues in this version?