-
Notifications
You must be signed in to change notification settings - Fork 173
Update RunsNoMore.md #625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Update RunsNoMore.md #625
Conversation
Aktualisierung und Grundaufbau neu
Apollon77
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Danke, das ist eine super sammlung!
Habe ein paar Kommentare hinzugefügt
| ```` | ||
| # 2. System neu starten (sicherste Methode) | ||
| sudo reboot | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vllt ein "Iob fix" vorher und schauen ob das tiut?`Das kopmprimiert in jedem Fall mal die DBs. Idealerweise ist danach ja alles ok. backup wäre für mich letzter Schritt
|
|
||
| **Windows:** | ||
| # 3. Nach Neustart: Datenbank aus Backup wiederherstellen | ||
| cd /opt/iobroker/iobroker-data/backup-objects |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
vllt noch ein "ls -la" um alle backups zu sehen um "neueste Datei" zu wissen? Wenn DB komplett im eimer ist kann man auch hier anhand der backup gröse schauen wo es kaputt gegangen ist (grösse wurde massiv kleiner oder so)
docs/de/trouble/RunsNoMore.md
Outdated
| iob start | ||
|
|
||
| Prüfen ob node.exe Prozess da ist in Prozess Explorer (alle Prozesse anzeigen) | ||
| # 4. Notfall-Lösung (Verlust aktueller Zustände): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hm ... schwierig ... objects ist dann auch weg ... das ist "komplett reset iobroker" ... nicht nur states!! Bei states ok, ... objekte denke sollte man immer backup machen.
Objekte im super dgau: nach dem llöschen ein "iob setup first" ausführen damit die grund initialisierung stattfinden kann
docs/de/trouble/RunsNoMore.md
Outdated
| iob del withings | ||
|
|
||
| **Linux:** | ||
| # 2. Redis-Datenbank bereinigen |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
naja das ist das gleiche wwie "alle sfiles löschen ohne backup".
Hier aufpassen ... das mag ok sein wenn man nur states mit redis macht aber sonst ist halt alles weg ... auch nur ne option mit "iob setup first" danach.
docs/de/trouble/RunsNoMore.md
Outdated
| ``` | ||
| cd C:\ioBroker | ||
| iobroker start | ||
| # Redis-Speicher optimieren: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm .. das optimiert nur bedingt ... und auch nur wenn kein AOB genutzt wird ... für mich ein grosses "it depends"
docs/de/trouble/RunsNoMore.md
Outdated
|
|
||
| ## Ein Adapter oder js-controller neu installieren | ||
| **Symptome:** | ||
| - `SyntaxError: Unexpected token` bei js-controller Updates |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
siehe anderes .. kann auch Filesystem sein!
docs/de/trouble/RunsNoMore.md
Outdated
| iob stop | ||
|
|
||
| # 3. Node.js korrekt aktualisieren: | ||
| iob nodejs-update 20 # Für Node.js 20.x LTS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auch bitte hier die nummer weglassen
| ``` | ||
|
|
||
| ## Prüfen oder node.js und npm richtig installiert sind | ||
| ### 3.2 NPM-Installation Fehler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wenn dupliat zum anderen vllt besser verlinken? Sonst blöd weil content doppelt ist
| iob upgrade self | ||
|
|
||
| # 3. Bei persistenten Problemen: | ||
| iob stop |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bitte adde ein "cd /opt/iobroker" (ja das prefix machst an sich aber besser ist das
docs/de/trouble/RunsNoMore.md
Outdated
| cd /opt/iobroker | ||
| node node_modules/iobroker.admin/admin.js --logs | ||
| **Reverse-Proxy-Probleme:** | ||
| - WebSocket-Verbindungen funktionieren nicht[147][149] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
was bedeuten die nummern in eckigen klammern? hier und im weiteren text?
Updated troubleshooting guide for ioBroker, including corrections to commands and added warnings about data loss. Adjusted last changed date and improved clarity of instructions.
Aktualisierung und Grundaufbau neu