Manger server upgrade - sqlite error

Hi Everyone,

I’ve just updated my manager server edition subscription and trying to upgrade from a fairly old version (19.9.38).

its throwing an error to do with the sqlite database schema (no real suprise)

Ive seen this post about restoring data from an old release but the links no longer work and the version mentioned is no longer on GitHub

what’s my next step?

thanks,
F

Manager 24.2.14.1296
SQLite.SQLiteException: no such table: Changes
   at SQLite.SQLite3.Prepare2(sqlite3 db, String query)
   at SQLite.PreparedSqlLiteInsertCommand.ExecuteNonQuery(Object[] source)
   at SQLite.SQLiteConnection.Insert(Object obj, String extra, Type objType)
   at SQLite.SQLiteConnection.Insert(Object obj)
   at Manager.ApplicationData.Process(String entityId, Action[] actions, String user, Boolean history) in /home/runner/work/Manager/Manager/Manager/ApplicationData.cs:line 256
   at Manager.ApplicationData.Process(String entityId, Object o, String user) in /home/runner/work/Manager/Manager/Manager/ApplicationData.cs:line 217
   at ManagerServer.HttpHandlers.Default.InnerPost() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/Default.cs:line 152
   at ManagerServer.Startup.<>c.<b__1_3>d.MoveNext() in /home/runner/work/Manager/Manager/ManagerServer/Startup.cs:line 125
--- End of stack trace from previous location ---
1 Like

When is this error triggerring? In other words, what is the last screen you see before seeing this error?

after authenticating as the admin

So the last screen you see before the error is login screen, correct?

Yes

just tried 24.2.15.1298 and its working