Restoring from backup¶
In order to fully restore your PhotoPrism instance you need the following:
- All content from your
originals
folder - An index database SQL dump
(A backup based on our documentation will be enough)
After verifying that you have all you need, continue with the following restore-procedure:
- Restore the contents in your
originals
folder photoprism restore -i [filename-to-your-sql-dump]
- Re-index (Complete rescan) your library, in order to re-generate thumbnails.
Helpful information can be found on GitHub as well.