learntocloud / learn-to-cloud

Learn the fundamentals of cloud computing
https://learntocloud.guide
MIT License
4.44k stars 804 forks source link

Sqlite database is lost as soon as the container is reset for Grafana #193

Closed rishabkumar7 closed 3 months ago

rishabkumar7 commented 4 months ago

Issue:

When deploying Grafana to Azure App Service (as container), the Sqlite database (and plug-ins) would be lost as soon as the container is reset.

To do:

Need to configure storage for the database, so that database is not lost when the container is reset.

rishabkumar7 commented 3 months ago

Going to use Azure Storage (Azure File Shares) as storage for the database, so that the database is not lost when container is reset.

rishabkumar7 commented 3 months ago

Done ✅