Metainformationen zur Seite

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
plugins:statistics_4_loxone:troubleshooting:datenmigration [2023/03/11 10:04] Thomas Heinrichplugins:statistics_4_loxone:troubleshooting:datenmigration [2023/08/30 10:23] (aktuell) Torsten Holstein
Zeile 1: Zeile 1:
 ====== Datenmigration ====== ====== Datenmigration ======
  
-++++ Version History... |+[[https://www.loxforum.com/forum/projektforen/loxberry/allgemeines-aa/381889-wie-datenmigration-von-lb-2-x-3-0-bei-neuinstallation-m%C3%B6glich|link zum Forum]]
  
-Wenn man zB seinen Loxberry aufsetzen möchte und die Daten, sowie Einstellungen wiederherstellen möchtesind folgende Schritte durchzuführen:+Wenn man zB seinen Loxberry neu aufsetzen und die Daten, sowie Einstellungen wiederherstellen möchte
 + 
 +Die Daten befinden sich in den beiden Ordnern 
 + 
 +<code -> 
 +/opt/loxberry/config/plugins/stats4lox 
 +/opt/loxberry/data/plugins/stats4lox​ 
 +</code> 
 + 
 +Folgende Schritte sind durchzuführen:
  
   * %%Stoppen der Stats4Lox Dienste im Webinterface%%   * %%Stoppen der Stats4Lox Dienste im Webinterface%%
  
-  * Auf dem Quell-Loxberry ein %%tar Archive erzeugen als root:%%+  * **Auf dem Quell-Loxberry** zwei %%tar Archive erzeugen als root:%%
   * <code ->   * <code ->
-cd config/plugins/tar -zcvf stats4lox-CONFIG stats4lox/+cd config/plugins/ 
 +tar -zcvf stats4lox-CONFIG stats4lox/
 cd .. cd ..
 cd .. cd ..
Zeile 16: Zeile 26:
 </code> </code>
  
-  * Auf dem Ziel-Loxberry die beiden %%tar Archive entdecken als root:%%+  * **Auf dem Ziel-Loxberry** die beiden %%tar Archive entpacken als root:%%
     * %%im jeweiligen Pfad!, die vorhandenen stats4lox Ordner löschen mit **rm -r stats4lox%%**     * %%im jeweiligen Pfad!, die vorhandenen stats4lox Ordner löschen mit **rm -r stats4lox%%**
   * <code ->   * <code ->
Zeile 26: Zeile 36:
 ---- ----
  
 +====== Dashboardnmigration ======
 +
 +  -     Install new instance of Grafana
 +  -     Install used plugins on new server
 +  -     Stop Grafana service on source and destination server
 +  -     Copy /var/lib/grafana/grafana.db from old to new server
 +  -     Check /etc/grafana/grafana.ini
 +  -     Restart Grafana
 +  -     Regular connection to the grafana url
 +  -     Dashboard, datasource, users, psw, team,… are the same
 +
 +====== Anmerkung ======
 +
 +Note: The Stats4Lox database is provisioned to Grafana. If there are any issues connecting Grafana to the Influx-DB after the restore described above, which it may show in the Grafana //settings/DataSource// at *TEST* with //error reading InfluxDB. Status Code: 401//, it can be helpful to retrigger provisioning.
 +
 +To execute reprovisioning, run as root
 +///opt/loxberry/bin/plugins/stats4lox/provisioning/set_datasource_influx.pl//