Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. influxdb 1.8.10 läuft aber port 8086 antwortet nicht mehr

    NEWS

    • Wir empfehlen: Node.js 22.x

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker goes Matter ... Matter Adapter in Stable

    influxdb 1.8.10 läuft aber port 8086 antwortet nicht mehr

    This topic has been deleted. Only users with topic management privileges can see it.
    • crunchip
      crunchip Forum Testing Most Active @ThomKast last edited by

      @thomkast sagte in influxdb 1.8.10 läuft aber port 8086 antwortet nicht mehr:

      Die aktuelle DB ist noch 1.8.10. Spiele ich die Sicherung erst als 1.8.10 zurück und führ dann einen influxdb-Upgrade durch?

      ja, denn du kannst nicht einfach dein altes in die V2 einspielen, allerdings kannst du beide parallel betreiben oder aber auch danach migrieren
      Ausnahmsweise mal ein Video
      https://www.youtube.com/watch?v=QFOqLnBMTW4

      T 2 Replies Last reply Reply Quote 0
      • T
        ThomKast @crunchip last edited by

        @crunchip
        Lustig... Läuft schon parallel 🙂

        1 Reply Last reply Reply Quote 0
        • T
          ThomKast @crunchip last edited by ThomKast

          @crunchip
          heißt das dann, dass wenn

          • die DB auf V2 umgestellt ist
          • alle Graphen auf flux umgestellt sind

          dass dann die V1.8 deinstalliert werden kann?
          Denn so wie das Video endet, würden dauerhaft V1 und V2 koexistieren... Muss ja nicht, oder?

          Thomas Braun 1 Reply Last reply Reply Quote 0
          • Thomas Braun
            Thomas Braun Most Active @ThomKast last edited by

            @thomkast sagte in influxdb 1.8.10 läuft aber port 8086 antwortet nicht mehr:

            dass dann die V1.8 gelöscht werden kann?

            Wenn die leer geräumt wurde und alles in die v2 rein (und auch wieder raus) läuft kann man die influxdb1 auch löschen deinstallieren.

            T 1 Reply Last reply Reply Quote 0
            • T
              ThomKast @Thomas Braun last edited by

              @thomas-braun

              Hi. Bei der Inst von Grafana wird gefragt ob OSS oder Enterprise installiert werden soll. Mit dem Hinweis, Note: Grafana Enterprise is the recommended and default edition. It is available for free and includes all the features of the OSS edition.
              Dann installiere ich Enterprise?

              crunchip Thomas Braun 2 Replies Last reply Reply Quote 0
              • crunchip
                crunchip Forum Testing Most Active @ThomKast last edited by

                @thomkast für den Heimgebrauch üblicherweise OSS

                1 Reply Last reply Reply Quote 0
                • Thomas Braun
                  Thomas Braun Most Active @ThomKast last edited by

                  @thomkast

                  Nein, die OSS-Version.

                  T 1 Reply Last reply Reply Quote 0
                  • T
                    ThomKast @Thomas Braun last edited by

                    @thomas-braun

                    So, wie weit bin ich jetzt gekommen und wo klemmt es noch:

                    • iob installiert
                    • influxdb 1.8.10 installiert
                    • Backups mit backitup restored
                    • alle interfaces mit settings wieder da - laufen aber noch nicht
                    • grafana OSS installiert
                    • iob fix gelaufen
                    • alter raspi ist runtergefahren
                    1. Schwierigkeit:
                      Grafana nimmt das bisherige PW nicht, bietet aber auch kein signin nach Neuinstallation an, so dass ich kein PW vergeben kann.

                    2. Schwierigkeit:
                      wie kann ich die IP des neuen raspi auf die alte IP ändern? Unter /etc/network/interfaces stand nur 1ne Zeile
                      source /etc/network/interfaces.d/*
                      Diese habe ich ergänzt um:

                    # interfaces(5) file used by ifup(8) and ifdown(8)
                    # Include files from /etc/network/interfaces.d:
                    source /etc/network/interfaces.d/*
                    
                    auto lo
                    iface lo inet loopback
                    
                    auto eth0:
                    iface eth0: inet static
                      adress 192.168.111.253
                      netmask 255.255.255.0
                      gateway 192.168.111.1
                      dns-nameservers 192.168.111.1 1.1.1.1 8.8.8.8
                    

                    Allerdings funktioniert der Restart der networking.services nicht...

                    pi@raspberrypi:/etc/network $ sudo systemctl restart networking.service
                    Job for networking.service failed because the control process exited with error code.
                    See "systemctl status networking.service" and "journalctl -xe" for details.
                    pi@raspberrypi:/etc/network $ sudo systemctl status networking.service
                    ● networking.service - Raise network interfaces
                         Loaded: loaded (/lib/systemd/system/networking.service; enabled; vendor preset: enabled)
                         Active: failed (Result: exit-code) since Tue 2023-04-11 20:26:37 CEST; 19s ago
                           Docs: man:interfaces(5)
                        Process: 20498 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
                       Main PID: 20498 (code=exited, status=1/FAILURE)
                            CPU: 51ms
                    
                    Apr 11 20:26:37 raspberrypi systemd[1]: Starting Raise network interfaces...
                    Apr 11 20:26:37 raspberrypi ifup[20498]: ifup: missing required variable: address
                    Apr 11 20:26:37 raspberrypi ifup[20498]: ifup: missing required configuration variables for interface>
                    Apr 11 20:26:37 raspberrypi ifup[20498]: ifup: failed to bring up eth0:
                    Apr 11 20:26:37 raspberrypi systemd[1]: networking.service: Main process exited, code=exited, status=>
                    Apr 11 20:26:37 raspberrypi systemd[1]: networking.service: Failed with result 'exit-code'.
                    Apr 11 20:26:37 raspberrypi systemd[1]: Failed to start Raise network interfaces.
                    

                    Habe schon das Gefühl Euch heute über Gebühr zu beanspruchen... Aber ich gebe mir echt Mühe...

                    T Thomas Braun crunchip 3 Replies Last reply Reply Quote 0
                    • T
                      ThomKast @ThomKast last edited by

                      @thomkast

                      Ok, die Anmeldung an grafana hat soeben funktioniert. Da habe ich mich echt doof angestellt.

                      1 Reply Last reply Reply Quote 0
                      • Thomas Braun
                        Thomas Braun Most Active @ThomKast last edited by

                        @thomkast
                        Zu 1. Ich hab kein grafana
                        Zu 2. Ich setze keine fixen IP ein, ich lasse mir vom DHCP immer eine servieren und arbeite mit hostnames.

                        1 Reply Last reply Reply Quote 0
                        • crunchip
                          crunchip Forum Testing Most Active @ThomKast last edited by

                          @thomkast sagte in influxdb 1.8.10 läuft aber port 8086 antwortet nicht mehr:

                          die IP des neuen raspi auf die alte IP ändern?

                          z.b https://ekiwi-blog.de/24702/raspberry-pi-linux-feste-ip-adresse-einstellen/

                          1 Reply Last reply Reply Quote 0
                          • T
                            ThomKast last edited by

                            Habt vielen Dank. Ich bekomme es nicht hin. Das ist mega frustrierend.
                            Schade, dass ich Eure Antworten nicht umsetzen kann. Ist wohl doch das falsche Hobby.

                            Dennoch vielen herzlichen Dank für Euren Support. Es tut mir leid, dass ich mich so doof anstelle.

                            Gruß, Thomas

                            crunchip 1 Reply Last reply Reply Quote 0
                            • crunchip
                              crunchip Forum Testing Most Active @ThomKast last edited by

                              @thomkast was funktioniert denn nun nicht?

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate
                              FAQ Cloud / IOT
                              HowTo: Node.js-Update
                              HowTo: Backup/Restore
                              Downloads
                              BLOG

                              912
                              Online

                              32.0k
                              Users

                              80.4k
                              Topics

                              1.3m
                              Posts

                              3
                              30
                              2125
                              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