-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Backup failed because The dump process failed with exitcode 1 : General error : . #4862
Comments
Please provide answers to the questions you deleted.
|
I am getting this issue also, just clicked Generate Backup logged in as admin. Provide answers to these questions:
|
Is your |
Looks like it isn't, I see.. Thanks |
Per the docs, if you're on Windows: Windows users should use something like: |
OK, I'll update the path and give it a try. Thanks for the info.. |
Try double quotes around the path and clear your config cache? If you run `php artisan backup:run" via command line, what do you get? |
Nevermind.. I got it. :) Because it is IIS I had to give the IIS_IUSRS Modify permissions to the C:\Windows\Temp folder. Thanks for the help.. #2454 👍 |
Single or double quotes do seem to work for this parameter. |
Hey, Is there still help for this as tried all of the above with no luck on backing up? |
Sorry to say that I do not see anything in the Documentation about changing this setting on Windows. I had the same issue which has now been resolved by setting the DB_DUMP_PATH to my MariaDB BIN path in 8.3 format (with single quotes). I already had the permissions set on my Windows Temp folder as that is in the installation and upgrade instruction.
|
We do cover that in the documentation. It's sometimes different on different systems, which is why we try to help folks understand how to find the correct path. |
Hi, thanks for the reply. Just to clarify, I probably missed the addition of this feature as my original install was v2. Anyway, after running in to the problem I searched the docs for 'backup' and the sections I was provided with did not mention this setting: Admin/Backups --> https://snipe-it.readme.io/docs/backups The problem was never really an issue for me as I backup the DB and OS using other methods. |
I know I'm too late to ask, however, the backup is ok on local but I have an issue while I uploaded to online (cPanel) it gives me an error |
This Fixed for me. (XAMPP user) change the path to:
|
|
This worked for me! Thanks SnipeIT Version v5.0.11 - build 5695 (master) |
As a MySQL DB user on Windows Server, i fixed similar error by: Editing .env file: Ensuring Folder Permissions for IUSR & IIS_USRS for: and ofc, you need to give appropriate permissions for your website root folder. Afterwards,
add the above code just before closing the Hope this helps, Thanks, |
Expected Behavior (or desired behavior if a feature request)
Trying to generate a backup using the backup feature in snipe
Actual Behavior
Error: Backup failed because The dump process failed with exitcode 1 : General error : . -----
Please confirm you have done the following before posting your bug report:
Provide answers to these questions:
System Information
Snipe-IT version v4.1.4 build 173 (gba38b84)
PHP Version 5.6.31
Laravel Version 5.4.29
app/storage/logs
and your webserver's logs.Please do not post an issue without answering the related questions above. If you have opened a different issue and already answered these questions, answer them again, once for every ticket. It will be next to impossible for us to help you.
https://snipe-it.readme.io/docs/getting-help
The text was updated successfully, but these errors were encountered: