Skip to content

Conversation

@crunchip77
Copy link
Contributor

Aktualisierung und Grundaufbau neu

Aktualisierung und Grundaufbau neu
Copy link
Collaborator

@Apollon77 Apollon77 left a 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

Copy link
Collaborator

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
Copy link
Collaborator

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)

iob start

Prüfen ob node.exe Prozess da ist in Prozess Explorer (alle Prozesse anzeigen)
# 4. Notfall-Lösung (Verlust aktueller Zustände):
Copy link
Collaborator

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

iob del withings

**Linux:**
# 2. Redis-Datenbank bereinigen
Copy link
Collaborator

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.

```
cd C:\ioBroker
iobroker start
# Redis-Speicher optimieren:
Copy link
Collaborator

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"


## Ein Adapter oder js-controller neu installieren
**Symptome:**
- `SyntaxError: Unexpected token` bei js-controller Updates
Copy link
Collaborator

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!

iob stop

# 3. Node.js korrekt aktualisieren:
iob nodejs-update 20 # Für Node.js 20.x LTS
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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

cd /opt/iobroker
node node_modules/iobroker.admin/admin.js --logs
**Reverse-Proxy-Probleme:**
- WebSocket-Verbindungen funktionieren nicht[147][149]
Copy link
Collaborator

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants