some mistakes fixes

This commit is contained in:
Wolfgang Hottgenroth 2020-02-09 17:43:02 +01:00
parent 9a46c44d94
commit 48cb3e6972
Signed by: wn
GPG Key ID: 6C1E5E531E0D5D7F

View File

@ -89,7 +89,11 @@ while (<>) {
</p>
<p>
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 <tt>grafana.db</tt> file from the storage volume and modified the <tt>grafana.ini</tt> 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.
</p>
<p>
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 <tt>grafana.db</tt> file from the storage volume and modified the <tt>grafana.ini</tt> 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.
</p>
<p>