Hi everyone,
I’m trying to reset a user’s password with Vikunja CLI using the following command:
vikunja user reset-password [username] --direct --password [password]
Here is the error i keep hitting:
INFO ▶ 001 No config file found, using default or config from environment variables.
INFO ▶ 002 Running migrations…
CRITICAL ▶ 003 Could not connect to db: could not open database file [uid=0, gid=0]: open ./vikunja.db: read-only file system
I have done this in the past and it worked. Not sure if anything has changed, but any guidance would be appreciated. I just want to get the user password reset without breaking anything.
Thanks!