Is there any documentation around restoring from a backup?
Restoring what, specifically?
You can restore the db using php artisan db:restore yourdumpfilename.sql. The folders (with uploads etc) just need to be moved manually back to where they belong.
In Admin>Backups I clicked "Generate Backup" now I want to use that zip file to restore my database
Ok, thanks so much! Really love this project
You can't restore it using the whole zip. You have to unzip, and either manually import the SQL file back into your database, or use the command above. One-click restore might be something we add later, but it's not available at this point.
Steve Barsanti
IT Manager
On Oct 27, 2015, at 4:42 PM, snipe [email protected] wrote:
You can't restore it using the whole zip. You have to unzip, and either manually import the SQL file back into your database, or use the command above. One-click restore might be something we add later, but it's not available at this point.
—
Reply to this email directly or view it on GitHub https://github.com/snipe/snipe-it/issues/1292#issuecomment-151676461.
Sorry to bring this back from the dead, but has there been any progress on this? It seems like a useful feature.
Most helpful comment
Sorry to bring this back from the dead, but has there been any progress on this? It seems like a useful feature.