Navigation

    Logo
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unread
    • Categories
    • Unreplied
    • Popular
    • GitHub
    • Docu
    • Hilfe
    1. Home
    2. Schwammal

    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

    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 14
    • Best 0
    • Groups 1

    Schwammal

    @Schwammal

    0
    Reputation
    11
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Schwammal Follow
    Starter

    Latest posts made by Schwammal

    • RE: Probleme beim Restore

      Interessant. Auch hier wird nicht die 2.1.1 angezeigt

      /opt/iobroker$ npm ls npm
      iobroker.inst@2.0.3 /opt/iobroker
      └── (empty)

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      Dachte ich mir fast. Die neue Installation ist quasi nackt und hat nur den Backitup Adapter geladen

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      /opt/iobroker$ node -v
      v10.18.0

      /opt/iobroker$ npm -v (kann ich nur mit sudo abfragen)
      6.13.4

      /opt/iobroker$ nodejs -v
      v10.18.0

      Ich hab kein Problem damit die alte Installation platt zu machen aber die Daten würde ich schon gerne mitnehmen

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      Ich habe keine Ahnung wo die 1.0 herkommt. Das Webinterface sagt mit Controllerversion 2.1.1. Kann es sein dass ich mehrere Versionen installiert habe. Die Installation ist schon ein paar Jahre alt.

      /opt/iobroker$ node -v
      v10.18.0

      /opt/iobroker$ npm -v
      6.5.0

      /opt/iobroker$ nodejs -v
      v10.18.0

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      Hi

      Ich muss leider noch einmal nachfragen da das Update leider nicht so will wie ich. Ich habe das Gefühl die aktuelle 6.13 schon installiert zu haben aber Iobroker sieht das Anders:
      npm install -g npm@latest
      /opt/iobroker$ npm ls npm
      iobroker@1.0.0 /opt/iobroker
      ├─┬ iobroker.vis-weather@2.5.2
      │ └── npm@6.13.4
      └── npm@6.13.4

      Trotzdem zeigt die Webgui 6.5 an und das auch noch dem ausführen des reinstall Skripts

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      aber wenn es nur noch das Minimal gibt, sollte es ja auch unabhängig von anderen NPM Versionen funktioniert oder sehe ich das falsch.

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      OK, dann wäre ja das Minimal Backup das Richtige, welches es nicht mehr gibt. Ich würde mal versuchen die alte Installation auf die neuere NPM Version hoch zu bekommen, was vorhin leider nicht funktioniert hat. Ist die 6.1 Version schon zu gebrauchen?

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      Aber wenn ich bei auf beiden Systemen die gleiche Backitup Version nutze, sollte es doch egal sein, oder?

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      Kann es sein dass diese Auswahl rausgefallen ist? Ich habe gerade die Version 1.3.6 drauf und kann es nicht mehr auswählen, daher gehe ich davon aus dass es Full ist. Auf dem NAS sind aber noch alte Minimal Backups zu finden (und zusätzlich noch Zigbee + Homematic)

      posted in ioBroker Allgemein
      S
      Schwammal
    • RE: Probleme beim Restore

      Nachdem man das zu wiederherstellende Backup ausgewählt hat und Restore klick fängt der Prozess an und eine neues Fenster öffnet sich.

      [DEBUG] [iobroker] Start ioBroker Restore ...
      [DEBUG] [iobroker] iobroker controller daemon is not running
      [DEBUG] [iobroker] host.heimautomation OK.
      [DEBUG] [iobroker] host.heimautomation Clear all objects and states...
      [DEBUG] [iobroker] clean 391 objects...
      [ERROR] [iobroker] [Not critical] Cannot delete object 0_userdata.0: "Object is marked as non deletable"
      [ERROR] [iobroker] [Not critical] Cannot delete object alias.0: "Object is marked as non deletable"
      [ERROR] [iobroker] [Not critical] Cannot delete object system.repositories: "Object is marked as non deletable"
      [ERROR] [iobroker] [Not critical] Cannot delete object system.config: "Object is marked as non deletable"
      [ERROR] [iobroker] [Not critical] Cannot delete object enum.functions: "Object is marked as non deletable"
      [ERROR] [iobroker] [Not critical] Cannot delete object enum.rooms: "Object is marked as non deletable"
      [DEBUG] [iobroker] clean 305 states...
      [DEBUG] [iobroker] host.heimautomation done.
      [DEBUG] [iobroker] host.heimautomation Processed 0/15398 states
      [DEBUG] [iobroker] host.heimautomation Processed 200/15398 states
      [DEBUG] [iobroker] host.heimautomation Processed 400/15398 states
      .
      .
      .
      [DEBUG] [iobroker] host.heimautomation Processed 7200/17466 objects
      [DEBUG] [iobroker] host.heimautomation Processed 7400/17466 objects
      [ERROR] [iobroker] /opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:385
      [ERROR] [iobroker] && _objects[_index].id.match(/^system\.adapter\./)
      [ERROR] [iobroker] ^
      [ERROR] [iobroker] TypeError: Cannot read property 'match' of null
      [ERROR] [iobroker] at BackupRestore._setObjHelper (/opt/iobroker/node_modules/iobroker.js-controller/lib/setup/setupBackup.js:385:36)
      [ERROR] [iobroker] at runCallback (timers.js:706:11)
      [ERROR] [iobroker] at tryOnImmediate (timers.js:676:5)
      [ERROR] [iobroker] at processImmediate (timers.js:658:5)
      [DEBUG] [iobroker] ioBroker Restore completed successfully
      [EXIT] 1 **** Restore completed successfully!! ****
      

      Mod-Edit: Code in Code-Tags gesetzt!

      posted in ioBroker Allgemein
      S
      Schwammal
    Community
    Impressum | Datenschutz-Bestimmungen | Nutzungsbedingungen
    The ioBroker Community 2014-2023
    logo