-
-
Notifications
You must be signed in to change notification settings - Fork 6
Temporary space not left after not enought space error #37
Copy link
Copy link
Closed
Labels
Description
Description
When we have not enought space in the apache temp filesystem, the temporary files are not deleted.
Context
Qgis server is using with apache2 and fcgi.
The plugin variable debug is with the false value
When we call the plugin for a large file, send with a SHP outputFormat for example, the plugin create a gml file, then he converts this one in shp and finally in a zip file.
All theses files are deleted when no error and the final file is send, but when an error is occuring, the plugin stop, send a partial file and don't delete the temporary files.
We must delete manually.
-
QGIS Server FULL version (with 3 numbers) :
Qgis Server 3.16.4 -
OS on the server :
Debian 10.8
Reactions are currently unavailable