Skip to content

Instantly share code, notes, and snippets.

View enbeec's full-sized avatar

Val Currie enbeec

View GitHub Profile
@NightyKnight
NightyKnight / Restore Snipe-IT From Backup
Created October 1, 2019 14:29
Restore Snipe-IT From Backup on Linux Server
Migrate Production Data
a) Login to production SnipeIT and go to Admin -> Backups -> Generate Backups
b) Either download the backup locally or connect from the new machine via SFTP
i) SFTP Method - Assuming a starting directory of root's home /root or ~/ when logged in as root
sftp root@snipeit.dev
cd /var/www/snipeit/storage/app/backups
get lastest_backup.zip
exit