-
Notifications
You must be signed in to change notification settings - Fork 3
How To Restore from a Backup
Mason Francis edited this page May 15, 2026
·
6 revisions
You may restore from a backup by following this procedure. You will need your backup zip file handy.
- Make sure HomeLogger is not running.
- Unzip the contents of your zip file to a folder named
homelogger-backup-restore - Find the homelogger
datafolder. If you cloned from GitHub it will be atserver/data. If you are using Docker, it will be wherever you specified in yourdocker-compose.ymlfile. You can create it if it doesn't exist - If there is already stuff in the
datafolder, make a back up copy of it (just in case). - Replace the entire contents of the
datafolder with the contents of yourhomelogger-backup-restorefolder. - Under the
data/dbfolder, rename thehomelogger-backup-xxxxxxxxx.dbfile tohomelogger.db.
You may now start HomeLogger. While starting, make sure to monitor the console output for any errors. If you run into any issues following this process, please create a new discussion post in the Get Help section of this repo. Please make sure to follow the Contributer Guidelines when creating discussion posts, PRs, and Issues.