Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Off Topic
    4. Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern

    NEWS

    • Monatsrückblick - April 2025

    • Minor js-controller 7.0.7 Update in latest repo

    • Save The Date: ioBroker@Smart Living Forum Solingen, 14.06.

    Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern

    This topic has been deleted. Only users with topic management privileges can see it.
    • B
      bitwicht last edited by

      @marc-berg said in Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern:

      sudo service influxdb status

      pi@raspberrypi:~ $ sudo service influxdb status
      ● influxdb.service - InfluxDB is an open-source, distributed, time series database
           Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
           Active: active (running) since Mon 2024-01-08 17:47:10 CET; 3h 5min ago
             Docs: https://docs.influxdata.com/influxdb/
         Main PID: 768 (influxd)
            Tasks: 10 (limit: 8754)
              CPU: 12.489s
           CGroup: /system.slice/influxdb.service
                   └─768 /usr/bin/influxd
      
      Jan 08 20:06:54 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:06:54.556226Z lvl=info msg=Unauthorized log_id=0mbVNo2G000 error="authorization not found"
      Jan 08 20:07:04 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:07:04.565325Z lvl=info msg=Unauthorized log_id=0mbVNo2G000 error="authorization not found"
      Jan 08 20:07:14 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:07:14.572711Z lvl=info msg=Unauthorized log_id=0mbVNo2G000 error="authorization not found"
      Jan 08 20:07:24 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:07:24.584166Z lvl=info msg=Unauthorized log_id=0mbVNo2G000 error="authorization not found"
      Jan 08 20:07:34 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:07:34.593064Z lvl=info msg=Unauthorized log_id=0mbVNo2G000 error="authorization not found"
      Jan 08 20:07:44 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:07:44.600902Z lvl=info msg=Unauthorized log_id=0mbVNo2G000 error="authorization not found"
      Jan 08 20:17:23 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:17:23.618886Z lvl=info msg="Retention policy deletion check (start)" log_id=0mbVNo2G000 service=retention op_name=retention_delete_check op_event=start
      Jan 08 20:17:23 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:17:23.618960Z lvl=info msg="Retention policy deletion check (end)" log_id=0mbVNo2G000 service=retention op_name=retention_delete_check op_event=end op_elapsed=0>
      Jan 08 20:47:23 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:47:23.618284Z lvl=info msg="Retention policy deletion check (start)" log_id=0mbVNo2G000 service=retention op_name=retention_delete_check op_event=start
      Jan 08 20:47:23 raspberrypi influxd-systemd-start.sh[768]: ts=2024-01-08T19:47:23.618352Z lvl=info msg="Retention policy deletion check (end)" log_id=0mbVNo2G000 service=retention op_name=retention_delete_check op_event=end op_elapsed=0>
      lines 1-20/20 (END)
      
      
      Marc Berg 1 Reply Last reply Reply Quote 0
      • Marc Berg
        Marc Berg Most Active @bitwicht last edited by

        @bitwicht
        Okay.

        Schlecht: kein Backup vorhanden
        Wahrscheinlich gut: die alten Daten wurden nicht gelöscht.

        Habe erstmal familäre Pflichten zu erfüllen, bin gleich wieder da.

        1 Reply Last reply Reply Quote 0
        • B
          bitwicht last edited by bitwicht

          @Marc-Berg

          OK. Was mir eingefallen ist. Der Backitup schreibt das Backup auf ein NAS.

          IO-B21.JPG

          Das Backup wäre aber von heute Nacht. Vielleicht findest du die Dateien noch auf dem PI, falls sie nicht überschrieben wurden

          Marc Berg 1 Reply Last reply Reply Quote 0
          • Marc Berg
            Marc Berg Most Active @bitwicht last edited by

            @bitwicht sagte in Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern:

            Das Backup wäre aber von heute Nacht. Vielleicht findest du die Dateien noch auf dem PI, falls sie nicht überschrieben wurden

            Okay, dann haben wir eine Rückfalloption, falls das hier schief geht:

            sudo service influxdb stop
            sudo cp -pR /var/lib/influxdb/.influxdbv2/ /tmp
            sudo cp -pR /tmp/.influxdbv2/* /var/lib/influxdb/
            sudo service influxdb start
            
            1 Reply Last reply Reply Quote 0
            • B
              bitwicht last edited by bitwicht

              @Marc-Berg

              pi@raspberrypi:~ $ sudo service influxdb stop
              pi@raspberrypi:~ $ sudo cp -pR /var/lib/influxdb/.influxdbv2/ /tmp
              pi@raspberrypi:~ $ sudo cp -pR /tmp/.influxdbv2/* /var/lib/influxdb/
              sudo service influxdb start
              {1}
              cp: cannot stat '/tmp/.influxdbv2/*': No such file or directory
              -bash: {1}: command not found
              pi@raspberrypi:~ $
              
              
              

              oder sind das 2 Befhle:

              • sudo cp -pR /tmp/.influxdbv2/* /var/lib/influxdb/
              • sudo service influxdb start
              Marc Berg 1 Reply Last reply Reply Quote 0
              • Marc Berg
                Marc Berg Most Active @bitwicht last edited by

                @bitwicht sagte in Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern:

                oder sind das 2 Befhle:

                sudo cp -pR /tmp/.influxdbv2/* /var/lib/influxdb/
                sudo service influxdb start

                ja, genau

                1 Reply Last reply Reply Quote 0
                • B
                  bitwicht last edited by

                  @marc-berg

                  pi@raspberrypi:~ $ sudo cp -pR /var/lib/influxdb/.influxdbv2/ /tmp
                  pi@raspberrypi:~ $ sudo cp -pR /tmp/.influxdbv2/* /var/lib/influxdb/
                  cp: cannot stat '/tmp/.influxdbv2/*': No such file or directory
                  pi@raspberrypi:~ $
                  
                  
                  Marc Berg 1 Reply Last reply Reply Quote 0
                  • Marc Berg
                    Marc Berg Most Active @bitwicht last edited by

                    @bitwicht sagte in Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern:

                    /tmp/.influxdbv2

                    sudo ls -lah /tmp/.influxdbv2
                    
                    1 Reply Last reply Reply Quote 0
                    • B
                      bitwicht last edited by

                      @marc-berg

                      pi@raspberrypi:~ $ sudo ls -lah /tmp/.influxdbv2
                      total 220K
                      drwx------  3 influxdb influxdb 4.0K Nov 14  2022 .
                      drwxrwxrwt 13 root     root     4.0K Jan  8 22:11 ..
                      drwxr-xr-x  5 influxdb influxdb 4.0K Nov 14  2022 engine
                      -rw-------  1 influxdb influxdb 128K Jan  8 17:44 influxd.bolt
                      -rw-r--r--  1 influxdb influxdb 108K Nov 14  2022 influxd.sqlite
                      pi@raspberrypi:~ $
                      
                      
                      Marc Berg 1 Reply Last reply Reply Quote 0
                      • Marc Berg
                        Marc Berg Most Active @bitwicht last edited by Marc Berg

                        @bitwicht

                        sudo mv /tmp/.influxdbv2/ /tmp/influxdbv2
                        sudo cp -pR /tmp/influxdbv2/* /var/lib/influxdb/
                        
                        1 Reply Last reply Reply Quote 0
                        • B
                          bitwicht last edited by bitwicht

                          @Marc-Berg

                          pi@raspberrypi:/ $ sudo mv /tmp/.influxdbv2/ /tmp/influxdbv2
                          pi@raspberrypi:/ $ sudo cp -pR /tmp/influxdbv2/* /var/lib/influxdb/
                          cp: cannot stat '/tmp/influxdbv2/*': No such file or directory
                          pi@raspberrypi:/ $
                          
                          

                          das geht auch nicht

                          pi@raspberrypi:~ $ sudo cp -pR /var/lib/influxdb/.influxdbv2/ /tmp
                          pi@raspberrypi:~ $ sudo mv /tmp/.influxdbv2/ /tmp/influxdbv2
                          pi@raspberrypi:~ $ sudo cp -pR /tmp/influxdbv2/* /var/lib/influxdb/
                          cp: cannot stat '/tmp/influxdbv2/*': No such file or directory
                          pi@raspberrypi:~ $
                          
                          
                          Marc Berg 1 Reply Last reply Reply Quote 0
                          • Marc Berg
                            Marc Berg Most Active @bitwicht last edited by

                            @bitwicht

                            sudo systemctl stop influxdb
                            sudo mv /tmp/influxdb2 /tmp/influxdb
                            sudo cp -pR /tmp/influxdb/ /var/lib
                            sudo systemctl start influxdb
                            
                            1 Reply Last reply Reply Quote 0
                            • B
                              bitwicht last edited by

                              @marc-berg

                              pi@raspberrypi:~ $ sudo systemctl stop influxdb
                              pi@raspberrypi:~ $ sudo mv /tmp/influxdb2 /tmp/influxdb
                              mv: cannot stat '/tmp/influxdb2': No such file or directory
                              pi@raspberrypi:~ $
                              
                              
                              Marc Berg 1 Reply Last reply Reply Quote 0
                              • Marc Berg
                                Marc Berg Most Active @bitwicht last edited by Marc Berg

                                sudo systemctl stop influxdb
                                sudo mv /tmp/influxdbv2 /tmp/influxdb
                                sudo cp -pR /tmp/influxdb/ /var/lib
                                sudo systemctl start influxdb
                                
                                B 1 Reply Last reply Reply Quote 0
                                • B
                                  bitwicht @Marc Berg last edited by

                                  @marc-berg

                                  Das geht! Danke.
                                  Weboberfläche geht auch wieder.

                                  Sind die Daten jetzt im richtigen Ordner oder ist das jetzt alles verbogen?
                                  Geht es auch noch nach einem Reboot ?

                                  Marc Berg 1 Reply Last reply Reply Quote 0
                                  • Marc Berg
                                    Marc Berg Most Active @bitwicht last edited by Marc Berg

                                    @bitwicht sagte in Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern:

                                    Das geht! Danke.
                                    Weboberfläche geht auch wieder.
                                    Sind die Daten jetzt im richtigen Ordner oder ist das jetzt alles verbogen?
                                    Geht es auch noch nach einem Reboot ?

                                    Ja, geht alles. Kannst du gern testen. Wir müssen aber noch aufräumen:

                                    sudo rm -r /tmp/influxdb
                                    sudo rm -r /var/lib/influxdb/.influxdbv2
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • B
                                      bitwicht last edited by

                                      @Marc-Berg

                                      pi@raspberrypi:~ $ sudo rm -r /tmp/influxdbv2
                                      rm: cannot remove '/tmp/influxdbv2': No such file or directory
                                      pi@raspberrypi:~ $
                                      

                                      will er wieder nicht

                                      Marc Berg 1 Reply Last reply Reply Quote 0
                                      • Marc Berg
                                        Marc Berg Most Active @bitwicht last edited by

                                        @bitwicht sagte in Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern:

                                        will er wieder nicht

                                        ja, habe ich oben korrigiert

                                        1 Reply Last reply Reply Quote 0
                                        • B
                                          bitwicht last edited by

                                          @Marc-Berg

                                          passt:

                                          pi@raspberrypi:~ $ sudo rm -r /tmp/influxdb
                                          pi@raspberrypi:~ $ sudo rm -r /var/lib/influxdb/.influxdbv2
                                          pi@raspberrypi:~ $
                                          
                                          Marc Berg 1 Reply Last reply Reply Quote 0
                                          • Marc Berg
                                            Marc Berg Most Active @bitwicht last edited by

                                            @bitwicht sagte in Ertrag (Tag, Monat, Jahr) berechnen und in Datei speichern:

                                            passt:

                                            und jetzt neu starten

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            Support us

                                            ioBroker
                                            Community Adapters
                                            Donate

                                            566
                                            Online

                                            31.6k
                                            Users

                                            79.4k
                                            Topics

                                            1.3m
                                            Posts

                                            5
                                            190
                                            12845
                                            Loading More Posts
                                            • Oldest to Newest
                                            • Newest to Oldest
                                            • Most Votes
                                            Reply
                                            • Reply as topic
                                            Log in to reply
                                            Community
                                            Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
                                            The ioBroker Community 2014-2023
                                            logo