Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with SQlite connection #1879

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

alibell
Copy link

@alibell alibell commented Aug 8, 2024

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.

yamashush and others added 3 commits August 8, 2024 10:47
Signed-off-by: yamashush <[email protected]>
Signed-off-by: Ali Bellamine <[email protected]>
Signed-off-by: Yukai Huang <[email protected]>
Signed-off-by: Ali Bellamine <[email protected]>
Signed-off-by: Ali Bellamine <[email protected]>
Signed-off-by: Ali Bellamine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants