Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Deutsch
    3. Error/Bug
    4. Kann nicht backitup installieren

    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

    Kann nicht backitup installieren

    This topic has been deleted. Only users with topic management privileges can see it.
    • Thomas Braun
      Thomas Braun Most Active @mrFenyx last edited by Thomas Braun

      @mrfenyx

      Das dürfte eher ein Nebeneffekt eines Updates von npm gewesen sein. Sollten da noch mehr Verzeichnisse in dem Format herum liegen:

      cd /opt/iobroker/node_modules
      for i in $(ls -d .[^.]*-*/); do rm -rf ${i%%/}; done
      
      1 Reply Last reply Reply Quote 0
      • C
        Chris777 last edited by Chris777

        host.iOBrocker
        	2024-08-02 19:02:04.827	info	iobroker exit 25
        host.iOBrocker
        	2024-08-02 19:02:03.808	error	iobroker host.iOBrocker Cannot install iobroker.backitup@2.11.0: 1
        host.iOBrocker
        	2024-08-02 19:02:03.807	error	iobroker npm error code EBADENGINEnpm error engine Unsupported enginenpm error engine Not compatible with your version of node/npm: minimatch@10.0.1npm error notsup Not compatible with your version of node/npm: minimatch@10.0.1npm error notsup Required: {"node":"20 || >=22"}npm error notsup Actual: {"npm":"10.8.2","node":"v18.20.4"}npm error A complete log of this run can be found in: /opt/iobroker/.npm/_logs/2024-08-02T17_01_57_111Z-debug-0.log
        host.iOBrocker
        	2024-08-02 19:02:03.783	info	iobroker npm error A complete log of this run can be found in: /opt/iobroker/.npm/_logs/2024-08-02T17_01_57_111Z-debug-0.log
        host.iOBrocker
        	2024-08-02 19:02:03.782	info	iobroker npm error engine Not compatible with your version of node/npm: minimatch@10.0.1npm error notsup Not compatible with your version of node/npm: minimatch@10.0.1npm error notsup Required: {"node":"20 || >=22"}npm error notsup Actual: {"npm":"10.8.2","node":"v18.20.4"}
        host.iOBrocker
        	2024-08-02 19:02:03.781	info	iobroker npm error engine Unsupported engine
        host.iOBrocker
        	2024-08-02 19:02:03.780	info	iobroker npm error code EBADENGINE
        host.iOBrocker
        	2024-08-02 19:01:56.983	info	iobroker Installing iobroker.backitup@2.11.0... (System call)
        host.iOBrocker
        	2024-08-02 19:01:56.982	info	iobroker NPM version: 10.8.2
        host.iOBrocker
        	2024-08-02 19:01:55.406	info	iobroker add backitup auto --host iOBrocker --debug
        

        Habe Version
        Plattform: docker (official image - v9.1.2)
        RAM: 11.5 GB
        Node.js: v18.20.4(20.16.0)
        NPM: 10.8.2

        Kann mir jemand helfen?

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

          Auch wenn der Thread schon 2 Jahre alt ist:

          @chris777 sagte in Kann nicht backitup installieren:

          Required: {"node":"20

          @chris777 sagte in Kann nicht backitup installieren:

          Node.js: v18.20.4(

          1 Reply Last reply Reply Quote 0
          • C
            Chris777 last edited by Chris777

            wie kann ich denn auf node 20 kommen?

            Bin jetzt nicht der Profi mit SSH

            Kann ich den Container aktualisieren?

            Habe iobrocker im Container in einer Synology

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

              @chris777 sagte in Kann nicht backitup installieren:

              Kann ich den Container aktualisieren?

              Das wäre der bevorzugte Weg. Soweit ich weiß gibt es aber noch keinen stabilen Docker-Container mit eingebackenem nodejs@20.

              1 Reply Last reply Reply Quote 0
              • C
                Chris777 last edited by

                Habe es erstmal wieder hinbekommen und er zeigt auch beim Host etwas an, aber es geht erstmal.

                Danke!

                Node.js: v20.15.0(20.16.0)
                NPM: 10.7.0(10.8.1)

                W 1 Reply Last reply Reply Quote 0
                • W
                  wodkab @Chris777 last edited by wodkab

                  @chris777
                  Wie hast du Node.js im Container upgedated ... stehe vor dem gleichen Problem?

                  Ich habe das Problem "gefixed" in dem ich auf die neuste Version des Backitup-Adapter (3.0.15) ging ... dieser lässt nämlich V18 wieder als Abhängigkeit zu:
                  ioBroker.backitup commit

                  C simatec 2 Replies Last reply Reply Quote 0
                  • C
                    Chris777 @wodkab last edited by

                    @wodkab Ich habe in meiner Synology im Containermanager die entsprechende Version von buanet des Image genommen und dann den Container neu aufgesetzt und dann das Backup wieder hergestellt.

                    Wo hast du denn die 3er Version von backitup her direkt bei Github?

                    W 1 Reply Last reply Reply Quote 0
                    • W
                      wodkab @Chris777 last edited by wodkab

                      @chris777 sagte in Kann nicht backitup installieren:

                      @wodkab Ich habe in meiner Synology im Containermanager die entsprechende Version von buanet des Image genommen und dann den Container neu aufgesetzt und dann das Backup wieder hergestellt.

                      Spannend habe ich auch ... dort ist bei mir aber node.js:
                      Bildschirmfoto 2024-08-04 um 13.24.16.png

                      Und die 3er Version habe direkt aus Github installieren lassen.

                      Das spannende ist ja, das im Container backitup installiert ist, beim bzw. nach dem restore dann aber alle Adapter neu installiert werden, halt auch der backitup ... und der schlägt dann fehl wegen falsche node.js Version.

                      da_Woody haselchen 2 Replies Last reply Reply Quote 0
                      • da_Woody
                        da_Woody @wodkab last edited by

                        @wodkab versautes backup? logischer weise bekommst du beim backup die alten versionen.

                        1 Reply Last reply Reply Quote 0
                        • haselchen
                          haselchen Most Active @wodkab last edited by haselchen

                          @wodkab
                          @Chris777

                          Wie man im Container auf die Node20 updatet habe ich hier beschrieben

                          https://forum.iobroker.net/topic/73909/node-js-update-im-docker/28?_=1722771085943

                          1 Reply Last reply Reply Quote 1
                          • simatec
                            simatec Developer Most Active @wodkab last edited by

                            @wodkab sagte in Kann nicht backitup installieren:

                            Ich habe das Problem "gefixed" in dem ich auf die neuste Version des Backitup-Adapter (3.0.15) ging ... dieser lässt nämlich V18 wieder als Abhängigkeit zu

                            Es war nicht Backitup, sondern eine Abhängkeit, die Node 18 nicht zugelassen hat.
                            Dies betraf aber nur Backitup v3.0.14.

                            1 Reply Last reply Reply Quote 0
                            • C
                              Chris777 last edited by

                              wenn du latest gewählt hast bei buanet, dann ist es die 18er und nicht die 20er. Die 20er gibt es extra auszuwählen.
                              Ich denke bei latest ist es die 18er, da diese ohne Probleme läuft.

                              Weiß einer wann die 20er kommt ohne Probleme?

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

                              Support us

                              ioBroker
                              Community Adapters
                              Donate

                              484
                              Online

                              31.8k
                              Users

                              79.9k
                              Topics

                              1.3m
                              Posts

                              backitup backup backitup fehler update backup
                              8
                              17
                              963
                              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