Skip to content

Consider switching Grafana from SQLITE to PostgreSQL and move initial config to provisioning files #283

@DavidEdell

Description

@DavidEdell

We are currently using Grafana's default SQLITE3 DB, which we are including in our repository for initial configuration. We do not currenly have any backup of our default Grafana configurations outside of this binary database file.

We should consider migrating Grafana to use the PostgreSQL database server (new DB, same instance) we are already running within ANMS.

This has performance and maintainability benefits in the long-term, particularly for more complex use-cases in future production deployments of ANMS. Additionally, storing the binary sqlite database in version control is less than ideal - we should store a .sql file backup if we are unable to migrate initial configuration setup to configuration files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    Status

    Done

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions