NEWS
Fehler beim Restore eines Backups
-
@thomas-braun knapp 22MB
-
@homoran sagte in Fehler beim Restore eines Backups:
curl -sLf https://iobroker.net/install.sh | bash -
Okay, ich habe das -sL nur definiert. Wofür dteht das f?
-
f/--fail
(HTTP) Fail silently (no output at all) on server errors. This is mostly done to better enable scripts etc to better deal with failed attempts -
So jetzt habe ich nochmals den Pi4 mit 4GB mir her geholt. Eine neue Speicherkarte genommen.
Mit dem Befehl curl -sLf https://iobroker.net/install.sh | bash - gearbeitet.
BackItUp Adapter installiert, NAS Zugriff eingerichtet. Eine andere Backup-Datei vom 11.07.2021 verwendet und dann erhalten ist wieder Fehler:====================== Log Backitup Restore: ====================== [DEBUG] [iobroker] Start ioBroker Restore ... [DEBUG] [iobroker] iobroker controller daemon is not running [DEBUG] [iobroker] host.ioBroker OK. [DEBUG] [iobroker] <--- Last few GCs ---> [DEBUG] [iobroker] [1231:0x35da410] 28910 ms: Mark-sweep 1029.4 (1033.5) -> 1029.4 (1033.3) MB, 120.8 / 0.0 ms (average mu = 0.970, current mu = 0.000) low memory notification GC in old space requested [DEBUG] [iobroker] [1231:0x35da410] 30380 ms: Mark-sweep 1029.4 (1033.3) -> 1029.4 (1033.3) MB, 71.6 / 0.0 ms (+ 0.0 ms in 0 steps since start of marking, biggest step 0.0 ms, walltime since start of marking 82 ms) (average mu = 0.964, current mu = 0.951) allocation fai [DEBUG] [iobroker] <--- JS stacktrace ---> [DEBUG] [iobroker] Cannot get stack trace in GC. [ERROR] [iobroker] FATAL ERROR: MarkCompactCollector: semi-space copy, fallback in old gen Allocation failed - JavaScript heap out of memory [DEBUG] [iobroker] ioBroker Restore completed successfully [EXIT] null **** Restore was canceled!! **** The log can be closed ...
-
@maddoc Da frisst irgendwie eine falsche Einstellung den Speicher weg.
Dirty workaround vielleicht damit:
There are few options how to do so (based on your needs)
pass argument to node directly
node --max_old_space_size=4096 app.jsuse environment variable
NODE_OPTIONS=--max_old_space_size=4096
node app.jsuse .npmrc file. Put following in .npmrc local or global file
node-options=--max_old_space_size=4096and run your script
Das ist aber wirklich nur Schminke, wenn es überhaupt funktioniert.
-
-
@thomas-braun Danke für die Info. Nur Sorry leider kann ich damit nichts Anfangen. Wie schon gesagt, sehe mich selber eher als Anfänger.
Trotzdem Danke für die Unterstützung und Geduld mit mir. -
@homoran Ist schon eine weile her, wo ich das letzte Mal ein Backup einspielen musste. Damals hat es geklappt.
Und ehrlich gesagt, teste ich nicht jedes Backu auf Funktion.
@simantec soll ich den kontaktieren? Oder ist es ein User der sehr aktiv ist??? -
@maddoc sagte in Fehler beim Restore eines Backups:
soll ich den kontaktieren? Oder ist es ein User der sehr aktiv ist???
das ist der Entwickler von backitup
der meldet sich schon, wenn er Zeit hat.
-
@homoran Okay, vielen Dank für Euren Support. Ich hoffe mir kann jemand bei meinem Problem helfen. Denn es stecken sehr viele Stunden Arbeit darin (Vis, Skripte, Adapter, etc.)