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.
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.