Docker restore backup command #363
-
Hello! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
in console,
last command will restart container, otherwise do this manually. after short time you should be able to access adminGUI. However, you need to wait until all adapters are installed, you could see this in instances tab depending on amount of adapters and your system that can easily take 30 minutes. you will need to start your adapters manually once everything is finished |
Beta Was this translation helpful? Give feedback.
-
Wait? |
Beta Was this translation helpful? Give feedback.
-
that is depending on your system and how you startet your container. Normally all NAS have a GUI that offers a console option to access a running containers console generally, from the Docker hosts console, enter |
Beta Was this translation helpful? Give feedback.
in console,
m on -y
to stop iobroker first, if not using iobrokers standard container, usepkill -u iobroker
cd /opt/iobroker
if not already there. find the name of your backup withls -ltr backups|tail -4
which gives you the 4 latest files, copy the one youd like to useiobroker restore file_to_restore
m off -y
once you see the message that everything was restored successfullylast command will restart container, otherwise do this manually. after short time you should be able to access adminGUI.
However, you need to wait until all adapters are installed, you could see this in instances tab depending on amount of adapters and your system that can easily take 30 minutes. you will need to…