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:11] Thomas Heinrichplugins:statistics_4_loxone:troubleshooting:datenmigration [2023/08/30 10:23] (aktuell) Torsten Holstein
Zeile 1: Zeile 1:
 ====== Datenmigration ====== ====== Datenmigration ======
 +
 +[[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 neu aufsetzen und die Daten, sowie Einstellungen wiederherstellen möchte. Wenn man zB seinen Loxberry neu aufsetzen und die Daten, sowie Einstellungen wiederherstellen möchte.
Zeile 16: Zeile 18:
   * **Auf dem Quell-Loxberry** zwei %%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 33: 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//