Skip to content
  • Home
  • Recent
  • Tags
  • 0 Unread 0
  • Categories
  • Unreplied
  • Popular
  • GitHub
  • Docu
  • Hilfe
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
ioBroker Logo

Community Forum

donate donate
  1. ioBroker Community Home
  2. Deutsch
  3. Einsteigerfragen
  4. Installation
  5. IoBroker gelöscht nach update

NEWS

  • Monatsrückblick Januar/Februar 2026 ist online!
    BluefoxB
    Bluefox
    18
    1
    770

  • Jahresrückblick 2025 – unser neuer Blogbeitrag ist online! ✨
    BluefoxB
    Bluefox
    18
    1
    6.2k

  • Neuer Blogbeitrag: Monatsrückblick - Dezember 2025 🎄
    BluefoxB
    Bluefox
    13
    1
    1.5k

IoBroker gelöscht nach update

Scheduled Pinned Locked Moved Installation
36 Posts 3 Posters 3.4k Views 3 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Mr EnglishM Mr English

    @thomas-braun

    eigentlich erst seit dieser woche hab allerdings seit 3wochen keine adapter aktuaisiert (als er noch leif)

    Thomas BraunT Online
    Thomas BraunT Online
    Thomas Braun
    Most Active
    wrote on last edited by
    #27

    @mr-english sagte in IoBroker gelöscht nach update:

    eigentlich erst seit dieser woche

    Genauer? Also was ist die letzte funktionierende Datei?

    Linux-Werkzeugkasten:
    https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
    NodeJS Fixer Skript:
    https://forum.iobroker.net/topic/68035/iob-node-fix-skript
    iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

    Mr EnglishM 1 Reply Last reply
    0
    • Thomas BraunT Thomas Braun

      @mr-english sagte in IoBroker gelöscht nach update:

      json.gz

      Der Kram aus März kannste löschen, braucht keiner mehr.

      rm /opt/iobroker/iobroker-data/backup-objects/*.json.gz
      
      Mr EnglishM Offline
      Mr EnglishM Offline
      Mr English
      wrote on last edited by
      #28

      @thomas-braun
      Ja, aber ich habe ja auch noch was von heute bevor ich ihn abgeschossen habe

      1 Reply Last reply
      0
      • Thomas BraunT Thomas Braun

        @mr-english sagte in IoBroker gelöscht nach update:

        eigentlich erst seit dieser woche

        Genauer? Also was ist die letzte funktionierende Datei?

        Mr EnglishM Offline
        Mr EnglishM Offline
        Mr English
        wrote on last edited by
        #29

        @thomas-braun
        das wären die

        -rw-rwxr--+ 1 iobroker iobroker 2,1M Okt  5 17:24 2022-10-05_17-24_objects.jsonl.gz
        -rw-rwxr--+ 1 iobroker iobroker 1,4M Okt  5 17:24 2022-10-05_17-24_states.jsonl.gz
        
        
        Thomas BraunT 1 Reply Last reply
        0
        • Mr EnglishM Mr English

          @thomas-braun
          das wären die

          -rw-rwxr--+ 1 iobroker iobroker 2,1M Okt  5 17:24 2022-10-05_17-24_objects.jsonl.gz
          -rw-rwxr--+ 1 iobroker iobroker 1,4M Okt  5 17:24 2022-10-05_17-24_states.jsonl.gz
          
          
          Thomas BraunT Online
          Thomas BraunT Online
          Thomas Braun
          Most Active
          wrote on last edited by
          #30

          @mr-english

          iobroker stop
          cd /opt/iobroker/iobroker-data/
          mv objects.jsonl objects.jsonl.old
          mv states.jsonl states.jsonl.old
          cd backup-objects/
          gunzip -ck 2022-10-05_17-24_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
          gunzip -ck 2022-10-05_17-24_states.jsonl.gz > /opt/iobroker/iobroker-data/states.jsonl
          iobroker start
          

          Linux-Werkzeugkasten:
          https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
          NodeJS Fixer Skript:
          https://forum.iobroker.net/topic/68035/iob-node-fix-skript
          iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

          Mr EnglishM 1 Reply Last reply
          0
          • Thomas BraunT Thomas Braun

            @mr-english

            iobroker stop
            cd /opt/iobroker/iobroker-data/
            mv objects.jsonl objects.jsonl.old
            mv states.jsonl states.jsonl.old
            cd backup-objects/
            gunzip -ck 2022-10-05_17-24_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
            gunzip -ck 2022-10-05_17-24_states.jsonl.gz > /opt/iobroker/iobroker-data/states.jsonl
            iobroker start
            
            Mr EnglishM Offline
            Mr EnglishM Offline
            Mr English
            wrote on last edited by
            #31

            @thomas-braun said in IoBroker gelöscht nach update:

            cd backup-objects/ gunzip -ck 2022-10-05_17-24_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl gunzip -ck 2022-10-05_17-24_states.jsonl.gz > /opt/iobroker/iobroker-data/states.jsonl iobroker start

            also da ist nicht viel passiert

            pi@raspberrypi4-iob:~ $ iobroker stop
            pi@raspberrypi4-iob:~ $ cd /opt/iobroker/iobroker-data/
            pi@raspberrypi4-iob:/opt/iobroker/iobroker-data $ mv objects.jsonl objects.jsonl                                        .old
            pi@raspberrypi4-iob:/opt/iobroker/iobroker-data $ mv states.jsonl states.jsonl.o                                        ld
            pi@raspberrypi4-iob:/opt/iobroker/iobroker-data $ cd backup-objects/
            pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $ gunzip -ck 2022-10-05_17-24_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
            
            pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $ gunzip -ck 2022-10-05_17-24_states.jsonl.gz > /opt/iobroker/iobroker-data/states.jsonl
            pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $ iobroker start
            pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $
            
            
            Thomas BraunT 1 Reply Last reply
            0
            • Mr EnglishM Mr English

              @thomas-braun said in IoBroker gelöscht nach update:

              cd backup-objects/ gunzip -ck 2022-10-05_17-24_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl gunzip -ck 2022-10-05_17-24_states.jsonl.gz > /opt/iobroker/iobroker-data/states.jsonl iobroker start

              also da ist nicht viel passiert

              pi@raspberrypi4-iob:~ $ iobroker stop
              pi@raspberrypi4-iob:~ $ cd /opt/iobroker/iobroker-data/
              pi@raspberrypi4-iob:/opt/iobroker/iobroker-data $ mv objects.jsonl objects.jsonl                                        .old
              pi@raspberrypi4-iob:/opt/iobroker/iobroker-data $ mv states.jsonl states.jsonl.o                                        ld
              pi@raspberrypi4-iob:/opt/iobroker/iobroker-data $ cd backup-objects/
              pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $ gunzip -ck 2022-10-05_17-24_objects.jsonl.gz > /opt/iobroker/iobroker-data/objects.jsonl
              
              pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $ gunzip -ck 2022-10-05_17-24_states.jsonl.gz > /opt/iobroker/iobroker-data/states.jsonl
              pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $ iobroker start
              pi@raspberrypi4-iob:/opt/iobroker/iobroker-data/backup-objects $
              
              
              Thomas BraunT Online
              Thomas BraunT Online
              Thomas Braun
              Most Active
              wrote on last edited by
              #32

              @mr-english

              Das ist gut. Kein Gemecker = Befehl wurde ausgeführt.

              iobroker status
              

              Linux-Werkzeugkasten:
              https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
              NodeJS Fixer Skript:
              https://forum.iobroker.net/topic/68035/iob-node-fix-skript
              iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

              Mr EnglishM 1 Reply Last reply
              0
              • Thomas BraunT Thomas Braun

                @mr-english

                Das ist gut. Kein Gemecker = Befehl wurde ausgeführt.

                iobroker status
                
                Mr EnglishM Offline
                Mr EnglishM Offline
                Mr English
                wrote on last edited by
                #33

                @thomas-braun said in IoBroker gelöscht nach update:

                iobroker status

                DANKE
                Ich weiß wirklich nicht wie ich mich bei Ihnen badenken kann, weil Sie wirklich für alles immer eine lösung parat haben und Leuten wie mir aus der patsche helfen.
                Nochmals Vielen Herzlichen dank 😊

                Thomas BraunT 1 Reply Last reply
                0
                • Mr EnglishM Mr English

                  @thomas-braun said in IoBroker gelöscht nach update:

                  iobroker status

                  DANKE
                  Ich weiß wirklich nicht wie ich mich bei Ihnen badenken kann, weil Sie wirklich für alles immer eine lösung parat haben und Leuten wie mir aus der patsche helfen.
                  Nochmals Vielen Herzlichen dank 😊

                  Thomas BraunT Online
                  Thomas BraunT Online
                  Thomas Braun
                  Most Active
                  wrote on last edited by
                  #34

                  @mr-english

                  Läuft?

                  iobroker update
                  

                  sagt?

                  Linux-Werkzeugkasten:
                  https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                  NodeJS Fixer Skript:
                  https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                  iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                  Mr EnglishM 1 Reply Last reply
                  0
                  • Thomas BraunT Thomas Braun

                    @mr-english

                    Läuft?

                    iobroker update
                    

                    sagt?

                    Mr EnglishM Offline
                    Mr EnglishM Offline
                    Mr English
                    wrote on last edited by
                    #35

                    @thomas-braun said in IoBroker gelöscht nach update:

                    iobroker update

                    pi@raspberrypi4-iob:~ $ iobroker update
                    Used repository: stable
                    Adapter    "admin"        : 6.2.22   , installed 6.2.17 [Updatable]
                    Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                    Adapter    "backitup"     : 2.4.12   , installed 2.4.10 [Updatable]
                    Adapter    "devices"      : 1.0.12   , installed 1.0.12
                    Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                    Adapter    "dysonairpurifier": 2.5.1 , installed 2.5.1
                    Adapter    "homee"        : 1.2.0    , installed 1.2.0
                    Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                    Controller "js-controller": 4.0.23   , installed 4.0.23
                    Adapter    "netatmo"      : 2.0.5    , installed 2.0.5
                    Adapter    "telegram"     : 1.14.1   , installed 1.14.1
                    Adapter    "vis-icontwo"  : 0.89.0   , installed 0.89.0
                    Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
                    Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                    
                    
                    Thomas BraunT 1 Reply Last reply
                    0
                    • Mr EnglishM Mr English

                      @thomas-braun said in IoBroker gelöscht nach update:

                      iobroker update

                      pi@raspberrypi4-iob:~ $ iobroker update
                      Used repository: stable
                      Adapter    "admin"        : 6.2.22   , installed 6.2.17 [Updatable]
                      Adapter    "alias-manager": 1.2.4    , installed 1.2.4
                      Adapter    "backitup"     : 2.4.12   , installed 2.4.10 [Updatable]
                      Adapter    "devices"      : 1.0.12   , installed 1.0.12
                      Adapter    "discovery"    : 3.0.5    , installed 3.0.5
                      Adapter    "dysonairpurifier": 2.5.1 , installed 2.5.1
                      Adapter    "homee"        : 1.2.0    , installed 1.2.0
                      Adapter    "icons-material-svg": 0.1.0, installed 0.1.0
                      Controller "js-controller": 4.0.23   , installed 4.0.23
                      Adapter    "netatmo"      : 2.0.5    , installed 2.0.5
                      Adapter    "telegram"     : 1.14.1   , installed 1.14.1
                      Adapter    "vis-icontwo"  : 0.89.0   , installed 0.89.0
                      Adapter    "wifilight"    : 1.1.4    , installed 1.1.4
                      Adapter    "zigbee"       : 1.7.5    , installed 1.7.5
                      
                      
                      Thomas BraunT Online
                      Thomas BraunT Online
                      Thomas Braun
                      Most Active
                      wrote on last edited by
                      #36

                      @mr-english

                      Dann ran.

                      Linux-Werkzeugkasten:
                      https://forum.iobroker.net/topic/42952/der-kleine-iobroker-linux-werkzeugkasten
                      NodeJS Fixer Skript:
                      https://forum.iobroker.net/topic/68035/iob-node-fix-skript
                      iob_diag: curl -sLf -o diag.sh https://iobroker.net/diag.sh && bash diag.sh

                      1 Reply Last reply
                      0

                      Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                      Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                      With your input, this post could be even better 💗

                      Register Login
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      Support us

                      ioBroker
                      Community Adapters
                      Donate

                      589

                      Online

                      32.8k

                      Users

                      82.7k

                      Topics

                      1.3m

                      Posts
                      Community
                      Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen | Einwilligungseinstellungen
                      ioBroker Community 2014-2025
                      logo
                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Home
                      • Recent
                      • Tags
                      • Unread 0
                      • Categories
                      • Unreplied
                      • Popular
                      • GitHub
                      • Docu
                      • Hilfe