codimd icon indicating copy to clipboard operation
codimd copied to clipboard

Fix issue with SQlite connection

Open alibell opened this issue 1 year ago • 2 comments

The current docker image doesn't work with SQLite.

There are two main issues :

  • pcheck is executed even if the $CMD_DB_URL connection is configured to use an sqlite database
  • the sqlite3 node package is not installed by default

The current fix resolve these two issues.

alibell avatar Aug 08 '24 08:08 alibell

I was wondering why a migration was created to add an index in this PR? By the way, I’m very interested in the fix. Is the project still active?

Nexyll avatar Dec 11 '24 21:12 Nexyll

Hi @alibell, Thanks for the PR. However, according to the description of the PR, I think the Revision migration script should be separated to another PR.

jackycute avatar Apr 18 '25 03:04 jackycute