Skip to content

SQLite compatibility in aggregator #837

@jpraynaud

Description

@jpraynaud

Issue

We have noticed that the Github Action runners don't have the minimum expected SQLite version:

  • We need version 3.40+ for running the queries for the monitoring on the aggregator
  • We need version 3.37+ for everything else in the aggregator
  • We have also noticed that the packages that we use to install the version 3.40.1 in the mithril-infra has a new location suffixed with 3.40.1-2 when it used to be 3.40.1-1

To do

We need to:

  • find a solution that is compatible with the CI (on Linux, Mac OS and Windows) that provides fast enough install time on all the CI runners
  • probably implement the same install on the infrastructure
  • create a tool sub-command for exporting monitoring data?
  • create a tool sub-command for compacting the database?

Dependencies

Should be done once the tasks Separate data disk from VM system disk of #767 is completed

Metadata

Metadata

Assignees

Labels

D-mediumDifficulty: mediumbug ⚠️Something isn't workingrefactoring 🛠️Code refactoring and enhancements

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions