When I tried to create a backup from admin panel, Error Backup failed because The dump process failed with exitcode 1 : General error : The system cannot find the path specified.
This is most probably a misconfiguration in .env file.
Default configuration in .env file
DB_DUMP_PATH='/usr/bin'Changed toDB_DUMP_PATH='C:\xampp\mysql\bin'
The backup folder will be on C:\xampp\htdocs\snipe-it\storage\app\backups
DB_DUMP_PATH is based on your XAMPP installation folder.
These new configurations allow the execution of backup.
No comments:
Post a Comment