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
Hey I am running this service on UNRAID for more than a year and started getting SQLITE_ERROR when starting container, which fails. The error is present on version 24.12 and 25.1., I can start the version 24.11. without any issue.
What error did you receive?
Checking if there are any migrations to run for direction "up"...
/app/node_modules/better-sqlite3/lib/methods/wrappers.js:9
this[cppdb].exec(sql);
^
SqliteError: no such column: password
at Database.exec (/app/node_modules/better-sqlite3/lib/methods/wrappers.js:9:14)
at WrappedDatabase.exec (file:///app/src/db.js:30:20)
at Migration.up (file:///app/migrations/1718889148000-openid.js:4:24)
at next (/app/node_modules/migrate/lib/migrate.js:35:45)
at /app/node_modules/migrate/lib/migrate.js:71:9
at /app/node_modules/migrate/lib/set.js:84:5
at FSReqCallback.oncomplete (node:fs:192:23) {
code: 'SQLITE_ERROR'
}
Node.js v18.20.5
Checking if there are any migrations to run for direction "up"...
/app/node_modules/better-sqlite3/lib/methods/wrappers.js:9
this[cppdb].exec(sql);
^
SqliteError: no such column: password
at Database.exec (/app/node_modules/better-sqlite3/lib/methods/wrappers.js:9:14)
at WrappedDatabase.exec (file:///app/src/db.js:30:20)
at Migration.up (file:///app/migrations/1718889148000-openid.js:4:24)
at next (/app/node_modules/migrate/lib/migrate.js:35:45)
at migrate (/app/node_modules/migrate/lib/migrate.js:76:3)
at MigrationSet.migrate (/app/node_modules/migrate/lib/set.js:123:3)
at MigrationSet.up (/app/node_modules/migrate/lib/set.js:107:8)
at file:///app/src/migrations.js:23:23
at /app/node_modules/migrate/index.js:62:5
at /app/node_modules/migrate/lib/load-migrations.js:97:7 {
code: 'SQLITE_ERROR'
}
Node.js v18.20.5
Checking if there are any migrations to run for direction "up"...
/app/node_modules/better-sqlite3/lib/methods/wrappers.js:9
this[cppdb].exec(sql);
^
SqliteError: no such column: password
at Database.exec (/app/node_modules/better-sqlite3/lib/methods/wrappers.js:9:14)
at WrappedDatabase.exec (file:///app/src/db.js:30:20)
at Migration.up (file:///app/migrations/1718889148000-openid.js:4:24)
at next (/app/node_modules/migrate/lib/migrate.js:35:45)
at migrate (/app/node_modules/migrate/lib/migrate.js:76:3)
at MigrationSet.migrate (/app/node_modules/migrate/lib/set.js:123:3)
at MigrationSet.up (/app/node_modules/migrate/lib/set.js:107:8)
at file:///app/src/migrations.js:23:23
at /app/node_modules/migrate/index.js:62:5
at /app/node_modules/migrate/lib/load-migrations.js:97:7 {
code: 'SQLITE_ERROR'
}
Node.js v18.20.5
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox
Operating System
Linux
The text was updated successfully, but these errors were encountered:
I did manage to get it to boot on 25.1 (from a clean database, so without my data) when I enforced that all files were on /mnt/cache/appdata instead of /mnt/user/appdata.
I don't currently have the time to mess about forcing a copy of my database/user data over to cache to continue testing. But I wonder if this is a permissions issue for the array?
Verified issue does not already exist?
What happened?
Hey I am running this service on UNRAID for more than a year and started getting SQLITE_ERROR when starting container, which fails. The error is present on version 24.12 and 25.1., I can start the version 24.11. without any issue.
What error did you receive?
Where are you hosting Actual?
Docker
What browsers are you seeing the problem on?
Firefox
Operating System
Linux
The text was updated successfully, but these errors were encountered: