Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. ioBroker Allgemein
    4. BackItUp Update hängt

    NEWS

    • Neuer Blog: Fotos und Eindrücke aus Solingen

    • ioBroker@Smart Living Forum Solingen, 14.06. - Agenda added

    • ioBroker goes Matter ... Matter Adapter in Stable

    BackItUp Update hängt

    This topic has been deleted. Only users with topic management privileges can see it.
    • Duffy
      Duffy @Homoran last edited by

      @homoran

      Hmm, eigentlich war ich an etwas anderem dran auf einem 2. Bildschirm aber vielleicht bin ich wirklich drauf gekommen.

      Aber sagt mal ist

      sudo apt update && sudo apt full-upgrade
      

      das gleiche wie

      Sudo apt update
      

      und

      Sudo apt upgrade
      

      ?

      Wenn nein wo ist der Unterschied?

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

        @duffy sagte in BackItUp Update hängt:

        Wenn nein wo ist der Unterschied?

        Der Unterschied besteht darin, das ein apt full-upgrade die Abhängigkeiten anders auflöst. Das macht u. U. auch ein Downgrade, was ein simples apt upgrade nicht macht.

        Meist wird allerdings da gleiche gemacht, weil in der Regel kein Downgrade sondern eher ein Upgrade von Paketen vorgesehen ist.

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

          @thomas-braun

          Heisst das man sollte lieber immer

          sudo apt update && sudo apt full-upgrade
          

          verwenden?

          Was ihr alles wisst, ihr seid der Hammer 👍

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

            @duffy

            Ja, full-upgrade ist zu bevorzugen.

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

              @thomas-braun

              in Verbindung mit

              sudo apt update && ...
              

              ?

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

                @duffy

                Natürlich.

                apt update schaut ja nur, welche Updates in den einzelnen Quellen/Repos bereitstehen. Reingeschmissen werden die immer per upgrade / full-upgrade.

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

                  @thomas-braun

                  Vielen Dank für den Hinweis.
                  Dann werde ich das künftig wohl über

                  sudo apt update && sudo apt full-upgrade
                  

                  machen.

                  Wenn man schon keine Ahnung hat wie ich sollte man doch wenigstens den besseren Weg nehmen 🙂

                  VG Duffy

                  1 Reply Last reply Reply Quote 0
                  • M
                    myssv @Thomas Braun last edited by

                    @thomas-braun

                    nun habe ich das gleiche Problem beim Updaten von ws bzw. web:

                    22a631db-d137-4e96-809c-814578be4392-grafik.png

                    und er hängt wieder

                    auch an der Console

                    Volker@ioBroker:~$ iob upgrade all --debug
                    
                    This upgrade of "ws" will introduce the following changes:
                    ==========================================================================
                    -> 2.5.8:
                    Corrected adapter termination if the alias has no target
                    
                    -> 2.5.7:
                    upgraded socket-classes to fix vis problems
                    
                    -> 2.5.6:
                    upgraded socket-classes to correct the error by unsubscribing on client disconnect
                    ==========================================================================
                    
                    Would you like to upgrade ws from @2.5.5 to @2.5.8 now? [(y)es, (n)o]: y
                    Update ws from @2.5.5 to @2.5.8
                    NPM version: 9.8.1
                    Installing iobroker.ws@2.5.8... (System call)
                    
                    
                    Thomas Braun 1 Reply Last reply Reply Quote 0
                    • Thomas Braun
                      Thomas Braun Most Active @myssv last edited by

                      @myssv

                      Warten...

                      M 1 Reply Last reply Reply Quote 0
                      • M
                        myssv @Thomas Braun last edited by

                        @thomas-braun Wie lange denn?

                        Sind inzwischen 10 Minuten, ohne dass sich etwas getan hat.

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

                          @myssv

                          Bis sich was tut.

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            myssv @Thomas Braun last edited by

                            @thomas-braun hat sich was getan:

                            $ iobroker upgrade ws@2.5.8
                            
                            Update ws from @2.5.5 to @2.5.8
                            
                            Installing iobroker.ws@2.5.8... (System call)
                            
                            Adapter "system.adapter.web.0" restarted.
                            
                            upload [11] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/de/translations.json i18n/de/translations.json application/json
                            
                            upload [10] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/en/translations.json i18n/en/translations.json application/json
                            
                            upload [8] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                            
                            upload [2] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                            
                            upload [0] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/ws.png ws.png image/png
                            
                            Process exited with code 0
                            

                            Der Adapter scheint aber noch der Alte zu sein:

                            1d3fa8f8-ce72-4902-82db-2a8fa7c60b6a-grafik.png

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

                              @myssv

                              iob update
                              

                              zeigen. GUIs lügen.

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                myssv @Thomas Braun last edited by

                                @thomas-braun sagte in BackItUp Update hängt:

                                iob update

                                Volker@ioBroker:~$ iob update
                                Used repository: stable
                                Adapter    "admin"        : 6.12.0   , installed 6.12.0
                                Adapter    "backitup"     : 2.8.7    , installed 2.8.7
                                Adapter    "daswetter"    : 3.1.10   , installed 3.1.10
                                Adapter    "deconz"       : 1.3.21   , installed 1.3.21
                                Adapter    "dwd"          : 2.8.5    , installed 2.8.5
                                Adapter    "ecovacs-deebot": 1.4.13  , installed 1.4.14-alpha.6
                                Adapter    "email"        : 1.2.0    , installed 1.2.0
                                Adapter    "fb-checkpresence": 1.2.2 , installed 1.2.2
                                Adapter    "fitbit-fitness": 0.4.10  , installed 0.4.10
                                Adapter    "fritzbox"     : 0.5.0    , installed 0.5.0
                                Adapter    "fritzdect"    : 2.3.1    , installed 2.3.1
                                Adapter    "history"      : 3.0.1    , installed 3.0.1
                                Adapter    "ical"         : 1.13.3   , installed 1.13.3
                                Adapter    "icons-material-png": 0.1.0, installed 0.1.0
                                Adapter    "info"         : 2.0.0    , installed 2.0.0
                                Adapter    "javascript"   : 7.1.4    , installed 7.1.4
                                Controller "js-controller": 5.0.12   , installed 5.0.12
                                Adapter    "openligadb"   : 1.2.4    , installed 1.3.3
                                Adapter    "pollenflug"   : 1.0.6    , installed 1.0.6
                                Adapter    "scenes"       : 2.3.9    , installed 2.3.9
                                Adapter    "signal-cmb"   : 0.3.0    , installed 0.3.0
                                Adapter    "simple-api"   : 2.7.2    , installed 2.7.2
                                Adapter    "socketio"     : 6.5.5    , installed 6.5.5
                                Adapter    "tahoma"       : 0.10.2   , installed 0.10.2
                                Adapter    "tankerkoenig" : 3.3.7    , installed 3.3.7
                                Adapter    "telegram"     : 2.0.1    , installed 2.0.1
                                Adapter    "tr-064"       : 4.2.18   , installed 4.2.18
                                Adapter    "trashschedule": 2.3.0    , installed 2.3.0
                                Adapter    "tvprogram"    : 1.1.2    , installed 1.1.2
                                Adapter    "upnp"         : 1.0.21   , installed 1.0.21
                                Adapter    "vis"          : 1.4.16   , installed 1.4.16
                                Adapter    "vis-canvas-gauges": 1.0.1, installed 1.0.1
                                Adapter    "vis-google-fonts": 1.0.4 , installed 1.0.4
                                Adapter    "vis-hqwidgets": 1.4.0    , installed 1.4.0
                                Adapter    "vis-jqui-mfd" : 1.0.12   , installed 1.0.12
                                Adapter    "vis-timeandweather": 1.2.2, installed 1.2.2
                                Adapter    "weatherunderground": 3.6.0, installed 3.6.0
                                Adapter    "web"          : 6.1.10   , installed 6.1.4  [Updatable]
                                Adapter    "ws"           : 2.5.8    , installed 2.5.5  [Updatable]
                                Volker@ioBroker:~$ 
                                
                                
                                Homoran Thomas Braun 2 Replies Last reply Reply Quote 0
                                • Homoran
                                  Homoran Global Moderator Administrators @myssv last edited by

                                  @myssv iob upload ws

                                  M 1 Reply Last reply Reply Quote 0
                                  • M
                                    myssv @Homoran last edited by

                                    @homoran sagte in BackItUp Update hängt:

                                    iob upload ws

                                    Volker@ioBroker:~$ iob upload ws
                                    upload [11] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/de/translations.json i18n/de/translations.json application/json
                                    upload [10] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/en/translations.json i18n/en/translations.json application/json
                                    upload [9] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/es/translations.json i18n/es/translations.json application/json
                                    upload [8] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/fr/translations.json i18n/fr/translations.json application/json
                                    upload [7] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/it/translations.json i18n/it/translations.json application/json
                                    upload [6] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/nl/translations.json i18n/nl/translations.json application/json
                                    upload [5] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/pl/translations.json i18n/pl/translations.json application/json
                                    upload [4] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/pt/translations.json i18n/pt/translations.json application/json
                                    upload [3] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/ru/translations.json i18n/ru/translations.json application/json
                                    upload [2] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/i18n/zh-cn/translations.json i18n/zh-cn/translations.json application/json
                                    upload [1] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/jsonConfig.json jsonConfig.json application/json
                                    upload [0] ws.admin /opt/iobroker/node_modules/iobroker.ws/admin/ws.png ws.png image/png
                                    Adapter "system.adapter.web.0" restarted.
                                    
                                    1 Reply Last reply Reply Quote 0
                                    • Thomas Braun
                                      Thomas Braun Most Active @myssv last edited by

                                      @myssv

                                      Das passt. Du bist auf 'Stable', die Updates sind aber erst in 'Beta' verfügbar.

                                      M Homoran 2 Replies Last reply Reply Quote 0
                                      • M
                                        myssv @Thomas Braun last edited by

                                        @thomas-braun Warum werden sie mir dann angezeigt?

                                        1 Reply Last reply Reply Quote 0
                                        • Homoran
                                          Homoran Global Moderator Administrators @Thomas Braun last edited by

                                          @thomas-braun sagte in BackItUp Update hängt:

                                          Das passt. D

                                          nee,

                                          @myssv sagte in BackItUp Update hängt:

                                          Installing iobroker.ws@2.5.8... (System call)

                                          Thomas Braun 1 Reply Last reply Reply Quote 0
                                          • M
                                            myssv last edited by

                                            ef5a2ec8-e40f-4949-a3ff-42d7757297ef-grafik.png

                                            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

                                            926
                                            Online

                                            31.9k
                                            Users

                                            80.1k
                                            Topics

                                            1.3m
                                            Posts

                                            8
                                            118
                                            6661
                                            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