This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |