-
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 new folder (e.g.
homelogger-backup-restoreor something like that) - 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 with 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, or otherwise interacting with the repo.