php artisan backup:restore --backup=latest --no-interaction
this commond is working in my terminal but dont know how to pass file from html file input
Aug 22, 2024
3
Level 4
how to restore sql database backup from local directories
I generate a backup using spatie and download it after download i code to delete that backup from server so now i have that file i want to upload that file using button in my views having select file so when the file is uploading it should delete all databse and then import from that file
i can do that from myphp admin but client want to restore directly by him self.
Level 4
actually its not working on windows when i upload on server its working
Please or to participate in this conversation.