Skip to content
Discussion options

You must be logged in to vote

in console,

  • m on -y to stop iobroker first, if not using iobrokers standard container, use
  • pkill -u iobroker
  • cd /opt/iobroker if not already there. find the name of your backup with
  • ls -ltr backups|tail -4 which gives you the 4 latest files, copy the one youd like to use
  • iobroker restore file_to_restore
  • m off -y once you see the message that everything was restored successfully

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…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by buanet
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question This is just a question.
2 participants
Converted from issue

This discussion was converted from issue #362 on July 26, 2023 18:45.