mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-01 18:54:36 -05:00
xorm connects lazily, so nothing touched the database until the ParadeDB probe ran, and a connection failure surfaced as "could not check for paradedb extension" followed by "Schema check failed: could not determine the current schema" - which is how #3287 came in labelled as a schema bug. Ping right after the engine is built and let the existing "Could not connect to db" callers report it. The ParadeDB probe moves up alongside it so it no longer runs first.