You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
👋 Thanks for opening your first issue here! If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
Right-click on the folder, select Properties, go to the Security tab, and click Edit.
Add the IIS_IUSR user and ensure it has Modify permissions.
Set the Correct DB Dump Path:
Confirm the database dump path is correctly set. You can retrieve the short path of the MariaDB binary folder using the following command in Command Prompt:
cmd /c for%Ain ("C:\Program Files\MariaDB 11.4\bin") do @echo %~sA
Use the output as the database dump path in your Snipe-IT configuration.
Grant IIS_IUSR Modify Access to the Storage Folder:
Navigate to the storage folder in your Snipe-IT project directory.
Right-click on the folder, select Properties, go to the Security tab, and click Edit.
Add the IIS_IUSR user and grant it Modify permissions.
Debug mode
Describe the bug
When the "Generate Backup" button is pressed, it gives me a "general error" error message and does not make a backup.
Reproduction steps
...
Expected behavior
A backup to be created for migration.
Screenshots
Snipe-IT Version
v7.0.13
Operating System
Windows
Web Server
IIS
PHP Version
8.3.10
Operating System
No response
Browser
No response
Version
No response
Device
No response
Operating System
No response
Browser
No response
Version
No response
Error messages
Additional context
fresh install, windows 11 on IIS, manual install
The text was updated successfully, but these errors were encountered: