NEWS
Alle Adapter nach Update des js-controllers verschwunden
-
Ich wollte nach langer Zeit mal wieder alle Adapter aktualisieren und habe gesehen, dass ich den js-controller dazu auf >0.12.0 bringen muss.
Habe dazu folgendes ausgeführt:
cd /opt/iobroker iobroker stop npm install iobroker.js-controller --production iobroker start
Das führte dazu, dass das WebIf nicht mehr wollte. Habe dann nach dem Beitrag http://forum.iobroker.net/viewtopic.php … 7&start=20 folgendes ausgeführt:
` > Bluefox: Danke. Es war tatsächlich ein Fehler drin.Es gibt jetzt zwei Möglichkeiten:
-
alles löschen und neu installieren.
-
oder updaten:
Code:
cd /opt/iobroker iobroker stop npm install iobroker.js-controller iobroker setup iobroker add admin iobroker start ```` `
Habe mich für das Updaten entschieden und nun läuft alles wieder, jedoch sind alle meine Adapter weg! :shock:
Kommt man irgendwo per SSH oder so an die Configs oder kann man es anderweitig wieder herstellen?
Danke im Voraus!
-
-
sehe gerade, dass unter ~/iobroker-data/files
noch folgendes liegt:
drwxrwxrwx 10 root root 4096 Aug 13 2016 . drwxr-xr-x 5 root root 4096 Aug 13 2016 .. drwxrwxrwx 2 root root 4096 Aug 13 2016 admin.admin drwxrwxrwx 2 root root 4096 Aug 13 2016 geofency.admin drwxrwxrwx 2 root root 4096 Aug 13 2016 harmony.admin drwxrwxrwx 2 root root 4096 Aug 13 2016 hmm.admin drwxrwxrwx 2 root root 4096 Aug 13 2016 hm-rega.admin drwxrwxrwx 3 root root 4096 Aug 13 2016 hm-rpc.admin drwxrwxrwx 2 root root 4096 Aug 13 2016 node-red.admin drwxrwxrwx 2 root root 4096 Aug 13 2016 tankerkoenig.admin
unter ~/node_modules liegen noch alle Adapter:
drwxr-xr-x 13 root root 4096 Feb 23 12:01 . drwx------ 11 root root 4096 Feb 23 11:58 .. drwxr-xr-x 2 root root 4096 Feb 23 12:01 .bin drwxr-xr-x 7 root root 4096 Aug 13 2016 iobroker drwxr-xr-x 6 root root 4096 Aug 13 2016 iobroker.admin drwxrwxrwx 5 root root 4096 Aug 13 2016 iobroker.geofency drwxrwxrwx 5 root root 4096 Aug 13 2016 iobroker.harmony drwxrwxrwx 5 root root 4096 Aug 13 2016 iobroker.hmm drwxrwxrwx 6 root root 4096 Aug 13 2016 iobroker.hm-rega drwxrwxrwx 6 root root 4096 Aug 13 2016 iobroker.hm-rpc drwxr-xr-x 6 root root 4096 Feb 23 12:01 iobroker.js-controller drwxrwxrwx 7 root root 4096 Aug 13 2016 iobroker.node-red drwxrwxrwx 8 root root 4096 Aug 13 2016 iobroker.tankerkoenig
Habt ihr eine Ahnung, wie man die wieder reinbekommt?