diff --git a/docroot/posts/2020-02-09.01/article.pag b/docroot/posts/2020-02-09.01/article.pag index 5d050eb..39e9a83 100644 --- a/docroot/posts/2020-02-09.01/article.pag +++ b/docroot/posts/2020-02-09.01/article.pag @@ -89,7 +89,11 @@ while (<>) {

-When the whole stuff ran through without errors I backupped the configuration and storage volumes of my Grafana container, created new once with copies of the old once. I removed the grafana.db file from the storage volume and modified the grafana.ini in the configuration volume to use the MariaDB server and restarted the Grafana container with the new volumes. +Maybe on a different installation or using a future version of Grafana you would run into more issues. In that case: just put additional substitutions into the script. +

+ +

+When the whole stuff ran through without errors I backupped the configuration and storage volumes of my Grafana container, created new ones with copies of the old ones. I removed the grafana.db file from the storage volume and modified the grafana.ini in the configuration volume to use the MariaDB server, loaded the transformed SQL into the productive MariaDB server and restarted the Grafana container with the new volumes.